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

Name Size Rev Age Author Last Change
../
auth 12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
protocols 13650   6 years Don-vip see #16204 - fix unit test, checkstyle
imagery 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
nmea 14083   6 years Don-vip fix #16554 - read NMEA speeds in km/h
remotecontrol 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
session 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
audio 14183   6 years Don-vip see #16682 - deprecate JavaFX core media player to move it to new …
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
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 …
OsmApiPrimitiveGoneException.java 2.3 KB 10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
OsmServerHistoryReader.java 2.9 KB 11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
UTFInputStreamReader.java 2.8 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
XmlStreamParsingException.java 1.8 KB 11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
OsmWriterFactory.java 2.0 KB 11851   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
MissingOAuthAccessTokenException.java 1.7 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
OsmServerUserPreferencesReader.java 3.5 KB 12510   7 years Don-vip avoid code duplication
XmlWriter.java 2.8 KB 12537   7 years Don-vip PMD - VariableNamingConventions
BoundingBoxDownloader.java 10.1 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
InvalidXmlCharacterFilter.java 1.9 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
MaxChangesetSizeExceededPolicy.java 756 bytes 12687   7 years Don-vip see #15182 - move UploadStrategySpecification and required enums …
UploadStrategySpecification.java 5.1 KB 12687   7 years Don-vip see #15182 - move UploadStrategySpecification and required enums …
ValidatorErrorWriter.java 6.4 KB 12699   7 years Don-vip see #14704 - fix xml tag
ProgressOutputStream.java 2.4 KB 12711   7 years Don-vip see #15141, see #15167 - use correct message ("Downloading data" …
OsmServerObjectReader.java 5.7 KB 12713   7 years bastiK see #15229 - remove dependencies of CheckParameterUtil on various data …
OsmServerWriter.java 10.7 KB 12743   7 years Don-vip see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
ProxyPolicy.java 1.5 KB 12805   7 years Don-vip see #15229 - see #15182 - remove GUI references from DefaultProxySelector
MultiFetchOverpassObjectReader.java 1.2 KB 12816   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
MultiFetchServerObjectReader.java 24.8 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
UploadStrategy.java 3.1 KB 13064   6 years Don-vip remove legacy properties (pluginmanager.warntime and …
ChangesetClosedException.java 5.6 KB 13207   6 years Don-vip enable PMD rule PreserveStackTrace + add missing jars to run new PMD …
ProgressInputStream.java 1.9 KB 13254   6 years Don-vip see #15310 - remove deprecated ProgressInputStream constructor
OsmApiInitializationException.java 2.0 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
OsmServerBackreferenceReader.java 10.6 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
OsmTransferCanceledException.java 980 bytes 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
OsmTransferException.java 2.6 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
OsmApiException.java 10.2 KB 13499   6 years Don-vip fix #16050 - nicer display of HTTP errors from OSM API
OsmServerLocationReader.java 9.4 KB 13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
CacheCustomContent.java 7.0 KB 13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
DefaultProxySelector.java 9.4 KB 13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
OsmServerChangesetReader.java 8.7 KB 13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
AbstractParser.java 7.8 KB 13762   6 years Don-vip see #16258 - changeset attribute can now be missing
OsmWriter.java 13.5 KB 13766   6 years Don-vip API alignment between Relation/RelationData and …
Compression.java 7.5 KB 13838   6 years Don-vip fix #16316 - catch InvalidPathException
OsmConnection.java 7.9 KB 13849   6 years Don-vip SonarQube - fix minor code issues
Capabilities.java 9.4 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
NameFinder.java 10.0 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
OsmChangesetContentParser.java 6.3 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
OsmChangesetParser.java 10.8 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
OsmHistoryReader.java 3.8 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
NoteWriter.java 3.1 KB 13903   6 years Don-vip fix #16368 - export lat/lon and timestamps in .osn files as we do in …
GpxReader.java 22.5 KB 14010   6 years Don-vip fix #16471 - Support NMEA files when correlating images to a GPX track
IGpxReader.java 893 bytes 14010   6 years Don-vip fix #16471 - Support NMEA files when correlating images to a GPX track
DiffResultProcessor.java 8.0 KB 14044   6 years Don-vip see #16498 - convert one more unit test to Java
GpxWriter.java 10.6 KB 14081   6 years Don-vip see #16010 - Ignore tests using JMockit on Java 11+, workaround to …
OverpassDownloadReader.java 17.2 KB 14086   6 years Don-vip fix #16546 - Support Overpass API JSON format
OsmReader.java 16.5 KB 14094   6 years Don-vip fix spotbugs warning
ChangesetQuery.java 24.2 KB 14095   6 years Don-vip fix error_prone warnings
NoteReader.java 8.7 KB 14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
OsmChangeReader.java 6.0 KB 14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
OsmJsonReader.java 7.1 KB 14108   6 years Don-vip SonarQube fixes
AbstractReader.java 29.2 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
OsmServerReader.java 17.6 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
MessageNotifier.java 6.7 KB 14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
NetworkManager.java 3.5 KB 14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
OnlineResource.java 1.7 KB 14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
OsmApi.java 36.9 KB 14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
FileWatcher.java 6.5 KB 14128   6 years Don-vip see #15229 - deprecate Main.fileWatcher
CertificateAmendment.java 11.3 KB 14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
CachedFile.java 22.3 KB 14149   6 years Don-vip see #15229 - deprecate Main.pref
GeoJSONWriter.java 8.2 KB 14154   6 years Don-vip see #15229 - fix warnings
OsmServerUserInfoReader.java 7.2 KB 14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
Note: See TracBrowser for help on using the repository browser.