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 205832 - AE from Attr.attribClassBody
Summary: AE from Attr.attribClassBody
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 10:12 UTC by Lawyno
Modified: 2016-07-07 07:18 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183360


Attachments
stacktrace (3.80 KB, text/plain)
2011-12-02 10:12 UTC, Lawyno
Details
Requested dump file (35.80 KB, text/plain)
2012-03-14 14:56 UTC, Jesse Glick
Details
stacktrace (4.53 KB, text/plain)
2012-03-14 14:56 UTC, Jesse Glick
Details
stacktrace (4.32 KB, text/plain)
2012-05-14 20:39 UTC, Exceptions Reporter
Details
stacktrace (5.00 KB, text/plain)
2012-12-19 10:08 UTC, Jiri Prox
Details
stacktrace (8.44 KB, text/plain)
2015-09-23 14:06 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lawyno 2011-12-02 10:12:35 UTC
This bug was originally marked as duplicate of bug 179621, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows Vista

Stacktrace: 
java.lang.AssertionError: c = com.miz.web.tiescher.lib.data.model.AbstractEntity_ tree.sym = com.miz.web.tiescher.lib.data.model.AbstractEntity_ tree = 
@StaticMetamodel(value = AbstractEntity.class)
public abstract class AbstractEntity_ {
    
    public AbstractEntity_() {
    }
    public static volatile SingularAttribute<AbstractEntity, Long> id;
}
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:3272)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3251)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3200)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3200)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3182)
Comment 1 Lawyno 2011-12-02 10:12:38 UTC
Created attachment 113741 [details]
stacktrace
Comment 2 Jesse Glick 2012-03-14 14:56:01 UTC
Created attachment 116730 [details]
Requested dump file
Comment 3 Jesse Glick 2012-03-14 14:56:15 UTC
Created attachment 116731 [details]
stacktrace

Trying to find usages of prebuild from ArtifactArchiver.
Comment 4 Jesse Glick 2012-03-14 15:06:46 UTC
Note that hudson-core/src/main/java/ has persistent error badges in the IDE's logical view, even though no errors are shown in the editor, and the "incorrect badges" task runs over and over but fails to fix the problem.
Comment 5 Exceptions Reporter 2012-05-14 20:39:02 UTC
Created attachment 119443 [details]
stacktrace

I was loading a new group of projects and this came up
Comment 6 Jiri Prox 2012-12-19 10:08:17 UTC
Created attachment 129534 [details]
stacktrace

AE when editing file
Comment 7 Jiri Kovalsky 2015-09-23 14:06:35 UTC
Created attachment 156385 [details]
stacktrace

I was in the middle of debugging my MemoryViewAnt project with a hit line 98 breakpoint with code "int taken = (int) (total - free);".
I evaluated expression "total - free" and then I hit F8 to step over one line of code when this exception occurred.
Comment 8 Martin Balin 2016-07-07 07:18:03 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss