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

Name Size Rev Age Author Last Change
../
protocols 10936   8 years Don-vip sonar
auth 11879   7 years Don-vip findbugs - EI_EXPOSE_REP
nmea 12435   7 years Don-vip sonar - pmd:SimpleDateFormatNeedsLocale
audio 12462   7 years Don-vip fix #15003 - NPE at JavaFxMediaPlayer.speed
imagery 12475   7 years Don-vip see #15012 - checkstyle + javadoc
session 12489   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
remotecontrol 12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
OsmApiInitializationException.java 2.0 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmTransferException.java 2.6 KB 6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
IllegalDataException.java 1.2 KB 7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
ImportCancelException.java 254 bytes 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 8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
OsmChangeReader.java 3.7 KB 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
OsmTransferCanceledException.java 976 bytes 8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
OnlineResource.java 1.7 KB 8674   9 years Don-vip fix Checkstyle issues
InvalidXmlCharacterFilter.java 1.9 KB 9078   8 years Don-vip sonar - Immutable Field
OsmChangesetContentParser.java 6.3 KB 9078   8 years Don-vip sonar - Immutable Field
OsmBzip2Exporter.java 629 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
OsmGzipExporter.java 604 bytes 9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
XmlWriter.java 2.8 KB 9828   8 years Don-vip findbugs, javadoc, unit tests
package-info.java 147 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
OsmChangeBuilder.java 4.5 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
OsmServerObjectReader.java 5.6 KB 10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmApiPrimitiveGoneException.java 2.3 KB 10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
Compression.java 4.2 KB 10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
ProgressOutputStream.java 1.8 KB 10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
OsmServerLocationReader.java 7.3 KB 10315   8 years Don-vip findbugs, code optimization/cleanup
WMSLayerExporter.java 1.9 KB 10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
OsmServerBackreferenceReader.java 10.5 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
AllFormatsImporter.java 1.4 KB 10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
NoteImporter.java 2.8 KB 10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
OsmHistoryReader.java 3.7 KB 10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
WMSLayerImporter.java 3.4 KB 10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
OsmApiException.java 7.4 KB 10626   8 years Don-vip simplify handling of ignored/traced exceptions
MultiFetchOverpassObjectReader.java 1.3 KB 10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
AbstractParser.java 7.7 KB 10841   8 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
GeoJSONExporter.java 1.4 KB 10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
OsmServerChangesetReader.java 8.7 KB 11193   7 years Don-vip fix #13872 - OAuth signing of all API requests to support user-based …
OsmServerHistoryReader.java 2.9 KB 11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
NoteExporter.java 1.4 KB 11456   7 years Don-vip sonar - squid:S2095 - Resources should be closed
OsmServerWriter.java 10.8 KB 11480   7 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
OsmApi.java 35.2 KB 11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
NoteReader.java 8.3 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
ProgressInputStream.java 3.0 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
UTFInputStreamReader.java 2.8 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
FileWatcher.java 6.4 KB 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
XmlStreamParsingException.java 1.8 KB 11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
BoundingBoxDownloader.java 10.0 KB 11746   7 years Don-vip PMD - Strict Exceptions
NameFinder.java 9.5 KB 11746   7 years Don-vip PMD - Strict Exceptions
MultiFetchServerObjectReader.java 24.8 KB 11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
OsmExporter.java 4.8 KB 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
OsmWriterFactory.java 2.0 KB 11851   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
CachedFile.java 19.6 KB 11856   7 years Don-vip sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
ChangesetClosedException.java 5.0 KB 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
CacheCustomContent.java 6.8 KB 11879   7 years Don-vip findbugs - EI_EXPOSE_REP
MessageNotifier.java 7.0 KB 11969   7 years Don-vip fix #14671 - Make sure we don't run the API call many times after …
OverpassDownloadReader.java 10.8 KB 11987   7 years Don-vip checkstyle
OsmWriter.java 12.0 KB 12019   7 years Don-vip do not output visible attribute when saving upload=no/never XML files
AbstractReader.java 8.3 KB 12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
FileImporter.java 6.4 KB 12112   7 years Don-vip catch NoSuchMethodError for outdated plugin file importers
OsmReader.java 26.1 KB 12138   7 years Don-vip improve unit tests of OsmReader
GpxReader.java 22.1 KB 12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
GpxWriter.java 10.2 KB 12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
Capabilities.java 9.4 KB 12200   7 years Don-vip fix #14811 - NPE
CertificateAmendment.java 7.8 KB 12241   7 years Don-vip see #11924, see #14649 - java 9 does not seem to include Dutch …
DefaultProxySelector.java 8.6 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
GpxExporter.java 13.1 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
JpgImporter.java 4.0 KB 12286   7 years Don-vip fix #14868 - Add support import *.jpeg images
GpxImporter.java 7.3 KB 12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
NMEAImporter.java 4.4 KB 12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
GeoJSONWriter.java 7.9 KB 12439   7 years Don-vip fix #14974 - geojson export: use Polygon only for closed ways
DiffResultProcessor.java 7.7 KB 12470   7 years bastiK see #14794 - javadoc
FileExporter.java 3.1 KB 12470   7 years bastiK see #14794 - javadoc
MissingOAuthAccessTokenException.java 1.7 KB 12470   7 years bastiK see #14794 - javadoc
OsmChangeImporter.java 2.6 KB 12470   7 years bastiK see #14794 - javadoc
OsmConnection.java 6.6 KB 12470   7 years bastiK see #14794 - javadoc
OsmImporter.java 5.8 KB 12470   7 years bastiK see #14794 - javadoc
OsmServerReadPostprocessor.java 643 bytes 12470   7 years bastiK see #14794 - javadoc
OsmServerWritePostprocessor.java 570 bytes 12470   7 years bastiK see #14794 - javadoc
StreamProgressUpdater.java 1.7 KB 12470   7 years bastiK see #14794 - javadoc
ChangesetQuery.java 21.9 KB 12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
OsmChangesetParser.java 10.8 KB 12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
OsmServerReader.java 16.4 KB 12510   7 years Don-vip avoid code duplication
OsmServerUserInfoReader.java 7.1 KB 12510   7 years Don-vip avoid code duplication
OsmServerUserPreferencesReader.java 3.5 KB 12510   7 years Don-vip avoid code duplication
Note: See TracBrowser for help on using the repository browser.