-
Bug
-
Resolution: Fixed
-
Low
-
3.13
-
3.13
-
The String "throws java.lang.NullPointerException" is tokenised into the following tokens:
- throw
- java.lang.NullPointerException
- java
- lang
- NullPointerException
... and "throws java.lang.NullPointerException." should do the same thing.
However, the Lucene analyzer does not do this.
- relates to
-
JRASERVER-6397 Allow searching for exceptions
- Closed