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) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12854   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12830   7 years Don-vip fix #15297, fix #15298 - proper detection of java packages on …
(edit) @12798   7 years Don-vip see #14794 - checkstyle
(edit) @12772   7 years bastiK see #15229 - move compression methods from Utils to Compression
(edit) @12703   7 years Don-vip fix #15210 - Fix support of IBM JVM
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12618   7 years Don-vip see #14524 - suppress java warning
(edit) @12604   7 years bastiK fixed #14524 - save imagery layer zoom level to session (if needed)
(edit) @12601   7 years Don-vip see #15149 - less verbose logs when starting JOSM in debug
(edit) @12594   7 years bastiK fixed #15139 - raster-image filter settings are Not Stored when saving …
(edit) @12238   7 years Don-vip see #11924 - make the JRE expiration date detection system work with Java 9
(edit) @12219   7 years Don-vip see #14652 - ask Windows/macOS users to update their version of Java …
(edit) @12217   7 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12015   7 years Don-vip see #11889 - fix javadoc warnings
(edit) @12013   7 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11879   7 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11740   7 years Don-vip fix javadoc warnings
(edit) @11732   7 years Klumbumbus * typo from r11721 * fix #14539 - allow leisure=fitness_centre as …
(edit) @11721   7 years michael2402 Throw exception if clamp cannot produce any valid values.
(edit) @11692   7 years michael2402 Repsect alpha component of mapcss text/halo color, use opacity to multiply.
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11320   7 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11319   7 years wiktorn Fix NPE when stream is null (ex. null error stream when no useful …
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11056   8 years michael2402 Utils#clamp(): Fix since tag.
(edit) @11055   8 years michael2402 Fix #13703: Allow mouse wheel to change visibility slider value.
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10761   8 years Don-vip sonar - squid:S1696 - "NullPointerException" should not be caught
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10718   8 years simon04 see #11390 - Simplify StreamUtils
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10692   8 years Don-vip fix javadoc warnings
(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) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10582   8 years Don-vip see #11390, fix #12908 - Java 8: Move to java Predicates (patch by …
(edit) @10570   8 years Don-vip fix #13171 - Do not complain for non-existent files during cache …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10315   8 years Don-vip findbugs, code optimization/cleanup
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10289   8 years Don-vip see #12881, see #11924 - force generics to avoid Java 9 compilation error
(edit) @10287   8 years Don-vip fix #12881 - predicates usage in Utils (patch by michael2402)
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10066   8 years Don-vip catch HeadlessException in Utils.copyToClipboard for unit tests
(edit) @9987   8 years Don-vip sonar - use double instead of float
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9954   8 years Don-vip make MapScaler and SizeButton implement Accessible interface, …
(edit) @9916   8 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9720   8 years Don-vip remove deprecated stuff
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9477   8 years Don-vip javadoc fixes
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9351   8 years simon04 Refactoring: use Fork/Join Tasks for parallel execution
(edit) @9297   8 years Don-vip fix #12278 - Fix checkstyle file names (patch by michael2402)
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9274   8 years simon04 Uniform display of sizes (B, kB, MB, ...)
(edit) @9246   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9217   8 years Don-vip checkstyle, code cleanup
(edit) @9196   8 years Don-vip remove another warning :)
(edit) @9191   8 years simon04 Utils: UTF-8 cannot be unsupported Removes "may produce NPE" warnings …
(edit) @9170   8 years simon04 see #12231 - Deprecate Utils.open* functions
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @8997   8 years Don-vip checkstyle
(edit) @8994   8 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8933   8 years Don-vip fix #11262 - Images not displayed correctly in Help Browser
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8924   8 years Don-vip update references to Java bugs
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
Note: See TracRevisionLog for help on using the revision log.