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

Name Size Rev Age Author Last Change
../
auth 6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
imagery 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
remotecontrol 6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
session 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
DiffResultProcessor.java 6.8 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
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)
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
MissingOAuthAccessTokenException.java 536 bytes 3083   14 years bastiK added svn:eol-style=native to source files
NMEAImporter.java 3.3 KB 6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
OsmApiPrimitiveGoneException.java 2.0 KB 3083   14 years bastiK added svn:eol-style=native to source files
OsmChangeReader.java 3.7 KB 5927   11 years bastiK add missing license information
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
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 …
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.1 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
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 …
FileImporter.java 5.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
GeoJSONWriter.java 3.3 KB 6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
GpxReader.java 20.5 KB 6142   11 years Don-vip see #8902 - fix compilation warnings
GpxWriter.java 9.6 KB 6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
MirroredInputStream.java 13.4 KB 6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
MultiFetchServerObjectReader.java 24.3 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
NmeaReader.java 17.4 KB 6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
OsmApi.java 32.2 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
OsmApiException.java 7.4 KB 6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
OsmBzip2Exporter.java 919 bytes 6289   11 years Don-vip Sonar/Findbugs - fix various problems
OsmChangeBuilder.java 4.4 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
OsmChangesetContentParser.java 6.5 KB 6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
OsmConnection.java 5.4 KB 6313   11 years Don-vip cosmetics in error reporting
OsmGzipExporter.java 623 bytes 5361   12 years Don-vip fix #7879 - Allow to open local and remote gzipped/bzipped osmChange …
OsmHistoryReader.java 3.4 KB 6201   11 years Don-vip history/changeset parsing: refactor lots of duplicated code + update …
OsmReader.java 25.6 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
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 …
OsmServerUserInfoReader.java 5.7 KB 5434   12 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
OsmServerWriter.java 10.8 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
OsmTransferCanceledException.java 261 bytes 5386   12 years Don-vip see #7914 - Introduce OsmApi.MAX_DOWNLOAD_THREADS and improve javadoc …
OsmWriter.java 10.6 KB 6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
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 …
XmlWriter.java 2.4 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
OsmServerReadPostprocessor.java 317 bytes 4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
OsmServerWritePostprocessor.java 376 bytes 4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
FileExporter.java 1.9 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
GeoJSONExporter.java 1.3 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
JpgImporter.java 4.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmBzip2Importer.java 879 bytes 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmChangeImporter.java 3.1 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmChangesetParser.java 8.8 KB 4191   13 years stoecker remove old debug stuff
OsmGzipImporter.java 856 bytes 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmImporter.java 5.5 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmServerBackreferenceReader.java 11.2 KB 5881   11 years stoecker javadoc fixes
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmWriterFactory.java 1.1 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
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 …
AllFormatsImporter.java 1.3 KB 5131   12 years xeen automatically add file extensions added by plugins to the "All …
Note: See TracBrowser for help on using the repository browser.