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

Name Size Rev Age Author Last Change
../
event 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
history 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
visitor 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
AbstractPrimitive.java 22.4 KB 6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
BBox.java 5.1 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
Changeset.java 7.3 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
ChangesetCache.java 6.2 KB 5890   11 years akks Minor Javadoc fixes and adding @Override annotations
ChangesetCacheEvent.java 342 bytes 3083   14 years bastiK added svn:eol-style=native to source files
ChangesetCacheListener.java 194 bytes 3083   14 years bastiK added svn:eol-style=native to source files
ChangesetDataSet.java 6.8 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
DataIntegrityProblemException.java 507 bytes 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
DataSet.java 40.8 KB 5881   11 years stoecker javadoc fixes
DatasetConsistencyTest.java 6.0 KB 5356   12 years Don-vip see #7847, see #7884 - Fix 2 NPE when dealing with nodes without …
DatasetFactory.java 1.4 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
DataSetMerger.java 19.5 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
DataSource.java 435 bytes 2986   14 years jttt Fix some of FindBugs warnings
DefaultChangesetCacheEvent.java 1.6 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
Filter.java 2.4 KB 5926   11 years bastiK clean up imports
FilterMatcher.java 11.6 KB 5909   11 years stoecker fix all remaining javadoc warnings
FilterWorker.java 2.5 KB 5442   12 years bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
Hash.java 2.0 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
INode.java 364 bytes 4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
IPrimitive.java 1018 bytes 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
IRelation.java 274 bytes 4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
IWay.java 215 bytes 4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
MultipolygonCreate.java 9.0 KB 6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
NameFormatter.java 424 bytes 4431   13 years jttt Custom primitive name formatters via tagging presets
Node.java 9.8 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
NodeData.java 2.0 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
NodePositionComparator.java 746 bytes 3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
OsmPrimitive.java 42.9 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
OsmPrimitiveComparator.java 2.3 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
OsmPrimitiveType.java 2.9 KB 4387   13 years bastiK fixed #6746 - paste properties in new layer results in nullpointer …
OsmUtils.java 1.5 KB 3083   14 years bastiK added svn:eol-style=native to source files
PrimitiveData.java 1.8 KB 5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
PrimitiveDeepCopy.java 3.8 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
PrimitiveId.java 749 bytes 5417   12 years stoecker some Javadoc fixes
QuadBuckets.java 24.7 KB 6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
Relation.java 16.5 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
RelationData.java 1.5 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
RelationMember.java 4.1 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
RelationMemberData.java 2.4 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
RelationToChildReference.java 3.8 KB 5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
SimplePrimitiveId.java 2.5 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
Storage.java 14.9 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
Tag.java 2.3 KB 5058   12 years simon04 fix #7201 - combining ways screws up the order of ref tags (handling …
TagCollection.java 24.0 KB 6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
Tagged.java 1.5 KB 3083   14 years bastiK added svn:eol-style=native to source files
TigerUtils.java 1.7 KB 5569   11 years Don-vip fix #7405 - TIGER tags sometimes changed unnecessarily when combined
User.java 5.5 KB 5818   11 years stoecker javadoc fixes
UserInfo.java 1.8 KB 3083   14 years bastiK added svn:eol-style=native to source files
Way.java 22.4 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
WayData.java 1.3 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
WaySegment.java 1.5 KB 5909   11 years stoecker fix all remaining javadoc warnings
Note: See TracBrowser for help on using the repository browser.