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

Name Size Rev Age Author Last Change
../
event 12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
history 12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
search 12664   7 years Don-vip see #15182 - fix javadoc warning
visitor 12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
AbstractPrimitive.java 26.6 KB 12542   7 years Don-vip partial revert of r12537
Changeset.java 13.9 KB 12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
ChangesetCache.java 8.7 KB 12537   7 years Don-vip PMD - VariableNamingConventions
ChangesetDataSet.java 7.0 KB 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
ChangesetDiscussionComment.java 1.6 KB 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
DataIntegrityProblemException.java 1.0 KB 12036   7 years Don-vip add more unit tests, javadoc
DataSet.java 47.4 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
DatasetConsistencyTest.java 8.4 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
DataSetMerger.java 19.3 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
DefaultNameFormatter.java 23.6 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
Filter.java 4.9 KB 12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
FilterMatcher.java 12.8 KB 12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
FilterModel.java 13.1 KB 12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
FilterWorker.java 4.0 KB 12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
Hash.java 1.3 KB 9243   8 years Don-vip javadoc update
HighlightUpdateListener.java 1.1 KB 12020   7 years Don-vip see #14120 - checkstyle
IPrimitive.java 7.2 KB 9460   8 years Don-vip javadoc
IRelation.java 909 bytes 9460   8 years Don-vip javadoc
IWay.java 700 bytes 9460   8 years Don-vip javadoc
MultipolygonBuilder.java 19.0 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
NameFormatterHook.java 1.5 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
NodeGraph.java 9.9 KB 12478   7 years Don-vip NodeGraph: add javadoc, unit tests
NodePair.java 2.5 KB 12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
NoteData.java 10.4 KB 12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
OsmPrimitive.java 47.6 KB 12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
OsmPrimitiveComparator.java 3.3 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
OsmPrimitiveType.java 5.4 KB 12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
package-info.java 645 bytes 10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
PrimitiveData.java 3.7 KB 12017   7 years Don-vip *Data: new constructors with a given id
PrimitiveId.java 749 bytes 8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
QuadBuckets.java 18.0 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
Relation.java 17.9 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
RelationData.java 2.1 KB 12017   7 years Don-vip *Data: new constructors with a given id
RelationMember.java 4.8 KB 11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
Storage.java 16.2 KB 11408   7 years Don-vip fix #14135 - regression from r11395
Tag.java 5.6 KB 10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
TagCollection.java 24.3 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
Tagged.java 2.0 KB 11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
TagMap.java 8.4 KB 11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
User.java 7.0 KB 12537   7 years Don-vip PMD - VariableNamingConventions
UserInfo.java 3.9 KB 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
Way.java 24.2 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
WayData.java 2.0 KB 12193   7 years Don-vip fix #14810 - partial revert of r12190
WaySegment.java 4.0 KB 11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
BBox.java 10.1 KB 12190   7 years michael2402 See #14794: More javadoc for data.osm package
ChangesetCacheEvent.java 864 bytes 12189   7 years michael2402 See #14794: Javadoc for data.osm package
ChangesetCacheListener.java 427 bytes 12190   7 years michael2402 See #14794: More javadoc for data.osm package
DataSelectionListener.java 10.0 KB 12329   7 years michael2402 See #14854: Selection change listeners should not re-add the …
DefaultChangesetCacheEvent.java 2.2 KB 12189   7 years michael2402 See #14794: Javadoc for data.osm package
INode.java 846 bytes 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
NameFormatter.java 1.4 KB 12189   7 years michael2402 See #14794: Javadoc for data.osm package
Node.java 13.1 KB 12167   7 years michael2402 Make WayPoint implement ILatLon.
NodeData.java 2.6 KB 12190   7 years michael2402 See #14794: More javadoc for data.osm package
NodePositionComparator.java 675 bytes 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
OsmUtils.java 4.9 KB 12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
QuadBucketPrimitiveStore.java 6.8 KB 12049   7 years michael2402 Move quad bucket store of dataset to separate class.
RelationMemberData.java 3.0 KB 12190   7 years michael2402 See #14794: More javadoc for data.osm package
RelationToChildReference.java 3.9 KB 12190   7 years michael2402 See #14794: More javadoc for data.osm package
SimplePrimitiveId.java 5.0 KB 12190   7 years michael2402 See #14794: More javadoc for data.osm package
Note: See TracBrowser for help on using the repository browser.