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 252287 - UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE
Summary: UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 13:10 UTC by Ralph Ruijs
Modified: 2015-09-19 18:50 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217171


Attachments
stacktrace (7.30 KB, text/plain)
2015-05-07 13:10 UTC, Ralph Ruijs
Details
stacktrace (8.44 KB, text/plain)
2015-08-13 02:15 UTC, Milos Kleint
Details
stacktrace (8.90 KB, text/plain)
2015-08-20 03:43 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2015-05-07 13:10:32 UTC
Build: NetBeans IDE Dev (Build 20150507-cb78da3cc090)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
ralphbenjamin: Goto Type from editor




Stacktrace: 
java.lang.UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE
   at org.netbeans.modules.python.editor.PythonIndex.getClasses(PythonIndex.java:404)
   at org.netbeans.modules.python.editor.PythonIndexSearcher.getTypes(PythonIndexSearcher.java:72)
   at org.netbeans.modules.csl.core.TypeAndSymbolProvider.compute(TypeAndSymbolProvider.java:195)
   at org.netbeans.modules.csl.core.TypeAndSymbolProvider$TypeProviderImpl.computeTypeNames(TypeAndSymbolProvider.java:98)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:638)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:537)
Comment 1 Ralph Ruijs 2015-05-07 13:10:34 UTC
Created attachment 153551 [details]
stacktrace
Comment 2 Milos Kleint 2015-08-13 02:15:32 UTC
Created attachment 155312 [details]
stacktrace

typing on Go to Type
Comment 3 Lou Dasaro 2015-08-13 02:57:24 UTC
Thank you for your report.

I haven't been able to duplicate this. But, if you provide a short, replicable test case I will be happy to execute it!
Comment 4 Jaroslav Tulach 2015-08-20 03:43:30 UTC
Created attachment 155467 [details]
stacktrace

Using python with Aug 7, 2015 build.
Comment 5 Exceptions Reporter 2015-08-27 15:29:50 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217171
Comment 6 Ralph Ruijs 2015-08-31 10:41:21 UTC
changeset:   909663797b07
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Aug 31 12:39:10 2015 +0200
summary:     #252287 - UnsupportedOperationException: CASE_INSENSITIVE_CAMEL_CASE