source:
josm/trunk/src/org/openstreetmap/josm/io@
18755
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
audio | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | ||
imagery | 18211 | 3 years |
global use of !Utils.isEmpty/isBlank
|
||
ozi | 18332 | 3 years | see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch … | ||
protocols | 18305 | 3 years | fix #21505 - fix most of javadoc warnings, remove deprecated code | ||
rtklib | 18179 | 3 years | fix #4282 - Support for OziExplorer Waypoint files | ||
nmea | 18742 | 19 months | ckeckstyle | ||
auth | 18723 | 19 months | Fix #22432, see #22941: Start migrating from javax to jakarta Parsson … | ||
remotecontrol | 18723 | 19 months | Fix #22432, see #22941: Start migrating from javax to jakarta Parsson … | ||
session | 18494 | 2 years | Fix #22115: Extract methods from LatLon into ILatLon where they are … | ||
MissingOAuthAccessTokenException.java | 1.7 KB | 12470 | 7 years | see #14794 - javadoc | |
OsmServerReadPostprocessor.java | 643 bytes | 12470 | 7 years | see #14794 - javadoc | |
OsmServerWritePostprocessor.java | 570 bytes | 12470 | 7 years | see #14794 - javadoc | |
StreamProgressUpdater.java | 1.7 KB | 12470 | 7 years | see #14794 - javadoc | |
BoundingBoxDownloader.java | 11.4 KB | 18320 | 3 years | fix #21538 - Fixed GPS traces no longer being browsable (patch by … | |
ChangesetClosedException.java | 6.0 KB | 18283 | 3 years | fix #21427 - further simplify UploadDialog (patch by marcello, … | |
ChangesetQuery.java | 23.9 KB | 18208 | 3 years |
global use of Utils.isEmpty/isBlank
|
|
FileWatcher.java | 6.6 KB | 17526 | 4 years | remove unneeded cast | |
GeoJSONServerReader.java | 1.9 KB | 15784 | 5 years | see #18613 - rework download tasks / URL patterns | |
IGpxReader.java | 1.3 KB | 18179 | 3 years | fix #4282 - Support for OziExplorer Waypoint files | |
IllegalDataException.java | 1.2 KB | 7417 | 10 years | fix #10380 - throw IllegalDataException instead of RuntimeException … | |
ImportCancelException.java | 255 bytes | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
MaxChangesetSizeExceededPolicy.java | 756 bytes | 12687 | 7 years |
see #15182 - move UploadStrategySpecification and required enums …
|
|
MultiFetchServerObjectReader.java | 30.4 KB | 18129 | 3 years | tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, … | |
OnlineResource.java | 2.6 KB | 18014 | 3 years | remove deprecated stuff not used by plugins | |
OsmApiException.java | 11.0 KB | 18211 | 3 years |
global use of !Utils.isEmpty/isBlank
|
|
OsmApiPrimitiveGoneException.java | 2.3 KB | 10216 | 9 years | findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes | |
OsmChangeBuilder.java | 4.5 KB | 10179 | 9 years | sonar - squid:AssignmentInSubExpressionCheck - Assignments should not … | |
OsmChangeReader.java | 6.1 KB | 18211 | 3 years |
global use of !Utils.isEmpty/isBlank
|
|
OsmHistoryReader.java | 3.8 KB | 13901 | 7 years |
add new XmlUtils class with more "safe factories" methods
|
|
OsmServerChangesetReader.java | 9.3 KB | 18208 | 3 years |
global use of Utils.isEmpty/isBlank
|
|
OsmServerUserPreferencesReader.java | 3.5 KB | 12510 | 7 years | avoid code duplication | |
OsmServerWriter.java | 10.7 KB | 12743 | 7 years |
see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
|
|
OsmTransferCanceledException.java | 980 bytes | 13493 | 7 years |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
OsmTransferException.java | 2.6 KB | 13493 | 7 years |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
OsmWriterFactory.java | 2.0 KB | 11851 | 8 years | sonar - squid:S1444 - "public static" fields should be constant | |
OverpassDownloadReader.java | 18.2 KB | 18211 | 3 years |
global use of !Utils.isEmpty/isBlank
|
|
package-info.java | 147 bytes | 10125 | 9 years |
refactor classes from corrector package, add javadoc
|
|
ProgressInputStream.java | 1.9 KB | 13254 | 7 years |
see #15310 - remove deprecated ProgressInputStream constructor
|
|
ProgressOutputStream.java | 2.4 KB | 12711 | 7 years | see #15141, see #15167 - use correct message ("Downloading data" … | |
ProxyPolicy.java | 1.5 KB | 12805 | 7 years |
see #15229 - see #15182 - remove GUI references from DefaultProxySelector
|
|
UploadStrategy.java | 3.1 KB | 18299 | 3 years | fix #21476 - Fix and add non-regression test for … | |
UploadStrategySpecification.java | 5.4 KB | 18283 | 3 years | fix #21427 - further simplify UploadDialog (patch by marcello, … | |
UrlPattern.java | 1.2 KB | 15784 | 5 years | see #18613 - rework download tasks / URL patterns | |
UrlPatterns.java | 5.1 KB | 16144 | 5 years | fix #18936 - fix layer name detection of Overpass xapi URLs | |
UTFInputStreamReader.java | 2.8 KB | 11553 | 8 years |
refactor handling of null values - use Java 8 Optional where possible
|
|
ValidatorErrorWriter.java | 6.7 KB | 17989 | 3 years | fix #20991 - see #18232 - restore ability to export validator errors, … | |
XmlStreamParsingException.java | 1.8 KB | 11649 | 8 years | sonar - pmd:UseStringBufferForStringAppends | |
XmlWriter.java | 2.8 KB | 12537 | 7 years | PMD - VariableNamingConventions | |
MultiFetchOverpassObjectReader.java | 5.4 KB | 16613 | 4 years | fix @since xxx | |
OsmChangesetContentParser.java | 7.0 KB | 14946 | 6 years | see #17459: remove duplicated code in reverter corehacks Step 1: Add … | |
OsmServerBackreferenceReader.java | 11.6 KB | 17136 | 4 years | see #19898: Performance improvements for DatasetMerger Avoid to avoid … | |
OsmServerHistoryReader.java | 2.9 KB | 14763 | 6 years | fix #17279: improve performance when retrieving history | |
DiffResultProcessor.java | 8.1 KB | 18623 | 2 years | fix #22635 - Make "Postprocessing uploaded data..." translatable | |
AbstractParser.java | 8.0 KB | 17838 | 4 years | see #14176 - Migrate HistoryOsmPrimitive to Instant | |
CacheCustomContent.java | 6.8 KB | 16630 | 4 years | see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses | |
CachedFile.java | 22.1 KB | 17787 | 4 years | fix #20741 - Various code simplifications (patch by gaben) | |
Capabilities.java | 9.2 KB | 16436 | 5 years | see #19251 - Java 8: use Stream | |
ChangesetUpdater.java | 3.6 KB | 17717 | 4 years | see #14176 - Migrate Changeset to Instant | |
Compression.java | 8.5 KB | 16816 | 4 years | RenderingCLI: support compressed .osm files | |
InvalidXmlCharacterFilter.java | 1.9 KB | 17787 | 4 years | fix #20741 - Various code simplifications (patch by gaben) | |
NameFinder.java | 11.9 KB | 16643 | 4 years | see #19334 - https://errorprone.info/bugpattern/StringSplitter | |
NetworkManager.java | 3.9 KB | 16683 | 4 years | fix #19299 - Use ConcurrentHashMap for NetworkManager.NETWORK_ERRORS | |
NoteReader.java | 8.7 KB | 17712 | 4 years | see #14176 - Migrate Note/NoteComment to Instant | |
NoteWriter.java | 3.0 KB | 17712 | 4 years | see #14176 - Migrate Note/NoteComment to Instant | |
OfflineAccessException.java | 896 bytes | 16427 | 5 years | see #18712 - Add OfflineAccessException.forResource(String) | |
OsmChangesetParser.java | 11.0 KB | 17720 | 4 years | see #14176 - Migrate ChangesetDiscussionComment to Instant | |
OsmServerObjectReader.java | 5.7 KB | 16913 | 4 years | fix #19698 - Refactoring: make private fields final | |
OsmServerUserInfoReader.java | 7.3 KB | 17716 | 4 years | see #14176 - Migrate UserInfo to Instant | |
OsmWriter.java | 13.7 KB | 17848 | 4 years | see #20829 - Avoid heap allocations in OsmWriter | |
GpxReader.java | 26.2 KB | 18396 | 3 years | fix #20600 - add Fix coloring for NMEA, patch by Bjoeni | |
GpxWriter.java | 15.2 KB | 18399 | 3 years | fix #21922 - patch by Bjoeni - GPX file marked as modified when saving … | |
OsmApiInitializationException.java | 2.0 KB | 14273 | 6 years | fix typos - patch by naoliv - fix #16781 - Thanks a lot | |
AbstractReader.java | 32.0 KB | 18697 | 21 months | See r18695: fix @since xxx | |
CertificateAmendment.java | 11.9 KB | 18716 | 20 months | Fix #22904: Remove outdated/unused certificate authorities This drops … | |
DefaultProxySelector.java | 10.0 KB | 18663 | 22 months | Fix #22497: Add setting to only proxy specific hosts (patch by TrickyFoxy) | |
GeoJSONMapRouletteWriter.java | 4.2 KB | 18754 | 18 months | Significantly reduce allocations in GeoJSONWriter When using `josm … | |
GeoJSONReader.java | 23.6 KB | 18723 | 19 months | Fix #22432, see #22941: Start migrating from javax to jakarta Parsson … | |
GeoJSONWriter.java | 20.3 KB | 18754 | 18 months | Significantly reduce allocations in GeoJSONWriter When using `josm … | |
MessageNotifier.java | 7.5 KB | 18650 | 22 months | Fix #20768: Add OAuth 2.0 support This also fixes #21607: … | |
OsmApi.java | 42.5 KB | 18650 | 22 months | Fix #20768: Add OAuth 2.0 support This also fixes #21607: … | |
OsmConnection.java | 12.7 KB | 18665 | 22 months | Fix several coverity issues CID-1504572: Synchronization on … | |
OsmJsonReader.java | 8.1 KB | 18723 | 19 months | Fix #22432, see #22941: Start migrating from javax to jakarta Parsson … | |
OsmPbfReader.java | 45.9 KB | 18702 | 20 months | Fix #22868: NPE when a PBF does not include bound information | |
OsmReader.java | 20.5 KB | 18695 | 21 months | Fix #22603: Add PBF reading support | |
OsmServerLocationReader.java | 7.0 KB | 18611 | 2 years | See #17201: fix common typo in progressMonitor beginTask() | |
OsmServerReader.java | 17.9 KB | 18650 | 22 months | Fix #20768: Add OAuth 2.0 support This also fixes #21607: … |
Note:
See TracBrowser
for help on using the repository browser.