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

Name Size Rev Age Author Last Change
../
event 13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
history 13625   6 years Don-vip extract getNumKeys() from AbstractPrimitive to Tagged
search 13581   6 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
visitor 13717   6 years Don-vip better API alignment between Way and WayData
AbstractPrimitive.java 23.0 KB 13668   6 years Don-vip move a few methods from AbstractPrimitive to Tagged
BBox.java 10.4 KB 13140   6 years Don-vip see #15229 - provide a replacement API to deprecated …
Changeset.java 13.8 KB 13625   6 years Don-vip extract getNumKeys() from AbstractPrimitive to Tagged
ChangesetCache.java 8.5 KB 12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
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
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
CyclicUploadDependencyException.java 1.8 KB 12673   7 years Don-vip see #15182 - move CyclicUploadDependencyException from …
DataIntegrityProblemException.java 1.0 KB 12036   7 years Don-vip add more unit tests, javadoc
DataSelectionListener.java 10.6 KB 12970   7 years Don-vip see #15008, see #15421 - add toString() methods to allow to report …
DataSet.java 49.4 KB 13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
DatasetConsistencyTest.java 8.4 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
DataSetMerger.java 20.8 KB 13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
DefaultChangesetCacheEvent.java 2.2 KB 12189   7 years michael2402 See #14794: Javadoc for data.osm package
DefaultNameFormatter.java 24.3 KB 13717   6 years Don-vip better API alignment between Way and WayData
DownloadPolicy.java 1.4 KB 13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
Filter.java 4.9 KB 13205   6 years Don-vip enable PMD rule StringToString
FilterMatcher.java 12.6 KB 13309   6 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
FilterModel.java 13.2 KB 13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
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
INode.java 2.1 KB 13669   6 years Don-vip move a few methods from Node to INode
IPrimitive.java 11.6 KB 13667   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive, Relation to …
IRelation.java 1.7 KB 13667   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive, Relation to …
IRelationMember.java 1.3 KB 13677   6 years Don-vip introduce IRelationMember
IWay.java 2.2 KB 13717   6 years Don-vip better API alignment between Way and WayData
KeyValueVisitor.java 660 bytes 13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
Lockable.java 551 bytes 13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
MultipolygonBuilder.java 19.5 KB 13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
NameFormatter.java 1.6 KB 13717   6 years Don-vip better API alignment between Way and WayData
NameFormatterHook.java 1.5 KB 13717   6 years Don-vip better API alignment between Way and WayData
Node.java 12.3 KB 13669   6 years Don-vip move a few methods from Node to INode
NodeData.java 2.4 KB 13669   6 years Don-vip move a few methods from Node to INode
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 …
NodePositionComparator.java 675 bytes 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
NoteData.java 10.3 KB 13437   6 years Don-vip fix #15967 - proper loading of notes layers
OsmPrimitive.java 45.8 KB 13669   6 years Don-vip move a few methods from Node to INode
OsmPrimitiveComparator.java 3.3 KB 13569   6 years Don-vip fix javadoc
OsmPrimitiveType.java 5.4 KB 13717   6 years Don-vip better API alignment between Way and WayData
OsmUtils.java 6.0 KB 13637   6 years Don-vip minor fixes
package-info.java 645 bytes 10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
PrimitiveData.java 4.6 KB 13664   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive
PrimitiveId.java 749 bytes 8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
QuadBucketPrimitiveStore.java 6.8 KB 12049   7 years michael2402 Move quad bucket store of dataset to separate class.
QuadBuckets.java 18.2 KB 13304   6 years Don-vip update to error_prone 2.2.0
Relation.java 17.5 KB 13667   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive, Relation to …
RelationData.java 2.1 KB 12017   7 years Don-vip *Data: new constructors with a given id
RelationMember.java 3.9 KB 13677   6 years Don-vip introduce IRelationMember
RelationMemberData.java 3.1 KB 13677   6 years Don-vip introduce IRelationMember
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
Storage.java 16.2 KB 11408   7 years Don-vip fix #14135 - regression from r11395
Stylable.java 1.2 KB 13636   6 years Don-vip extract style methods to a new Stylable interface
Tag.java 5.7 KB 13625   6 years Don-vip extract getNumKeys() from AbstractPrimitive to Tagged
TagCollection.java 24.3 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
Tagged.java 5.9 KB 13668   6 years Don-vip move a few methods from AbstractPrimitive to Tagged
TagMap.java 8.4 KB 11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
UploadPolicy.java 1.7 KB 13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
User.java 7.1 KB 13101   6 years Don-vip fix #15534 - NPE
UserInfo.java 3.9 KB 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
Way.java 24.7 KB 13717   6 years Don-vip better API alignment between Way and WayData
WayData.java 2.2 KB 13717   6 years Don-vip better API alignment between Way and WayData
WaySegment.java 4.2 KB 13030   6 years Don-vip see #15465 - validate WaySegment constructor arguments
Note: See TracBrowser for help on using the repository browser.