source: josm/trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11453   7 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(edit) @11446   7 years stoecker add search option to find deleted objects (e.g. to purge them)
(edit) @11393   7 years Don-vip code style
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11192   7 years Don-vip fix #13870 - robustness against …
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10794   8 years Don-vip fix #13333 - add robustness against regex pattern failing to handle …
(edit) @10792   8 years simon04 fix #13296 - Fix search for incomplete relations Note that "all …
(edit) @10780   8 years simon04 MatchFactory: check for keyword collisions
(edit) @10774   8 years simon04 see #11390, see #12890 - Drop Match.{existsMatch,forallMatch} in …
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10220   8 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9930   8 years simon04 Search: fix string representation of boolean connectives (parentheses)
(edit) @9701   8 years simon04 fix #12465 - Search dialog validation: fix UncheckedParseException
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9397   8 years simon04 see #12325 - Do not exclude the test for non-downloaded datasets, fix …
(edit) @9349   8 years simon04 see #12083 - Search: improve error message when keyword without a …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9021   8 years Don-vip fix #11150 - fix wrong bounds computation for multiple data sources in …
(edit) @8979   8 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8971   8 years Don-vip Search dialog: provide real-time visual feedback on valid/invalid …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8899   9 years simon04 Refactoring in SearchCompiler: parse type, user, role as any …
(edit) @8898   9 years simon04 see #10465 - SearchAction: drop isRole since role does the same
(edit) @8896   9 years simon04 see #10465 - SearchAction: drop isRole since role does the same
(edit) @8884   9 years simon04 fix #10465 - SearchAction: add hasRole and isRole keywords
(edit) @8859   9 years Don-vip improve search compiler unit test
(edit) @8847   9 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8838   9 years simon04 fix #11894 - Search: ">" unexpected behavior when values are not …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8822   9 years simon04 see #11916 - Search: allow to use multiple MapCSS selectors and …
(edit) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8781   9 years simon04 see #11887 - Output parsed search expression on debug log
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8495   9 years simon04 fix #11150 - False validator warning on ford if node is outside the …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8466   9 years stoecker fix case insensitive comparison for key:valuefragment search
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8250   9 years simon04 fix #11358 - Search: allow negative indices for nth: to search backward
(edit) @8231   9 years simon04 fix #11351 - Search/ways:: make implementation comply with …
(edit) @8220   9 years simon04 fix #11351 - Search: add ways: to search for nodes with specified …
(edit) @8198   9 years simon04 fix #11343 - Search: add waylength keyword to test the length of …
(edit) @7509   10 years stoecker remove tabs
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6848   10 years Don-vip fix #9718 - java.lang.ArithmeticException: / by zero. Closes black …
(edit) @6831   10 years akks fix #9703: key>value in search or filter gave NPE for non-existing key
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6674   10 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6429   10 years simon04 fix #8850 - search: support less/greater-than, e.g., start_date>1950
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5848   11 years Don-vip Search: allow to search for numerical ranges for id:, changeset:
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5740   11 years Don-vip see #8449 - fix NPE but filter does not work as expected at JOSM …
(edit) @5598   11 years Don-vip fix #8215 - Fix search operators ìndownloadedarea and …
(edit) @5578   11 years simon04 fix #7262 - allow searching for position in way. The search keyword …
(edit) @5184   12 years Don-vip fix #7577 - NPE in Search Window (patch from joshdoe)
(edit) @5038   12 years simon04 fix #7459 - fix 'timestamp:' search
(edit) @4817   12 years bastiK applied #7178 - Allow plugins to register search operators (patch by …
(edit) @4696   12 years stoecker fix typo
(edit) @4694   12 years stoecker typo
(edit) @4693   12 years stoecker i18n fix
(edit) @4679   12 years simon04 fix #1728 - Search for objects by modification time
(edit) @4546   12 years jttt Extend name templates with context switch - possibility to use tags of …
(edit) @4377   13 years stoecker use lower case search expressions only
(edit) @4375   13 years simon04 fix #2750 - add inView, allinView to search
Note: See TracRevisionLog for help on using the revision log.