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

Name Size Rev Age Author Last Change
../
session 8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
remotecontrol 8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
imagery 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
auth 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
XmlWriter.java 2.4 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
WMSLayerImporter.java 2.3 KB 7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
WMSLayerExporter.java 1.2 KB 7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
UTFInputStreamReader.java 2.7 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
ProgressInputStream.java 3.0 KB 6380   10 years Don-vip update license/copyright information
OsmZipImporter.java 771 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmWriterFactory.java 1.2 KB 8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
OsmWriter.java 10.9 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmTransferCanceledException.java 811 bytes 7509   10 years stoecker remove tabs
OsmServerWriter.java 10.8 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmServerWritePostprocessor.java 380 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmServerUserInfoReader.java 7.4 KB 7509   10 years stoecker remove tabs
OsmServerReadPostprocessor.java 317 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmServerReader.java 15.8 KB 8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
OsmServerObjectReader.java 5.6 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmServerLocationReader.java 7.3 KB 7531   10 years bastiK applied #10503 - Note download code (patch by ToeBee)
OsmServerHistoryReader.java 2.8 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmServerChangesetReader.java 8.8 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmServerBackreferenceReader.java 10.4 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmReader.java 25.0 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmImporter.java 6.1 KB 7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
OsmHistoryReader.java 3.6 KB 8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
OsmGzipImporter.java 760 bytes 6718   10 years Don-vip fix javadoc, comments
OsmGzipExporter.java 406 bytes 6718   10 years Don-vip fix javadoc, comments
OsmExporter.java 4.9 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmConnection.java 5.4 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmChangesetParser.java 10.8 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmChangesetContentParser.java 6.2 KB 8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
OsmChangeReader.java 3.7 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmChangeImporter.java 2.8 KB 6716   10 years simon04 Allow to read/write .gpx.bz2 files, refactor compression handling
OsmChangeBuilder.java 4.3 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
OsmBzip2Importer.java 785 bytes 6718   10 years Don-vip fix javadoc, comments
OsmBzip2Exporter.java 411 bytes 6718   10 years Don-vip fix javadoc, comments
OsmApiPrimitiveGoneException.java 2.0 KB 6889   10 years Don-vip fix some Sonar issues (JLS order)
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmApiException.java 7.3 KB 8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
OsmApi.java 37.2 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
OnlineResource.java 1.7 KB 7937   9 years bastiK add subversion property svn:eol=native
OfflineAccessException.java 459 bytes 7937   9 years bastiK add subversion property svn:eol=native
NoteWriter.java 3.0 KB 8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
NoteReader.java 8.4 KB 8287   9 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
NoteImporter.java 2.1 KB 7870   9 years Don-vip cleanup of NoteImporter
NoteExporter.java 1.5 KB 7937   9 years bastiK add subversion property svn:eol=native
NmeaReader.java 17.4 KB 8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
NMEAImporter.java 4.2 KB 7326   10 years Don-vip fix #10292 - allow to load a session with NMEA file + enhance …
MultiFetchServerObjectReader.java 24.5 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
MissingOAuthAccessTokenException.java 536 bytes 3083   14 years bastiK added svn:eol-style=native to source files
MessageNotifier.java 6.5 KB 8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
JpgImporter.java 4.0 KB 7178   10 years bastiK fixed #10068 - Images with .jpeg extension can't be opened
InvalidXmlCharacterFilter.java 1.9 KB 7937   9 years bastiK add subversion property svn:eol=native
ImportCancelException.java 254 bytes 7937   9 years bastiK add subversion property svn:eol=native
IllegalDataException.java 1.2 KB 7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
GpxWriter.java 9.9 KB 7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
GpxReader.java 21.4 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
GpxImporter.java 6.1 KB 7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
GpxExporter.java 13.4 KB 8061   9 years bastiK see #11096 - strip .png
GeoJSONWriter.java 5.5 KB 7937   9 years bastiK add subversion property svn:eol=native
GeoJSONExporter.java 1.3 KB 7937   9 years bastiK add subversion property svn:eol=native
FileWatcher.java 6.3 KB 7937   9 years bastiK add subversion property svn:eol=native
FileImporter.java 6.2 KB 7596   10 years Don-vip fix various warnings
FileExporter.java 2.5 KB 6830   10 years Don-vip javadoc fixes for jdk8 compatibility
DiffResultProcessor.java 7.0 KB 8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
DefaultProxySelector.java 8.6 KB 7187   10 years Don-vip fix #10079 - typos in messages and javadoc
Compression.java 3.4 KB 7937   9 years bastiK add subversion property svn:eol=native
ChangesetQuery.java 19.7 KB 8304   9 years Don-vip simplify URL encoding/decoding
ChangesetClosedException.java 5.0 KB 7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
Capabilities.java 9.4 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
CacheFiles.java 11.6 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
CachedFile.java 20.3 KB 8073   9 years Don-vip fix some Sonar issues
CacheCustomContent.java 6.3 KB 8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
BoundingBoxDownloader.java 8.3 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
AllFormatsImporter.java 1.3 KB 5131   12 years xeen automatically add file extensions added by plugins to the "All …
AbstractReader.java 8.2 KB 8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
AbstractParser.java 7.7 KB 8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
Note: See TracBrowser for help on using the repository browser.