source: josm/trunk/src/org/openstreetmap/josm/tools/Utils.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7321   10 years Don-vip fix #10287 - robustness to system time going backwards during josm startup
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7019   10 years Don-vip see #8465 - fix @SafeVarargs warning, see …
(edit) @7009   10 years akks see #9952: added parameter extrude.initial-move-threshold (to tune …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7003   10 years Don-vip see #8465 - use Files.copy()
(edit) @6999   10 years akks fix #9937: Was not importing data from Overpass by remote control …
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6972   10 years bastiK see #9906 - remotecontrol import handler: add workaround when URLs …
(edit) @6962   10 years Don-vip see #8465 - rework apturl stuff
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6772   10 years simon04 fix #8413 - Presets: no not apply use_last_as_default when calling …
(edit) @6749   10 years simon04 fix #9596 - MapCSS style: determine opacity/transparency of a color …
(edit) @6742   10 years simon04 fix #7686 - Shorten long search expression for display purposes (in …
(edit) @6740   10 years simon04 fix #9191 - MapCSS: Add option to include colour preferences of …
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6661   10 years simon04 fix #9561 - Bug in getDurationString
(edit) @6652   10 years simon04 fix #9525 - multiselecting objects does not show differing relation …
(edit) @6642   10 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6617   10 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6578   10 years bastiK Preferences rework. Merges the 4 maps for the 4 setting types into a …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6421   10 years simon04 see #9341 - provide utility methods to open URL + decompress stream if …
(edit) @6410   10 years Don-vip * tagchecker: ignore keys starting with source: * utils: handle …
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6354   10 years Don-vip print duration of tests for performance evaluation
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6123   11 years Don-vip fix #8904 - Disable Java HTTP caching, enabled by default with Java …
(edit) @6110   11 years bastiK fixed typo from [6103]
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6103   11 years bastiK see #8921 - add Java package version to the status report
(edit) @6094   11 years Don-vip fix #8918 - Handle Zero width space char since Java 7 changes related …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5887   11 years Don-vip see #8606 - Fix user-agent used with JEditorPage.setPage() or …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5819   11 years stoecker add system name to user agent string, remove direct setting of user …
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5772   11 years Don-vip see #8505 - strip of trailing and leading whitespace characters of …
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5578   11 years simon04 fix #7262 - allow searching for position in way. The search keyword …
(edit) @5577   11 years bastiK fixed #8187 - eval(#colour) doesn't result in #colour value suitable …
(edit) @5221   12 years Don-vip should fix #7663 - Pasting in Windows gives …
(edit) @5159   12 years simon04 see #7552 - damn confusion with Greek letters: apply delta instead …
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @4816   12 years simon04 fix #7257, fix #4093 - Provide an option to automatically download …
(edit) @4668   12 years bastiK session support (first part, see #4029) Idea: Save and load the …
(edit) @4408   13 years simon04 fix #6773 - shortcuts for History and Advanced info dialog
(edit) @4403   13 years bastiK applied #6137 - provide osm wiki image retrieval in ImageProvider …
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @4272   13 years bastiK mapcss: proper support for scaled icons (fixes #6560)
(edit) @4197   13 years bastiK fixed #6534 - Exception on exit
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4069   13 years bastiK mapcss: add role based selection (collaborative work by Gubaer and me)
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @3979   13 years bastiK mapcss: add text-halo-radius
(edit) @3879   13 years bastiK mapcss: improve shape & area style generation
(edit) @3869   13 years bastiK mappaint styles configuration: If the selection of default styles …
(edit) @3865   13 years bastiK mapcss: basic support for node shapes and some fine tuning
(edit) @3859   13 years bastiK mapcss: dashes
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3796   13 years bastiK Changed the mappaint and tagging preset preference format from a list …
(edit) @3711   13 years bastiK minor change needed for terracer plugin
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(add) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
Note: See TracRevisionLog for help on using the revision log.