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

Name Size Rev Age Author Last Change
../
event 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
history 6336   10 years Don-vip code cleanup / robustness in edit layer handling
visitor 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
ChangesetCache.java 6.2 KB 5890   11 years akks Minor Javadoc fixes and adding @Override annotations
MultipolygonCreate.java 9.0 KB 6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
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)
DefaultChangesetCacheEvent.java 1.6 KB 6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
FilterWorker.java 2.5 KB 5442   12 years bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
INode.java 364 bytes 4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
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 …
NodePositionComparator.java 746 bytes 3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
OsmPrimitiveType.java 2.9 KB 4387   13 years bastiK fixed #6746 - paste properties in new layer results in nullpointer …
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)
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)
Tagged.java 1.5 KB 3083   14 years bastiK added svn:eol-style=native to source files
UserInfo.java 1.8 KB 3083   14 years bastiK added svn:eol-style=native to source files
AbstractPrimitive.java 22.6 KB 6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
BBox.java 6.9 KB 6204   11 years Don-vip fix #9024 - fix problems introduced in r6203
DataIntegrityProblemException.java 507 bytes 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
DataSet.java 40.8 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
DatasetConsistencyTest.java 5.9 KB 6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
DatasetFactory.java 1.4 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
DataSetMerger.java 19.4 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
DataSource.java 1004 bytes 6229   11 years Don-vip Sonar - Avoid throwing NullPointerException
Filter.java 2.5 KB 6289   11 years Don-vip Sonar/Findbugs - fix various problems
Hash.java 2.0 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
IPrimitive.java 1018 bytes 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
Node.java 9.8 KB 6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
NodeData.java 2.0 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
OsmPrimitive.java 44.2 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
OsmPrimitiveComparator.java 2.3 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
OsmUtils.java 1.5 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
QuadBuckets.java 18.6 KB 6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
Relation.java 16.8 KB 6316   11 years Don-vip Sonar/FindBugs - Loose coupling
RelationData.java 1.5 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
RelationMember.java 4.9 KB 6305   11 years Don-vip fix #9093 - teach validator about "subarea" and "land_area" roles of …
Storage.java 15.1 KB 6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
TagCollection.java 24.0 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
TigerUtils.java 1.7 KB 6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
User.java 6.0 KB 6317   11 years Don-vip Sonar/FindBugs - Loose coupling
Way.java 22.5 KB 6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
WayData.java 1.3 KB 6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
WaySegment.java 1.5 KB 6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
NameFormatter.java 424 bytes 4431   13 years jttt Custom primitive name formatters via tagging presets
Tag.java 2.3 KB 5058   12 years simon04 fix #7201 - combining ways screws up the order of ref tags (handling …
Changeset.java 7.3 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
FilterMatcher.java 11.6 KB 5909   11 years stoecker fix all remaining javadoc warnings
PrimitiveId.java 749 bytes 5417   12 years stoecker some Javadoc fixes
RelationMemberData.java 2.4 KB 6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
Note: See TracBrowser for help on using the repository browser.