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

Name Size Rev Age Author Last Change
../
auth 6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
imagery 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
remotecontrol 6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
session 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
AbstractParser.java 8.0 KB 6201   11 years Don-vip history/changeset parsing: refactor lots of duplicated code + update …
AbstractReader.java 8.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
AllFormatsImporter.java 1.3 KB 5131   12 years xeen automatically add file extensions added by plugins to the "All …
BoundingBoxDownloader.java 5.8 KB 6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
CacheCustomContent.java 5.7 KB 6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
CacheFiles.java 11.1 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
Capabilities.java 5.0 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
ChangesetClosedException.java 5.2 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
ChangesetQuery.java 18.5 KB 6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
DefaultProxySelector.java 6.9 KB 6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
DiffResultProcessor.java 6.8 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
FileExporter.java 1.9 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
FileImporter.java 5.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
GeoJSONExporter.java 1.3 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
GeoJSONWriter.java 3.3 KB 6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
GpxExporter.java 13.5 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
GpxImporter.java 6.3 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
GpxReader.java 20.5 KB 6142   11 years Don-vip see #8902 - fix compilation warnings
GpxWriter.java 9.6 KB 6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
IllegalDataException.java 466 bytes 3083   14 years bastiK added svn:eol-style=native to source files
InvalidXmlCharacterFilter.java 1.8 KB 6080   11 years bastiK fixed #8893 - Cannot load GPX file
JpgImporter.java 4.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
MirroredInputStream.java 13.4 KB 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
MissingOAuthAccessTokenException.java 536 bytes 3083   14 years bastiK added svn:eol-style=native to source files
MultiFetchServerObjectReader.java 24.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
NMEAImporter.java 3.3 KB 6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
NmeaReader.java 17.4 KB 6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
OsmApi.java 32.1 KB 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
OsmApiException.java 7.4 KB 6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmApiPrimitiveGoneException.java 2.0 KB 3083   14 years bastiK added svn:eol-style=native to source files
OsmBzip2Exporter.java 919 bytes 6289   11 years Don-vip Sonar/Findbugs - fix various problems
OsmBzip2Importer.java 879 bytes 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmChangeBuilder.java 4.4 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
OsmChangeImporter.java 3.1 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmChangeReader.java 3.7 KB 5927   11 years bastiK add missing license information
OsmChangesetContentParser.java 6.5 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
OsmChangesetParser.java 8.8 KB 4191   13 years stoecker remove old debug stuff
OsmConnection.java 5.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
OsmDataParsingException.java 1.3 KB 3083   14 years bastiK added svn:eol-style=native to source files
OsmExporter.java 4.0 KB 5926   11 years bastiK clean up imports
OsmGzipExporter.java 623 bytes 5361   12 years Don-vip fix #7879 - Allow to open local and remote gzipped/bzipped osmChange …
OsmGzipImporter.java 856 bytes 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmHistoryReader.java 3.4 KB 6201   11 years Don-vip history/changeset parsing: refactor lots of duplicated code + update …
OsmImporter.java 5.5 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmReader.java 25.6 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
OsmServerBackreferenceReader.java 11.2 KB 5881   11 years stoecker javadoc fixes
OsmServerChangesetReader.java 7.9 KB 6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
OsmServerHistoryReader.java 2.9 KB 5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
OsmServerLocationReader.java 6.1 KB 6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
OsmServerObjectReader.java 5.9 KB 6223   11 years Don-vip Sonar - fix various violations
OsmServerReader.java 10.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
OsmServerReadPostprocessor.java 317 bytes 4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
OsmServerUserInfoReader.java 5.7 KB 5434   12 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
OsmServerWritePostprocessor.java 376 bytes 4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
OsmServerWriter.java 10.8 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
OsmTransferCanceledException.java 261 bytes 5386   12 years Don-vip see #7914 - Introduce OsmApi.MAX_DOWNLOAD_THREADS and improve javadoc …
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmWriter.java 10.6 KB 6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
OsmWriterFactory.java 1.1 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
ProgressInputStream.java 3.0 KB 5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
UTFInputStreamReader.java 2.3 KB 6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
WMSLayerExporter.java 1.4 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
WMSLayerImporter.java 2.4 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
XmlWriter.java 2.4 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
Note: See TracBrowser for help on using the repository browser.