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

Name Size Rev Age Author Last Change
../
auth 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
imagery 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
remotecontrol 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
session 10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
package-info.java 147 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
ImportCancelException.java 254 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmServerReadPostprocessor.java 330 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
OsmServerWritePostprocessor.java 393 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
OfflineAccessException.java 459 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmGzipExporter.java 604 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
OsmBzip2Exporter.java 629 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
OsmTransferCanceledException.java 976 bytes 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
OsmWriterFactory.java 1.2 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IllegalDataException.java 1.2 KB 7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
MultiFetchOverpassObjectReader.java 1.3 KB 10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
AllFormatsImporter.java 1.4 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
NoteExporter.java 1.5 KB 7937   9 years bastiK add subversion property svn:eol=native
MissingOAuthAccessTokenException.java 1.5 KB 9079   8 years Don-vip update to CheckStyle 6.13
StreamProgressUpdater.java 1.6 KB 10161   8 years bastiK fixed #12791 - Progress state exception when doing various operations …
XmlStreamParsingException.java 1.7 KB 10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
OnlineResource.java 1.7 KB 8674   9 years Don-vip fix Checkstyle issues
ProgressOutputStream.java 1.8 KB 10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
InvalidXmlCharacterFilter.java 1.9 KB 9078   8 years Don-vip sonar - Immutable Field
WMSLayerExporter.java 1.9 KB 10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
GeoJSONExporter.java 2.3 KB 8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
OsmApiPrimitiveGoneException.java 2.3 KB 10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
FileExporter.java 2.4 KB 10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
OsmChangeImporter.java 2.4 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
UTFInputStreamReader.java 2.8 KB 10182   8 years Don-vip sonar - squid:S1943 - Classes and methods that rely on the default …
XmlWriter.java 2.8 KB 9828   8 years Don-vip findbugs, javadoc, unit tests
NoteImporter.java 2.8 KB 10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
OsmServerHistoryReader.java 2.9 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
NoteWriter.java 3.0 KB 8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
ProgressInputStream.java 3.1 KB 9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
WMSLayerImporter.java 3.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
OsmHistoryReader.java 3.7 KB 10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
NMEAImporter.java 3.9 KB 10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
JpgImporter.java 4.1 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
Compression.java 4.2 KB 10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
OsmChangeBuilder.java 4.5 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
OsmExporter.java 4.8 KB 10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
ChangesetClosedException.java 5.0 KB 8836   9 years Don-vip fix Checkstyle issues
CertificateAmendment.java 5.3 KB 10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
OsmServerObjectReader.java 5.6 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmImporter.java 5.7 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OverpassDownloadReader.java 6.0 KB 9669   8 years bastiK add missing svn:eol-style=native (see #12410)
FileImporter.java 6.0 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmChangesetContentParser.java 6.3 KB 9078   8 years Don-vip sonar - Immutable Field
FileWatcher.java 6.3 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
GeoJSONWriter.java 6.4 KB 10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
CacheCustomContent.java 6.5 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
MessageNotifier.java 6.5 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
OsmConnection.java 6.6 KB 10618   8 years Don-vip see #11390 - Java 8: use java.util.Base64
GpxImporter.java 6.8 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
DiffResultProcessor.java 7.0 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
OsmServerLocationReader.java 7.3 KB 10315   8 years Don-vip findbugs, code optimization/cleanup
OsmApiException.java 7.4 KB 10626   8 years Don-vip simplify handling of ignored/traced exceptions
OsmServerUserInfoReader.java 7.6 KB 10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
AbstractParser.java 7.7 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AbstractReader.java 8.1 KB 10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
NoteReader.java 8.7 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
DefaultProxySelector.java 8.7 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
OsmServerChangesetReader.java 8.9 KB 10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
Capabilities.java 9.3 KB 10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
BoundingBoxDownloader.java 9.9 KB 10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
GpxWriter.java 10.1 KB 9231   8 years Don-vip javadoc update
OsmServerBackreferenceReader.java 10.5 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
OsmChangesetParser.java 10.8 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmServerWriter.java 11.0 KB 10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
OsmWriter.java 11.2 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
GpxExporter.java 13.5 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmServerReader.java 13.7 KB 10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
NmeaReader.java 17.3 KB 10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
CachedFile.java 19.0 KB 10686   8 years Don-vip do not cache 404 results of HTTP requests (not found)
ChangesetQuery.java 20.8 KB 10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
GpxReader.java 22.0 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
MultiFetchServerObjectReader.java 25.0 KB 10671   8 years Don-vip see #12472 - fix "MissingCasesInEnumSwitch" warnings
OsmReader.java 25.1 KB 10702   8 years Don-vip fix #13260 - Disable DTD resolution when loading .osm files
OsmApi.java 36.2 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
Note: See TracBrowser for help on using the repository browser.