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 226801 - AssertionError: DISPATCH_COUNT(FIELD)
Summary: AssertionError: DISPATCH_COUNT(FIELD)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 17:24 UTC by sreimers
Modified: 2013-07-12 02:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199112


Attachments
stacktrace (1.15 KB, text/plain)
2013-02-27 17:24 UTC, sreimers
Details
stacktrace (1.16 KB, text/plain)
2013-07-08 06:44 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-02-27 17:24:05 UTC
Build: NetBeans IDE Dev (Build 201302202300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b18, Java(TM) SE Runtime Environment, 1.8.0-ea-b77
OS: Windows 7

User Comments:
sreimers: Changing anonymous innerclass to lambda representation




Stacktrace: 
java.lang.AssertionError: DISPATCH_COUNT(FIELD)
   at org.netbeans.modules.java.source.usages.ClassFileUtil.createExecutableDescriptor(ClassFileUtil.java:190)
   at org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:449)
   at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:388)
   at org.netbeans.modules.java.navigation.CaretListeningTask.run(CaretListeningTask.java:190)
   at org.netbeans.modules.java.navigation.CaretListeningTask.run(CaretListeningTask.java:71)
   at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:298)
Comment 1 sreimers 2013-02-27 17:24:07 UTC
Created attachment 131981 [details]
stacktrace
Comment 2 sreimers 2013-07-08 06:44:37 UTC
Created attachment 136803 [details]
stacktrace

Browsing Java Code witzh lambdas...
Comment 3 Tomas Zezula 2013-07-09 17:30:14 UTC
Fixed jet-main 250db1acfaec
Comment 4 Quality Engineering 2013-07-12 02:28:18 UTC
Integrated into 'main-silver', will be available in build *201307112300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/250db1acfaec
User: Tomas Zezula <tzezula@netbeans.org>
Log: #226801:AssertionError: DISPATCH_COUNT(FIELD)