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

Name Size Rev Age Author Last Change
../
auth 9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
imagery 9610   8 years stoecker fix #12425 - add checksum based no-tile detection
remotecontrol 9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
session 9471   8 years Don-vip session - refactoring to reduce code duplication
ImportCancelException.java 254 bytes 7937   9 years bastiK add subversion property svn:eol=native
OsmServerReadPostprocessor.java 309 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
OsmServerWritePostprocessor.java 372 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
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 …
AllFormatsImporter.java 1.4 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
MultiFetchOverpassObjectReader.java 1.4 KB 9325   8 years simon04 see #7670 fix #7647 - Fetching objects via Overpass API recurses down …
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
ProgressOutputStream.java 1.6 KB 9197   8 years Don-vip checkstyle
StreamProgressUpdater.java 1.6 KB 9529   8 years simon04 HttpClient: test progress monitor handling
OnlineResource.java 1.7 KB 8674   9 years Don-vip fix Checkstyle issues
WMSLayerExporter.java 1.8 KB 8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
InvalidXmlCharacterFilter.java 1.9 KB 9078   8 years Don-vip sonar - Immutable Field
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmApiPrimitiveGoneException.java 2.0 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
NoteImporter.java 2.1 KB 8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
GeoJSONExporter.java 2.3 KB 8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
FileExporter.java 2.5 KB 6830   10 years Don-vip javadoc fixes for jdk8 compatibility
OsmChangeImporter.java 2.5 KB 8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
XmlWriter.java 2.7 KB 9231   8 years Don-vip javadoc update
OsmServerHistoryReader.java 2.9 KB 9231   8 years Don-vip javadoc update
UTFInputStreamReader.java 2.9 KB 9231   8 years Don-vip javadoc update
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.5 KB 8530   9 years Don-vip see #11255 - checkstyle/findbugs
OsmHistoryReader.java 3.6 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
OsmChangeReader.java 3.7 KB 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
JpgImporter.java 4.1 KB 8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
NMEAImporter.java 4.2 KB 8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
OsmChangeBuilder.java 4.3 KB 8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
Compression.java 4.4 KB 9170   8 years simon04 see #12231 - Deprecate Utils.open* functions
OsmExporter.java 4.9 KB 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
ChangesetClosedException.java 5.0 KB 8836   9 years Don-vip fix Checkstyle issues
OsmServerObjectReader.java 5.6 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
OverpassDownloadReader.java 6.0 KB 9318   8 years simon04 fix #11693 - Overpass download: set default timeout to 180s
GeoJSONWriter.java 6.1 KB 8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
OsmImporter.java 6.2 KB 9547   8 years Don-vip checkstyle
OsmChangesetContentParser.java 6.3 KB 9078   8 years Don-vip sonar - Immutable Field
CacheCustomContent.java 6.4 KB 8926   8 years Don-vip javadoc fixes
FileWatcher.java 6.5 KB 9205   8 years Don-vip fix some Findbugs warnings
FileImporter.java 6.6 KB 9231   8 years Don-vip javadoc update
MessageNotifier.java 6.7 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
DiffResultProcessor.java 7.0 KB 9078   8 years Don-vip sonar - Immutable Field
GpxImporter.java 7.0 KB 9477   8 years Don-vip javadoc fixes
OsmConnection.java 7.2 KB 9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
OsmServerLocationReader.java 7.2 KB 9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
OsmApiException.java 7.5 KB 8513   9 years Don-vip checkstyle: blocks
OsmServerUserInfoReader.java 7.6 KB 8540   9 years Don-vip fix remaining checkstyle issues
AbstractParser.java 7.7 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
AbstractReader.java 8.1 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
NoteReader.java 8.5 KB 9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
DefaultProxySelector.java 8.7 KB 9078   8 years Don-vip sonar - Immutable Field
OsmServerChangesetReader.java 8.9 KB 8540   9 years Don-vip fix remaining checkstyle issues
Capabilities.java 9.4 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
BoundingBoxDownloader.java 9.6 KB 9509   8 years simon04 fix #9925 - Allow to stop downloading GPS data and keep the downloaded part
GpxWriter.java 10.1 KB 9231   8 years Don-vip javadoc update
OsmServerBackreferenceReader.java 10.5 KB 9231   8 years Don-vip javadoc update
OsmChangesetParser.java 10.8 KB 8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
OsmServerWriter.java 11.1 KB 9528   8 years simon04 fix #11305 see #10306 - After canceling upload a new instead of the …
OsmWriter.java 11.6 KB 9310   8 years simon04 fix #11773 - Saving osm files in JOSM will save the nodes in one of …
OsmServerReader.java 13.4 KB 9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
GpxExporter.java 13.9 KB 9461   8 years bastiK applied #12369 - default extension for saving files read from …
NmeaReader.java 17.3 KB 9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
CachedFile.java 17.9 KB 9545   8 years Don-vip fix javadoc errors/warnings
ChangesetQuery.java 20.4 KB 8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
GpxReader.java 21.4 KB 9231   8 years Don-vip javadoc update
MultiFetchServerObjectReader.java 24.5 KB 9325   8 years simon04 see #7670 fix #7647 - Fetching objects via Overpass API recurses down …
OsmReader.java 26.0 KB 9326   8 years simon04 OsmReader: do not inform about undefined elements send from Overpass …
OsmApi.java 35.9 KB 9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
Note: See TracBrowser for help on using the repository browser.