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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16287   4 years Klumbumbus see #18802, fix #19069 - Restore display of values from selectors with …
(edit) @16199   4 years GerdP fix #18964: MapCSS rules using index are slow Avoid a sequential …
(edit) @15990   4 years simon04 see #18802 - KeyValueRegexpCondition: do not store value as string
(edit) @15936   4 years simon04 PseudoClassCondition: use Stream API
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15671   4 years simon04 Refactoring: OsmUtils.splitMultipleValues
(edit) @15245   5 years Don-vip see #17885 - extract Functions class
(edit) @15122   5 years Don-vip see #17763 - use interfaces where possible
(edit) @14801   5 years Don-vip fix #17358 - mapcss regular expression matches for key (patch by …
(edit) @14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14007   6 years Don-vip fix #16466 - NPE
(edit) @13811   6 years Don-vip javadoc
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @13046   6 years Don-vip fix #15494 - NPE
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11562   7 years Don-vip fix #14368 - java.util.regex.PatternSyntaxException: Unclosed group
(edit) @11454   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10940   8 years Don-vip javadoc
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(add) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
Note: See TracRevisionLog for help on using the revision log.