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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10953   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10943   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations …
(edit) @10942   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10924   8 years Don-vip fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
(edit) @10923   8 years Don-vip update new TLD from IANA
(edit) @10922   8 years michael2402 See #13309: Make PreferencesTest compile again.
(edit) @10921   8 years simon04 Re-add SuppressWarnings (got lost in r10608)
(edit) @10920   8 years michael2402 See #13309: Do not add 'color.' prefix twice in getColor()
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10915   8 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   8 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10903   8 years Don-vip update new TLD from IANA
(edit) @10901   8 years Don-vip fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
(edit) @10896   8 years Klumbumbus fix #6708 - Pistes can be drawn as area or linear. If linear they can …
(edit) @10891   8 years Don-vip fix #13442 - Use lock downgrade during endUpate (patch by michael2402) …
(edit) @10887   8 years Don-vip fix #13385 - rendering artifacts (patch by Gerd Petermann)
(edit) @10884   8 years Don-vip fix #13427 - in wireframe mode, some line segments are invisible …
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10877   8 years Don-vip see #13416 - add parameter validation do detect NPE origin
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10871   8 years Don-vip see #13408 - fix javadoc
(edit) @10870   8 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10869   8 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10868   8 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10859   8 years Don-vip update new TLD from IANA
(edit) @10857   8 years Don-vip see #13306 - remove unused LineClip class
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10846   8 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10844   8 years Don-vip update new TLD from IANA
(edit) @10842   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core
(edit) @10841   8 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
(edit) @10839   8 years Don-vip see #13309 - remove deprecated color stuff not used outside of JOSM
(edit) @10838   8 years Don-vip update new TLD from IANA
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10836   8 years Don-vip see #11924 - fix javadoc warnings seen with Java 9
(edit) @10829   8 years Don-vip see #13306 - fix wrong version number
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10807   8 years Don-vip update new TLD from IANA
(edit) @10806   8 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10803   8 years Don-vip fix #13347 - simplify CrossingWays test (patch by Gerd Petermann)
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10785   8 years Don-vip update new TLD from IANA
(edit) @10778   8 years Don-vip fix #13305 - correct javadoc in TestError (patch by gpetermann_muenchen)
(edit) @10776   8 years Don-vip fix #13295 - improve UnconnectedWays test performance (patch by …
(edit) @10772   8 years Don-vip update new TLD from IANA
(edit) @10765   8 years Don-vip checkstyle
(edit) @10764   8 years Don-vip sonar - squid:S1191 - Classes from "sun.*" packages should not be used
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10762   8 years Don-vip sonar - squid:UselessParenthesesCheck
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10738   8 years Don-vip update new TLD from IANA
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10735   8 years Don-vip fix #13264 - more lenient TMS url regex to allow - zoom separator
(edit) @10729   8 years Don-vip fix compiler/javadoc warnings
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10726   8 years Don-vip update new TLD from IANA
(edit) @10723   8 years simon04 Fix javadoc
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10710   8 years simon04 fix #12570 - Group MapCSS tag checker tests
(edit) @10699   8 years Don-vip fix #13255 - Document AbstractProjection (patch by michael2402) - gsoc-core
(edit) @10698   8 years Don-vip update new TLD from IANA
(edit) @10697   8 years Don-vip fix #13258 - Pull benchmark code out of renderer (patch by …
(edit) @10693   8 years Don-vip fix compiler warning
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10687   8 years Don-vip remove deprecated Main.paste* fields (not used anymore by SVN plugins)
(edit) @10685   8 years Don-vip remove old TLD from IANA
(edit) @10681   8 years Don-vip update new TLD from IANA
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10679   8 years Don-vip fix TLD order
(edit) @10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10675   8 years Don-vip update new TLD from IANA
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10672   8 years Don-vip see #12472 - fix "UnsynchronizedOverridesSynchronized" warnings
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10666   8 years Don-vip update new TLD from IANA
Note: See TracRevisionLog for help on using the revision log.