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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17101   4 years simon04 fix #19752 - StyleCache.intern: use HashMap instead of Storage
(edit) @17042   4 years Klumbumbus checkstyle
(edit) @17037   4 years GerdP fix #19597: validator is very slow when validating a complete complex …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16199   4 years GerdP fix #18964: MapCSS rules using index are slow Avoid a sequential …
(edit) @16191   4 years GerdP see #18749: fix performance regression introduced with r15909
(edit) @15995   4 years GerdP see #18802, #13165: Simplify code
(edit) @15987   4 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   4 years simon04 see #18802 - Add Selector.getBase
(edit) @15985   4 years simon04 see #18802 - Add Selector.getConditions
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15925   4 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15920   4 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15910   4 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15909   4 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15730   4 years simon04 fix #18561 - Add Geometry.filterInsideAnyPolygon (patch by …
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15289   5 years Don-vip see #10435 - Enable grouping of similar settings for …
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @15083   5 years Don-vip fix #17729, see #17695 - don't call geometry functions for …
(edit) @15069   5 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @15068   5 years GerdP see #17695: Fix ContainsFinder by removing wrong code - did not work …
(edit) @15064   5 years GerdP fix #12627,#14287,#14289,#17695 - let CrossingFinder and …
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14466   5 years GerdP see #17021 : fix unit test failure
(edit) @14462   5 years GerdP see #17021: fix checkstyle issues
(edit) @14461   5 years GerdP see #17021: use constants for selector base strings This reduces the …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @13936   6 years Don-vip proper casts
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @12986   7 years Don-vip fix #14132 - MapCSS crossing operator must check layer attribute first
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12544   7 years Don-vip fix java warnings - Use grouping parenthesis to make the operator …
(edit) @12541   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11370   7 years Don-vip javadoc
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @10882   8 years Don-vip fix #13396 - improve performance in Renderer (patch by Gerd Petermann, …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(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) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @9239   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8833   9 years simon04 fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests
(edit) @8741   9 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8674   9 years Don-vip fix 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) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8494   9 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(edit) @8236   9 years simon04 see #10299 - Remove leftover, unwanted code line
(edit) @8206   9 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @8086   9 years bastiK MapCSS: add support for dynamic subparts This feature is not useful …
(edit) @7881   9 years Don-vip fix regression caused by optimization done in r7879
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7509   10 years stoecker remove tabs
(edit) @7378   10 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7285   10 years simon04 see #10211 - fix CCE when using ∈ and ⧉ in mappaint styles
(edit) @7280   10 years simon04 fix #10120 see #10215 - Validator: do not warn "Overlapping Water …
(edit) @7169   10 years simon04 fix #9361 - MapCSS: consider multipolygon when matching outer ring of …
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7138   10 years bastiK see #9691 - add tag based index (speed-up of factor 3 in single thread …
(edit) @7055   10 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7054   10 years bastiK mapcss: major performance improvement for style creation, "rendering …
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6949   10 years Don-vip see #9667 - fix unit test
(edit) @6927   10 years Don-vip fix #9667 - Verify addresses interpolation range/values via MapCSS …
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6825   10 years simon04 fix #9689 - Validator: fix false-positive for "overlapping water …
(edit) @6762   10 years Don-vip fix NPEs seen in tagchecker tests
(edit) @6748   10 years simon04 fix #9595 - Test for nodes inside polygons with the same values …
(edit) @6681   10 years simon04 fix #9570 - MapCSS validator: make {0.tag} work for …
(edit) @6680   10 years simon04 fix #9556 - Validator: add "natural and landuse of the same type …
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6613   10 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6609   10 years simon04 see #9516 - MapCSS: greatly improve performance of spatial "element …
(edit) @6607   10 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6561   10 years simon04 see #9485 - MapCSS: add support for set .class_name instruction …
Note: See TracRevisionLog for help on using the revision log.