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 186242 - IllegalArgumentException: No enum const class org.netbeans.modules.javascript.editing.BrowserVersion.String
Summary: IllegalArgumentException: No enum const class org.netbeans.modules.javascript...
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 11:55 UTC by marcelorodrigo
Modified: 2012-09-18 13:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169719


Attachments
stacktrace (1.98 KB, text/plain)
2010-05-17 11:55 UTC, marcelorodrigo
Details
stacktrace (1.98 KB, text/plain)
2010-10-22 01:17 UTC, panjin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcelorodrigo 2010-05-17 11:55:07 UTC
This bug was originally marked as duplicate of bug 157341, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
marcelorodrigo: editing a JS file

GUEST: pressed ctrl+/




Stacktrace: 
java.lang.IllegalArgumentException: No enum const class org.netbeans.modules.javascript.editing.BrowserVersion.String
   at java.lang.Enum.valueOf(Enum.java:214)
   at org.netbeans.modules.javascript.editing.BrowserVersion.valueOf(BrowserVersion.java:48)
   at org.netbeans.modules.javascript.editing.BrowserVersion.fromCompactFlags(BrowserVersion.java:130)
   at org.netbeans.modules.javascript.editing.IndexedElement.getCompatibility(IndexedElement.java:367)
   at org.netbeans.modules.javascript.editing.ElementUtilities.getSignature(ElementUtilities.java:242)
   at org.netbeans.modules.javascript.editing.JsCodeCompletion.document(JsCodeCompletion.java:2048)
Comment 1 marcelorodrigo 2010-05-17 11:55:11 UTC
Created attachment 99080 [details]
stacktrace
Comment 2 panjin 2010-10-22 01:17:25 UTC
Created attachment 102557 [details]
stacktrace
Comment 3 Petr Hejl 2012-09-18 13:15:35 UTC
This code is not part of the 7.3 anymore.