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

Name Size Rev Age Author Last Change
../
event 8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
history 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
visitor 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
AbstractPrimitive.java 22.4 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
BBox.java 7.1 KB 7509   10 years stoecker remove tabs
Changeset.java 9.6 KB 8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
ChangesetCache.java 6.3 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
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.6 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
ChangesetDiscussionComment.java 1.5 KB 7937   9 years bastiK add subversion property svn:eol=native
DataIntegrityProblemException.java 518 bytes 6987   10 years Don-vip sonar - fix some more issues
DataSet.java 46.4 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
DatasetConsistencyTest.java 8.2 KB 7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
DatasetFactory.java 1.4 KB 5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
DataSetMerger.java 19.2 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
DefaultChangesetCacheEvent.java 1.6 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
Filter.java 2.4 KB 7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
FilterMatcher.java 11.6 KB 8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
FilterWorker.java 2.5 KB 7509   10 years stoecker remove tabs
Hash.java 1.2 KB 6380   10 years Don-vip update license/copyright information
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 …
MultipolygonBuilder.java 14.4 KB 7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
NameFormatter.java 424 bytes 4431   13 years jttt Custom primitive name formatters via tagging presets
Node.java 11.9 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
NodeData.java 2.0 KB 6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
NodePositionComparator.java 844 bytes 8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
NoteData.java 11.1 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
OsmPrimitive.java 47.7 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
OsmPrimitiveComparator.java 3.3 KB 8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
OsmPrimitiveType.java 3.2 KB 7865   9 years Don-vip fix NPE, typo
OsmUtils.java 3.2 KB 8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
PrimitiveData.java 1.8 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
PrimitiveDeepCopy.java 4.1 KB 8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
PrimitiveId.java 749 bytes 5417   12 years stoecker some Javadoc fixes
QuadBuckets.java 17.6 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
Relation.java 17.1 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
RelationData.java 1.5 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
RelationMember.java 4.8 KB 8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
RelationMemberData.java 2.4 KB 6830   10 years Don-vip javadoc fixes for jdk8 compatibility
RelationToChildReference.java 3.7 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
SimplePrimitiveId.java 3.5 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
Storage.java 14.3 KB 8290   9 years Don-vip code cleanup
Tag.java 3.4 KB 6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
TagCollection.java 25.1 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
Tagged.java 1.5 KB 3083   14 years bastiK added svn:eol-style=native to source files
TigerUtils.java 2.2 KB 8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
User.java 6.1 KB 8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
UserInfo.java 2.3 KB 6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
Way.java 23.7 KB 8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
WayData.java 1.3 KB 7005   10 years Don-vip see #8465 - use diamond operator where applicable
WaySegment.java 2.7 KB 7509   10 years stoecker remove tabs
Note: See TracBrowser for help on using the repository browser.