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

Name Size Rev Age Author Last Change
../
audio 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
rtklib 18179   3 years Don-vip fix #4282 - Support for OziExplorer Waypoint files
protocols 18305   2 years Don-vip fix #21505 - fix most of javadoc warnings, remove deprecated code
ozi 18332   2 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
remotecontrol 18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
auth 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
imagery 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
nmea 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
session 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
IllegalDataException.java 1.2 KB 7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
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
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
MaxChangesetSizeExceededPolicy.java 756 bytes 12687   7 years Don-vip see #15182 - move UploadStrategySpecification and required enums …
ProgressOutputStream.java 2.4 KB 12711   7 years Don-vip see #15141, see #15167 - use correct message ("Downloading data" …
ProxyPolicy.java 1.5 KB 12805   7 years Don-vip see #15229 - see #15182 - remove GUI references from DefaultProxySelector
ProgressInputStream.java 1.9 KB 13254   6 years Don-vip see #15310 - remove deprecated ProgressInputStream constructor
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 …
OsmApiInitializationException.java 2.0 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
OsmServerHistoryReader.java 2.9 KB 14763   5 years GerdP fix #17279: improve performance when retrieving history
OsmChangesetContentParser.java 7.0 KB 14946   5 years GerdP see #17459: remove duplicated code in reverter corehacks Step 1: Add …
GeoJSONServerReader.java 1.9 KB 15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
UrlPattern.java 1.2 KB 15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
UrlPatterns.java 5.1 KB 16144   4 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
OfflineAccessException.java 896 bytes 16427   4 years simon04 see #18712 - Add OfflineAccessException.forResource(String)
Capabilities.java 9.2 KB 16436   4 years simon04 see #19251 - Java 8: use Stream
MultiFetchOverpassObjectReader.java 5.4 KB 16613   4 years GerdP fix @since xxx
CacheCustomContent.java 6.8 KB 16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
NetworkManager.java 3.9 KB 16683   4 years simon04 fix #19299 - Use ConcurrentHashMap for NetworkManager.NETWORK_ERRORS
Compression.java 8.5 KB 16816   4 years simon04 RenderingCLI: support compressed .osm files
OsmServerObjectReader.java 5.7 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
OsmServerBackreferenceReader.java 11.6 KB 17136   4 years GerdP see #19898: Performance improvements for DatasetMerger Avoid to avoid …
ImportCancelException.java 255 bytes 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
NoteWriter.java 3.0 KB 17712   3 years simon04 see #14176 - Migrate Note/NoteComment to Instant
OsmServerUserInfoReader.java 7.3 KB 17716   3 years simon04 see #14176 - Migrate UserInfo to Instant
InvalidXmlCharacterFilter.java 1.9 KB 17787   3 years simon04 fix #20741 - Various code simplifications (patch by gaben)
OsmWriter.java 13.7 KB 17848   3 years simon04 see #20829 - Avoid heap allocations in OsmWriter
ValidatorErrorWriter.java 6.7 KB 17989   3 years Don-vip fix #20991 - see #18232 - restore ability to export validator errors, …
OnlineResource.java 2.6 KB 18014   3 years Don-vip remove deprecated stuff not used by plugins
OsmServerChangesetReader.java 9.3 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
OsmApiException.java 11.0 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
OsmChangeReader.java 6.1 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
OverpassDownloadReader.java 18.2 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
ChangesetClosedException.java 6.0 KB 18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
UploadStrategy.java 3.1 KB 18299   2 years Don-vip fix #21476 - Fix and add non-regression test for …
BoundingBoxDownloader.java 11.4 KB 18320   2 years Don-vip fix #21538 - Fixed GPS traces no longer being browsable (patch by …
OsmServerLocationReader.java 7.0 KB 18611   17 months taylor.smock See #17201: fix common typo in progressMonitor beginTask()
OsmServerReader.java 17.9 KB 18650   15 months taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
AbstractReader.java 32.0 KB 18697   13 months taylor.smock See r18695: fix @since xxx
GeoJSONReader.java 23.6 KB 18723   12 months taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
GeoJSONMapRouletteWriter.java 4.2 KB 18754   11 months taylor.smock Significantly reduce allocations in GeoJSONWriter When using `josm …
GeoJSONWriter.java 20.3 KB 18754   11 months taylor.smock Significantly reduce allocations in GeoJSONWriter When using `josm …
DefaultProxySelector.java 10.1 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
IGpxReader.java 1.3 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OsmReader.java 20.5 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OsmJsonReader.java 8.0 KB 18816   8 months taylor.smock Fix #23134: Cancelling a json download will cause an exception dialog …
GpxReader.java 3.6 KB 18817   8 months taylor.smock Fix #22652: Stop parsing gpx files when wpt elements do not have valid …
CertificateAmendment.java 11.5 KB 18928   4 months stoecker fix #23373 - Taiwan maps nowadays use another certificate
AbstractParser.java 8.3 KB 18957   3 months GerdP see #20405: simplify code
OsmConnection.java 9.9 KB 18991   2 months taylor.smock Fix #22810: OSM OAuth 1.0a/Basic auth deprecation and removal As of …
CachedFile.java 22.0 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ChangesetQuery.java 23.9 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ChangesetUpdater.java 3.6 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
DiffResultProcessor.java 8.1 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
FileWatcher.java 6.6 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
GpxParser.java 30.5 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
GpxWriter.java 15.2 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
MessageNotifier.java 7.4 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
MultiFetchServerObjectReader.java 31.0 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
NameFinder.java 11.9 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
NoteReader.java 8.8 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
OsmApi.java 41.8 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
OsmChangesetParser.java 11.0 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
OsmHistoryReader.java 3.7 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
OsmPbfReader.java 46.7 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
OsmServerWriter.java 10.7 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
UploadStrategySpecification.java 5.4 KB 19050   2 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
Note: See TracBrowser for help on using the repository browser.