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 226578 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED DUPLICATE of bug 241006
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 232673 233032 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-23 12:23 UTC by sreimers
Modified: 2014-12-08 09:31 UTC (History)
14 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198938


Attachments
stacktrace (6.96 KB, text/plain)
2013-02-23 12:23 UTC, sreimers
Details
stacktrace (4.36 KB, text/plain)
2013-09-03 10:46 UTC, aldobrucale
Details
stacktrace (4.36 KB, text/plain)
2014-02-04 16:13 UTC, Exceptions Reporter
Details
stacktrace (4.58 KB, text/plain)
2014-02-15 10:22 UTC, Exceptions Reporter
Details
stacktrace (4.17 KB, text/plain)
2014-02-24 19:05 UTC, Jesse Glick
Details
stacktrace (1.57 KB, text/plain)
2014-04-14 08:17 UTC, Maksim Khramov
Details
stacktrace (4.58 KB, text/plain)
2014-05-01 15:45 UTC, Jesse Glick
Details
stacktrace (4.64 KB, text/plain)
2014-06-23 07:50 UTC, akobberup
Details
stacktrace (1.61 KB, text/plain)
2014-08-14 14:01 UTC, akobberup
Details
stacktrace (1.64 KB, text/plain)
2014-09-15 07:38 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-02-23 12:23:41 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

Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:461)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.showDiagnostics(JavacProcessingEnvironment.java:1050)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1105)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1235)
Comment 1 sreimers 2013-02-23 12:23:43 UTC
Created attachment 131773 [details]
stacktrace
Comment 2 Dusan Balek 2013-07-26 12:39:59 UTC
*** Bug 232673 has been marked as a duplicate of this bug. ***
Comment 3 Dusan Balek 2013-07-26 12:41:11 UTC
*** Bug 233032 has been marked as a duplicate of this bug. ***
Comment 4 aldobrucale 2013-09-03 10:46:33 UTC
Created attachment 139615 [details]
stacktrace

invoked "safely delete" class refactoring
Comment 5 Exceptions Reporter 2014-02-04 16:13:17 UTC
Created attachment 144790 [details]
stacktrace

alt-canc to safely delete a class
Comment 6 Exceptions Reporter 2014-02-15 10:22:29 UTC
Created attachment 145225 [details]
stacktrace

Tried to refactor <entity>Facade.java to another package. Error occurred when checking for dependencies.
Comment 7 Jesse Glick 2014-02-24 19:05:04 UTC
Created attachment 145549 [details]
stacktrace

Tried to rename a Java class I had just created.
Comment 8 Maksim Khramov 2014-04-14 08:17:21 UTC
Created attachment 146729 [details]
stacktrace

Invoke Refactor Safely Delete
Comment 9 Exceptions Reporter 2014-04-14 08:17:30 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198938
Comment 10 Jesse Glick 2014-05-01 15:45:16 UTC
Created attachment 147047 [details]
stacktrace

Safe Delete
Comment 11 akobberup 2014-06-23 07:50:59 UTC
Created attachment 147740 [details]
stacktrace

I am not sure.. opening "find use-age" dialog?
Comment 12 akobberup 2014-08-14 14:01:50 UTC
Created attachment 148700 [details]
stacktrace

added a parameter to a class constructor and invoked the hind "create field"
Comment 13 akobberup 2014-09-15 07:38:41 UTC
Created attachment 149207 [details]
stacktrace

Tried to create a field from a constructor parameter via the hint "add field"
Comment 14 cezariusz 2014-12-05 16:46:18 UTC
P1 according to http://wiki.netbeans.org/BugPriorityGuidelines
It has 53 exception reports at the moment.
Comment 15 Dusan Balek 2014-12-08 09:31:59 UTC

*** This bug has been marked as a duplicate of bug 241006 ***