source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @11756   7 years Don-vip fix #14425 - Improve Wikipedia tag validators (patch by nyurik, modified)
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(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) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10045   8 years Don-vip sonar - squid:S2129 - Constructors should not be used to instantiate …
(edit) @9983   8 years Don-vip remove unused code
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9929   8 years Don-vip findbugs
(edit) @9859   8 years simon04 see #12514, fix #12560 - Fix MapCSSParserTest#testMinMaxFunctions
(edit) @9540   8 years simon04 see #7099 - Validate correct traffic flow at roundabouts
(edit) @9239   8 years Don-vip javadoc update
(edit) @9114   8 years bastiK mapcss: make partial fill threshold an advanced preference option (see …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8775   9 years simon04 fix #8170 - MapCSS: add functions parent_tags(key) and …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8256   9 years bastiK mapcss: improve expression parsing Now it respects operator precedence …
(edit) @8253   9 years simon04 fix #11346 - MapCSS: add areasize and waylength functions
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7669   9 years stoecker remove two false icon detections
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7530   10 years Don-vip improve mapcss javadoc
(edit) @7509   10 years stoecker remove tabs
(edit) @7450   10 years bastiK fixed #10421 - User-settings for mapcss mappaint styles * only boolean …
(edit) @7246   10 years bastiK fixed #10142 - Regression: MapCSS changes did break lane attribute style
(edit) @7238   10 years bastiK mapcss: improve implicit type conversion for eval expressions makes …
(edit) @7237   10 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7168   10 years simon04 see #10062 - MapCSS: really deprecate coalesce()
(edit) @7165   10 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7164   10 years simon04 fix #10062 - MapCSS: add any() according to MapCSS standard, …
(edit) @7162   10 years bastiK fixes #10061 - mapcss eval: deprecate use of length() for lists, use …
(edit) @7136   10 years bastiK mapcss: add support for alpha info in color property, e.g. color: …
(edit) @7103   10 years Don-vip fix potential exception in ExpressionFactory initialization (not sure …
(edit) @7099   10 years bastiK see #9691 - mapcss: fix concurrency problem with Expressions (cannot …
(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) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(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) @6927   10 years Don-vip fix #9667 - Verify addresses interpolation range/values via MapCSS …
(edit) @6908   10 years Don-vip see #9784 - UTF8 encoding of strings used in CRC2 computation
(edit) @6899   10 years bastiK see #9784 - md5 hashcode in mapcss
(edit) @6896   10 years bastiK mapcss: add support for @media expressions includes part of the style …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6809   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6805   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6749   10 years simon04 fix #9596 - MapCSS style: determine opacity/transparency of a color …
(edit) @6737   10 years simon04 fix #8071 - MapCSS: skip null values in concat(), provide …
(edit) @6677   10 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6560   10 years simon04 see #9485 - MapCSS: add support for set class_name instruction and …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6535   10 years simon04 fix #9475 see #9470 - NPE on startup - …
(edit) @6534   10 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6506   10 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(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) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @5714   11 years bastiK mapcss: fix split function
(add) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
Note: See TracRevisionLog for help on using the revision log.