source: josm/trunk/src/org/openstreetmap/josm/data/osm/visitor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12078   8 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12058   8 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12054   8 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12009   8 years michael2402 See #13883: Use parallel sort for style elems
(edit) @11992   8 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11971   8 years Don-vip javadoc
(edit) @11970   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11914   8 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11893   8 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11870   8 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11819   8 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11779   8 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11761   8 years michael2402 See #10176: Allow icons in multipolygons, use even/odd winding rule …
(edit) @11759   8 years michael2402 MapCSS performance: Skip drawing multipolygons earlier.
(edit) @11758   8 years michael2402 See #13309: Use cached preferences for map drawing; align box text to …
(edit) @11755   8 years Don-vip see #14528 - typos
(edit) @11751   8 years michael2402 Remove orderFont preference - Fonts are stored locally with text …
(edit) @11750   8 years michael2402 Skip empty strings when rendering box texts.
(edit) @11749   8 years Don-vip see #14528 - checkstyle
(edit) @11748   8 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11746   8 years Don-vip PMD - Strict Exceptions
(edit) @11731   8 years michael2402 Clean icon drawing code style.
(edit) @11730   8 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11726   8 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11722   8 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11719   8 years michael2402 Extract label placement strategy to new method.
(edit) @11716   8 years michael2402 Skip drawing empty names.
(edit) @11696   8 years michael2402 Move offset iterator to new file.
(edit) @11674   8 years michael2402 Add Javadoc to icon drawing functions. Fix AreaElement#equals/hashCode.
(edit) @11671   8 years michael2402 See #10176: Nicer stroke for icons of selected areas.
(edit) @11670   8 years michael2402 See #10176: Make icon-image work for areas. Icon is displayed at …
(edit) @11553   9 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11537   9 years Don-vip sonar - fb-contrib:CCNE_COMPARE_CLASS_EQUALS_NAME - Correctness - …
(edit) @11461   9 years Don-vip sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
(edit) @11452   9 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11385   9 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11360   9 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11357   9 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11351   9 years Don-vip findbugs - SE_BAD_FIELD_INNER_CLASS
(edit) @11313   9 years Don-vip findbugs - NP_NULL_PARAM_DEREF
(edit) @11294   9 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11285   9 years michael2402 More Javadoc for AreaElement
(edit) @11190   9 years Don-vip fix warnings caused by r11147
(edit) @11148   9 years michael2402 Fix #13636: Use clipping for images on a line (RepeatImageElement).
(edit) @11147   9 years michael2402 Fix 13636: Use line clipping for computing the one way arrows, too.
(edit) @11144   9 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11117   9 years simon04 fix #13591 - Change in multipolygon is not recognized by …
(edit) @11100   9 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11090   9 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11087   9 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11060   9 years simon04 Checkstyle, fix deprecated usage
(edit) @11054   9 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11038   9 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11027   9 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @10953   9 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10942   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10925   9 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10887   9 years Don-vip fix #13385 - rendering artifacts (patch by Gerd Petermann)
(edit) @10884   9 years Don-vip fix #13427 - in wireframe mode, some line segments are invisible …
(edit) @10875   9 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   9 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10869   9 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10857   9 years Don-vip see #13306 - remove unused LineClip class
(edit) @10856   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10842   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core
(edit) @10829   9 years Don-vip see #13306 - fix wrong version number
(edit) @10827   9 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   9 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10806   9 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10697   9 years Don-vip fix #13258 - Pull benchmark code out of renderer (patch by …
(edit) @10662   9 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10656   9 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10655   9 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10469   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10345   9 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10312   9 years Don-vip sonar - squid:S2384 - Mutable members should not be stored or returned …
(edit) @10307   9 years Don-vip change log level to trace
(edit) @10303   9 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10254   9 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10247   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10244   9 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10216   9 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10134   9 years Don-vip sonar, javadoc
(edit) @10000   9 years Don-vip sonar - fix various issues
(edit) @9978   9 years Don-vip sonar - remove useless initializations
(edit) @9952   9 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9854   9 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9802   10 years bastiK fix NPE
(edit) @9800   10 years stoecker fix r9798 - variable is not used in JOSM, but in tests
(edit) @9798   10 years stoecker fix Coverity issues 1351364 and 1351265
(edit) @9793   10 years Don-vip checkstyle
(edit) @9788   10 years bastiK Jenkins truncates stdout, try to shorten it a bit
(edit) @9786   10 years bastiK new mappaint performance test tests different features separately
(edit) @9665   10 years stoecker fix eol-style issues and similar formating stuff, see #12410
Note: See TracRevisionLog for help on using the revision log.