Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
b0bdd91b
Commit
b0bdd91b
authored
Jan 25, 2021
by
Matthias Betz
Browse files
revert to old javax imports because of citygml4j
parent
0d3d43e0
Pipeline
#1892
passed with stage
in 3 minutes and 6 seconds
Changes
30
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/CheckReport.java
View file @
b0bdd91b
...
...
@@ -26,6 +26,13 @@ import java.util.HashMap;
import
java.util.List
;
import
java.util.Map
;
import
javax.xml.bind.JAXBContext
;
import
javax.xml.bind.JAXBException
;
import
javax.xml.bind.Marshaller
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.XmlRootElement
;
import
javax.xml.stream.XMLOutputFactory
;
import
javax.xml.stream.XMLStreamException
;
import
javax.xml.stream.XMLStreamWriter
;
...
...
@@ -35,13 +42,6 @@ import org.xml.sax.InputSource;
import
de.hft.stuttgart.citydoctor2.checkresult.utility.CheckReportParseException
;
import
de.hft.stuttgart.citydoctor2.checkresult.utility.CheckReportWriteException
;
import
de.hft.stuttgart.citydoctor2.checkresult.utility.IndentationXmlStreamWriter
;
import
jakarta.xml.bind.JAXBContext
;
import
jakarta.xml.bind.JAXBException
;
import
jakarta.xml.bind.Marshaller
;
import
jakarta.xml.bind.annotation.XmlAccessType
;
import
jakarta.xml.bind.annotation.XmlAccessorType
;
import
jakarta.xml.bind.annotation.XmlElement
;
import
jakarta.xml.bind.annotation.XmlRootElement
;
@XmlRootElement
(
name
=
"error_report"
)
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/EdgeReport.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
EdgeReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/EdgesReport.java
View file @
b0bdd91b
...
...
@@ -21,10 +21,10 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
EdgesReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/Environment.java
View file @
b0bdd91b
...
...
@@ -18,9 +18,9 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
Environment
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ErrorDetails.java
View file @
b0bdd91b
...
...
@@ -21,9 +21,9 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ErrorDetails
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ErrorReport.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ErrorReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ErrorStatistic.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlValue
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlValue
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ErrorStatistic
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/Feature.java
View file @
b0bdd91b
...
...
@@ -18,9 +18,9 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
Feature
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/FeatureReport.java
View file @
b0bdd91b
...
...
@@ -21,11 +21,11 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
karta
.xml.bind.annotation.XmlElementWrapper
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlElementWrapper
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
FeatureReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/GeometryReport.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
GeometryReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/GlobalErrorStatistics.java
View file @
b0bdd91b
...
...
@@ -18,9 +18,9 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
GlobalErrorStatistics
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/GlobalStatistics.java
View file @
b0bdd91b
...
...
@@ -21,10 +21,10 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
karta
.xml.bind.annotation.XmlElementWrapper
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlElementWrapper
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
GlobalStatistics
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/Header.java
View file @
b0bdd91b
...
...
@@ -20,11 +20,12 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.time.ZonedDateTime
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
;
import
de.hft.stuttgart.citydoctor2.marshaller.ZonedDateTimeAdapter
;
import
jakarta.xml.bind.annotation.XmlAccessType
;
import
jakarta.xml.bind.annotation.XmlAccessorType
;
import
jakarta.xml.bind.annotation.XmlElement
;
import
jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
Header
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ModelStatistics.java
View file @
b0bdd91b
...
...
@@ -18,9 +18,9 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ModelStatistics
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ParameterReport.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlValue
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlValue
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ParameterReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/ParentReport.java
View file @
b0bdd91b
...
...
@@ -18,9 +18,9 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
ParentReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/PlanCheck.java
View file @
b0bdd91b
...
...
@@ -21,10 +21,10 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
PlanCheck
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/PlanParameter.java
View file @
b0bdd91b
...
...
@@ -18,10 +18,10 @@
*/
package
de.hft.stuttgart.citydoctor2.checkresult
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlValue
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlValue
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
PlanParameter
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/PolygonReport.java
View file @
b0bdd91b
...
...
@@ -21,11 +21,11 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
karta
.xml.bind.annotation.XmlElementWrapper
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlElementWrapper
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
PolygonReport
{
...
...
CityDoctorParent/CityDoctorCheckResult/src/main/java/de/hft/stuttgart/citydoctor2/checkresult/PolygonsReport.java
View file @
b0bdd91b
...
...
@@ -21,10 +21,10 @@ package de.hft.stuttgart.citydoctor2.checkresult;
import
java.util.ArrayList
;
import
java.util.List
;
import
ja
karta
.xml.bind.annotation.XmlAccessType
;
import
ja
karta
.xml.bind.annotation.XmlAccessorType
;
import
ja
karta
.xml.bind.annotation.XmlAttribute
;
import
ja
karta
.xml.bind.annotation.XmlElement
;
import
ja
vax
.xml.bind.annotation.XmlAccessType
;
import
ja
vax
.xml.bind.annotation.XmlAccessorType
;
import
ja
vax
.xml.bind.annotation.XmlAttribute
;
import
ja
vax
.xml.bind.annotation.XmlElement
;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
PolygonsReport
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment