This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258763 - IllegalArgumentException at org.netbeans.spi.jumpto.support.NameMatcherFactory$CamelCaseNameMatcher.<init>
Summary: IllegalArgumentException at org.netbeans.spi.jumpto.support.NameMatcherFactor...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 05:21 UTC by jbosboom
Modified: 2016-06-24 01:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223436


Attachments
stacktrace (8.15 KB, text/plain)
2016-04-11 05:21 UTC, jbosboom
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbosboom 2016-04-11 05:21:02 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.77-b03, OpenJDK Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
jbosboom: Tried to go to WeakHashMap.KeySet, then backspaced up to the period when I realized nested classes can't be gone-to.




Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.spi.jumpto.support.NameMatcherFactory$CamelCaseNameMatcher.<init>(NameMatcherFactory.java:152)
   at org.netbeans.spi.jumpto.support.NameMatcherFactory.createNameMatcher(NameMatcherFactory.java:217)
   at org.netbeans.modules.jumpto.common.AbstractModelFilter.createNameMatcher(AbstractModelFilter.java:128)
   at org.netbeans.modules.jumpto.common.AbstractModelFilter.configure(AbstractModelFilter.java:92)
   at org.netbeans.modules.jumpto.common.CurrentSearch.filter(CurrentSearch.java:101)
   at org.netbeans.modules.jumpto.type.GoToTypeAction.setListModel(GoToTypeAction.java:308)
Comment 1 jbosboom 2016-04-11 05:21:04 UTC
Created attachment 159196 [details]
stacktrace
Comment 2 Tomas Zezula 2016-06-23 12:21:48 UTC
Fixed jet-main 7b4b02ffadb4
Comment 3 Quality Engineering 2016-06-24 01:46:24 UTC
Integrated into 'main-silver', will be available in build *201606240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7b4b02ffadb4
User: Tomas Zezula <tzezula@netbeans.org>
Log: #258763:IllegalArgumentException at org.netbeans.spi.jumpto.support.NameMatcherFactory$CamelCaseNameMatcher.<init>