source: josm/trunk/src/org/openstreetmap/josm/data/osm

Name Size Rev Age Author Last Change
../
search 18877   6 months taylor.smock See #23220: Use jakarta.annotation instead of javax.annotation …
pbf 18877   6 months taylor.smock See #23220: Use jakarta.annotation instead of javax.annotation …
visitor 18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
event 18792   9 months taylor.smock Fix #23018: The Name Suggestion Index preset causes dramatic slowing …
history 17903   3 years simon04 see #20879 - History browser: display version "*" if tag change has …
Filter.java 6.5 KB 18972   2 months taylor.smock See #23465: Add additional javadoc comments This also fixes some …
OsmUtils.java 8.8 KB 18918   4 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
AbstractPrimitive.java 30.7 KB 18891   6 months taylor.smock Fix #23256: AbstractPrimitive::putAll not updating values (patch by …
Tagged.java 9.2 KB 18887   6 months taylor.smock See r18885: Fix default hasTagDifferent implementation.
NodePair.java 2.5 KB 18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
DataSet.java 48.5 KB 18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
NoteData.java 11.1 KB 18868   6 months taylor.smock See #16207: Keep track of download area for notes
FilterModel.java 14.5 KB 18866   6 months taylor.smock Fix #23196: DataIntegrityProblemException: Primitive must be part of …
SimplePrimitiveId.java 5.8 KB 18829   7 months taylor.smock Fix #16998: Add parent_osm_primitives and convert_primitives_to_string
Relation.java 18.2 KB 18814   8 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
IWay.java 4.1 KB 18814   8 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
IRelation.java 4.4 KB 18814   8 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
IPrimitive.java 17.1 KB 18814   8 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
DefaultNameFormatter.java 25.9 KB 18811   8 months taylor.smock Fix #23124: Azul Java 17.0.4.1 will cause a NumberFormatException …
Storage.java 16.2 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OsmPrimitive.java 36.6 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OsmDataManager.java 2.6 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
Node.java 11.7 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
FilterMatcher.java 13.1 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
DataSetMerger.java 21.1 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
ChangesetCache.java 10.1 KB 18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
Way.java 25.8 KB 18794   9 months taylor.smock Fix #23085: Improve speed of selecting large amounts of objects * JVM …
ChangesetDataSet.java 10.7 KB 18606   17 months GerdP fix #22529: possibly improve performance in class ChangesetDataSet - …
PrimitiveId.java 919 bytes 18578   18 months taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
QuadBuckets.java 18.8 KB 18465   23 months taylor.smock Fix #22106: Avoid allocations for point objects in QuadBuckets Nodes …
NodePositionComparator.java 655 bytes 18464   23 months taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
Changeset.java 13.8 KB 18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
FilterWorker.java 4.3 KB 18246   3 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
TagCollection.java 24.3 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
PrimitiveData.java 4.3 KB 18014   3 years Don-vip remove deprecated stuff not used by plugins
TagMap.java 8.3 KB 18006   3 years Don-vip fix NPE in TagMap constructor
IWaySegment.java 6.8 KB 17986   3 years Don-vip fix #20994 - OOBE when removing node of highlighted way (patch by Bjoeni)
WaySegment.java 1.8 KB 17897   3 years simon04 see #17177 - WaySegment: remove binary compatibility overrides
IRelationMember.java 1.9 KB 17867   3 years simon04 see #17177 - fix @since xxx
IFilterablePrimitive.java 1.6 KB 17867   3 years simon04 see #17177 - fix @since xxx
BBox.java 14.1 KB 17867   3 years simon04 see #17177 - fix @since xxx
RelationMember.java 3.6 KB 17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
OsmData.java 15.6 KB 17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
ChangesetDiscussionComment.java 1.5 KB 17720   3 years simon04 see #14176 - Migrate ChangesetDiscussionComment to Instant
UserInfo.java 3.8 KB 17716   3 years simon04 see #14176 - Migrate UserInfo to Instant
NodeGraph.java 13.3 KB 17515   3 years Don-vip see #19724 - update to error-prone 2.5.1, checkstyle 8.36, spotbugs 4.2.1
RelationMemberData.java 3.4 KB 17471   3 years GerdP see #17184: Memory leaks - use String.intern() for field role in …
MultipolygonBuilder.java 8.9 KB 17358   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
Stylable.java 1.2 KB 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
DatasetConsistencyTest.java 8.3 KB 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
User.java 7.2 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
AbstractDataSourceChangeEvent.java 1.1 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
OsmPrimitiveType.java 5.9 KB 16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
Hash.java 1.3 KB 16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
DataSelectionListener.java 10.6 KB 16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
DataIntegrityProblemException.java 2.2 KB 16546   4 years simon04 fix #19343 - DataIntegrityProblemException: report commands involving …
RelationToChildReference.java 3.8 KB 16445   4 years simon04 see #19251 - Java 8: use Stream
CyclicUploadDependencyException.java 1.6 KB 16445   4 years simon04 see #19251 - Java 8: use Stream
UniqueIdGenerator.java 1.2 KB 16108   4 years Don-vip fix #18909 - UniqueIdGenerator.generateUniqueId() should be public …
WayData.java 3.1 KB 15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
RelationData.java 2.4 KB 15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
NodeData.java 2.7 KB 15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
DataSourceListener.java 652 bytes 15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
DataSourceChangeEvent.java 2.0 KB 15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
Tags.java 1.5 KB 15377   5 years Don-vip see #13679 - refactor session import/export classes for easier plugin …
INode.java 2.1 KB 14146   6 years Don-vip see #15229 - don't import Main just for javadoc
IOsmDataManager.java 1.7 KB 14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
Tag.java 5.2 KB 14005   6 years Don-vip remove deprecated API
QuadBucketPrimitiveStore.java 6.9 KB 13852   6 years Don-vip SonarQube - fix more code issues
PrimitiveComparator.java 3.9 KB 13803   6 years Don-vip add new class PrimitiveComparator
OsmPrimitiveComparator.java 2.1 KB 13803   6 years Don-vip add new class PrimitiveComparator
NameFormatterHook.java 1.5 KB 13766   6 years Don-vip API alignment between Relation/RelationData and …
NameFormatter.java 1.6 KB 13766   6 years Don-vip API alignment between Relation/RelationData and …
KeyValueVisitor.java 660 bytes 13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
UploadPolicy.java 1.7 KB 13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
DownloadPolicy.java 1.4 KB 13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
Lockable.java 551 bytes 13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
ChangesetCacheListener.java 427 bytes 12190   7 years michael2402 See #14794: More javadoc for data.osm package
DefaultChangesetCacheEvent.java 2.2 KB 12189   7 years michael2402 See #14794: Javadoc for data.osm package
ChangesetCacheEvent.java 864 bytes 12189   7 years michael2402 See #14794: Javadoc for data.osm package
HighlightUpdateListener.java 1.1 KB 12020   7 years Don-vip see #14120 - checkstyle
package-info.java 645 bytes 10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
Note: See TracBrowser for help on using the repository browser.