source: josm/trunk/src/org/openstreetmap/josm/io@ 11774

Name Size Rev Age Author Last Change
../
auth 10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
imagery 11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
protocols 10936   8 years Don-vip sonar
remotecontrol 11746   7 years Don-vip PMD - Strict Exceptions
session 11645   7 years Don-vip fix #14157 - NPE opening a session
AbstractParser.java 7.7 KB 10841   8 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
AbstractReader.java 8.1 KB 10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
AllFormatsImporter.java 1.4 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
BoundingBoxDownloader.java 10.0 KB 11746   7 years Don-vip PMD - Strict Exceptions
CacheCustomContent.java 6.7 KB 11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
CachedFile.java 19.7 KB 11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
Capabilities.java 9.3 KB 11523   7 years Don-vip capabilities: update javadoc to new default values, code cleanup
CertificateAmendment.java 5.3 KB 10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
ChangesetClosedException.java 5.0 KB 8836   9 years Don-vip fix Checkstyle issues
ChangesetQuery.java 20.8 KB 11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
Compression.java 4.2 KB 10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
DefaultProxySelector.java 8.7 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
DiffResultProcessor.java 7.2 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
FileExporter.java 2.4 KB 10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
FileImporter.java 6.0 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
FileWatcher.java 6.4 KB 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
GeoJSONExporter.java 1.4 KB 10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
GeoJSONWriter.java 7.9 KB 11191   7 years Don-vip sonar - fix some recent warnings
GpxExporter.java 13.1 KB 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
GpxImporter.java 6.8 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
GpxReader.java 22.1 KB 11675   7 years Don-vip update to error_prone 2.0.18
GpxWriter.java 10.2 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
IllegalDataException.java 1.2 KB 7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
ImportCancelException.java 254 bytes 7937   9 years bastiK add subversion property svn:eol=native
InvalidXmlCharacterFilter.java 1.9 KB 9078   8 years Don-vip sonar - Immutable Field
JpgImporter.java 4.1 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
MessageNotifier.java 6.5 KB 11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
MissingOAuthAccessTokenException.java 1.5 KB 9079   8 years Don-vip update to CheckStyle 6.13
MultiFetchOverpassObjectReader.java 1.3 KB 10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
MultiFetchServerObjectReader.java 24.8 KB 11702   7 years Don-vip more usages of Utils.clamp
NameFinder.java 9.5 KB 11746   7 years Don-vip PMD - Strict Exceptions
NMEAImporter.java 3.9 KB 10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
NmeaReader.java 16.9 KB 11768   7 years stoecker catch one more exception in NMEA reader
NoteExporter.java 1.4 KB 11456   7 years Don-vip sonar - squid:S2095 - Resources should be closed
NoteImporter.java 2.8 KB 10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
NoteReader.java 8.3 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
NoteWriter.java 3.0 KB 8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
OfflineAccessException.java 459 bytes 7937   9 years bastiK add subversion property svn:eol=native
OnlineResource.java 1.7 KB 8674   9 years Don-vip fix Checkstyle issues
OsmApi.java 35.2 KB 11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
OsmApiException.java 7.4 KB 10626   8 years Don-vip simplify handling of ignored/traced exceptions
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmApiPrimitiveGoneException.java 2.3 KB 10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
OsmBzip2Exporter.java 629 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
OsmChangeBuilder.java 4.5 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
OsmChangeImporter.java 2.4 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmChangeReader.java 3.7 KB 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
OsmChangesetContentParser.java 6.3 KB 9078   8 years Don-vip sonar - Immutable Field
OsmChangesetParser.java 10.8 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmConnection.java 6.6 KB 11544   7 years Don-vip sonar - squid:S1854 - Dead stores should be removed
OsmExporter.java 4.8 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
OsmGzipExporter.java 604 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
OsmHistoryReader.java 3.7 KB 10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
OsmImporter.java 5.7 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmReader.java 25.7 KB 11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
OsmServerBackreferenceReader.java 10.5 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
OsmServerChangesetReader.java 8.7 KB 11193   7 years Don-vip fix #13872 - OAuth signing of all API requests to support user-based …
OsmServerHistoryReader.java 2.9 KB 11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
OsmServerLocationReader.java 7.3 KB 10315   8 years Don-vip findbugs, code optimization/cleanup
OsmServerObjectReader.java 5.6 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmServerReader.java 14.2 KB 11194   7 years Don-vip fix #13872 - use authentication only if OAuth is configured properly
OsmServerReadPostprocessor.java 330 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
OsmServerUserInfoReader.java 7.6 KB 10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
OsmServerWritePostprocessor.java 393 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
OsmServerWriter.java 10.8 KB 11480   7 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmTransferCanceledException.java 976 bytes 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmWriter.java 11.4 KB 11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
OsmWriterFactory.java 1.2 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
OverpassDownloadReader.java 7.4 KB 11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
package-info.java 147 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
ProgressInputStream.java 3.0 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
ProgressOutputStream.java 1.8 KB 10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
StreamProgressUpdater.java 1.6 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
UTFInputStreamReader.java 2.8 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
WMSLayerExporter.java 1.9 KB 10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
WMSLayerImporter.java 3.4 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
XmlStreamParsingException.java 1.8 KB 11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
XmlWriter.java 2.8 KB 9828   8 years Don-vip findbugs, javadoc, unit tests
Note: See TracBrowser for help on using the repository browser.