source:
josm/trunk/src/org/openstreetmap/josm/data/osm@
7091
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| event | 7005 | 12 years | see #8465 - use diamond operator where applicable | ||
| history | 7005 | 12 years | see #8465 - use diamond operator where applicable | ||
| visitor | 7090 | 12 years | code refactoring to avoid classes in methods (cause problems for code … | ||
| AbstractPrimitive.java | 22.8 KB | 7083 | 12 years |
see #8465 - replace Utils.equal by Objects.equals, new in Java 7
|
|
| BBox.java | 7.0 KB | 6890 | 12 years | fix some Sonar issues (Constructor Calls Overridable Method) | |
| Changeset.java | 7.2 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| ChangesetCache.java | 6.3 KB | 7079 | 12 years | fix some unit tests | |
| ChangesetCacheEvent.java | 342 bytes | 3083 | 16 years | added svn:eol-style=native to source files | |
| ChangesetCacheListener.java | 194 bytes | 3083 | 16 years | added svn:eol-style=native to source files | |
| ChangesetDataSet.java | 6.7 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| DataIntegrityProblemException.java | 518 bytes | 6987 | 12 years | sonar - fix some more issues | |
| DataSet.java | 40.8 KB | 7073 | 12 years | see #9691 - really fix broken MapCSSTagChecker unit test | |
| DatasetConsistencyTest.java | 5.9 KB | 6203 | 13 years | fix #9024 - bbox/bounds memory optimizations (modified patch by … | |
| DatasetFactory.java | 1.4 KB | 5170 | 14 years | cleanup svn:mime-type properties preventing Java sources from being … | |
| DataSetMerger.java | 19.3 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| DataSource.java | 990 bytes | 6380 | 13 years | update license/copyright information | |
| DefaultChangesetCacheEvent.java | 1.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Filter.java | 2.4 KB | 7083 | 12 years |
see #8465 - replace Utils.equal by Objects.equals, new in Java 7
|
|
| FilterMatcher.java | 11.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| FilterWorker.java | 2.6 KB | 6362 | 13 years | Checkstyle: - private constructors for util classes - final classes - … | |
| Hash.java | 1.2 KB | 6380 | 13 years | update license/copyright information | |
| INode.java | 364 bytes | 4126 | 15 years | memory optimizations for Node & WayPoint (Patch by Gubaer, modified) … | |
| IPrimitive.java | 1018 bytes | 6009 | 13 years | fix #8799 - Follow conventional visitor design pattern by renaming … | |
| IRelation.java | 274 bytes | 4098 | 15 years | extract common functionality of OsmPrimitive & PrimitiveData to an … | |
| IWay.java | 215 bytes | 4100 | 15 years | use IPrimitive to make upload code work for both OsmPrimitive and … | |
| MultipolygonCreate.java | 8.9 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| NameFormatter.java | 424 bytes | 4431 | 15 years | Custom primitive name formatters via tagging presets | |
| Node.java | 11.9 KB | 6830 | 12 years | javadoc fixes for jdk8 compatibility | |
| NodeData.java | 2.0 KB | 6890 | 12 years | fix some Sonar issues (Constructor Calls Overridable Method) | |
| NodePositionComparator.java | 746 bytes | 3650 | 16 years | applied #5599 (patch by extropy) - Join areas speed improvement | |
| OsmPrimitive.java | 46.6 KB | 7084 | 12 years |
see #8465 - use AssertionError constructor accepting a cause, new in …
|
|
| OsmPrimitiveComparator.java | 2.3 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| OsmPrimitiveType.java | 2.9 KB | 6889 | 12 years | fix some Sonar issues (JLS order) | |
| OsmUtils.java | 1.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| PrimitiveData.java | 1.8 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| PrimitiveDeepCopy.java | 3.7 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| PrimitiveId.java | 749 bytes | 5417 | 14 years | some Javadoc fixes | |
| QuadBuckets.java | 17.9 KB | 7025 | 12 years | Sonar - fix various issues | |
| Relation.java | 16.7 KB | 7091 | 12 years | fixed #9716 - Mappaint style for osm object not updated when tags change | |
| RelationData.java | 1.5 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| RelationMember.java | 4.9 KB | 6305 | 13 years | fix #9093 - teach validator about "subarea" and "land_area" roles of … | |
| RelationMemberData.java | 2.4 KB | 6830 | 12 years | javadoc fixes for jdk8 compatibility | |
| RelationToChildReference.java | 3.7 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| SimplePrimitiveId.java | 3.5 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Storage.java | 14.2 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Tag.java | 3.4 KB | 6699 | 13 years | fix #9547 - Remove multiple whitespaces inside values | |
| TagCollection.java | 24.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Tagged.java | 1.5 KB | 3083 | 16 years | added svn:eol-style=native to source files | |
| TigerUtils.java | 2.2 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| User.java | 6.0 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| UserInfo.java | 2.3 KB | 6349 | 13 years | fix #9234 - For identified users, notifies periodically (every 5 … | |
| Way.java | 22.9 KB | 7091 | 12 years | fixed #9716 - Mappaint style for osm object not updated when tags change | |
| WayData.java | 1.3 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| WaySegment.java | 2.7 KB | 6862 | 12 years | see #9598 - Validator: report "Overlapping ways" only if at least 3 … | |
Note:
See TracBrowser
for help on using the repository browser.
