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 267514

Summary: IllegalArgumentException: No enum constant org.netbeans.lib.v8debug.vars.V8Value.Type.Generator
Product: javascript Reporter: Exceptions Reporter <exceptions_reporter>
Component: Node.js DebuggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225696
Attachments: stacktrace

Description Exceptions Reporter 2016-08-10 00:37:50 UTC
This bug was originally marked as duplicate of bug 250215, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201608090002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: debug koa-file-server  with breakpoint




Stacktrace: 
java.lang.IllegalArgumentException: No enum constant org.netbeans.lib.v8debug.vars.V8Value.Type.Generator
   at java.lang.Enum.valueOf(Enum.java:238)
   at org.netbeans.lib.v8debug.vars.V8Value$Type.valueOf(V8Value.java:50)
   at org.netbeans.lib.v8debug.vars.V8Value$Type.fromString(V8Value.java:76)
   at org.netbeans.lib.v8debug.JSONReader.getValue(JSONReader.java:653)
   at org.netbeans.lib.v8debug.JSONReader.getRefs(JSONReader.java:912)
   at org.netbeans.lib.v8debug.JSONReader.getResponse(JSONReader.java:130)
Comment 1 Exceptions Reporter 2016-08-10 00:37:52 UTC
Created attachment 161613 [details]
stacktrace
Comment 2 Martin Entlicher 2016-08-12 10:57:10 UTC
Fixed by changeset:   299895:e2314bdb45a2
http://hg.netbeans.org/web-main/rev/e2314bdb45a2
Comment 3 Quality Engineering 2016-08-13 02:13:32 UTC
Integrated into 'main-silver', will be available in build *201608130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2314bdb45a2
User: mentlicher@netbeans.org
Log: #267514: Generator is recognized.