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 257184 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 22:11 UTC by NukemBy
Modified: 2018-04-27 22:50 UTC (History)
45 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221722


Attachments
stacktrace (4.79 KB, text/plain)
2015-12-16 22:11 UTC, NukemBy
Details
stacktrace (4.67 KB, text/plain)
2016-07-19 18:13 UTC, alied
Details
stacktrace (4.67 KB, text/plain)
2016-09-01 15:00 UTC, FrantaM
Details
stacktrace (4.51 KB, text/plain)
2016-09-08 01:21 UTC, brettryan
Details
stacktrace (4.51 KB, text/plain)
2016-09-08 01:24 UTC, brettryan
Details
stacktrace (4.51 KB, text/plain)
2016-09-09 08:15 UTC, michbarsinai
Details
stacktrace (4.51 KB, text/plain)
2016-09-21 11:27 UTC, Ralph Ruijs
Details
stacktrace (4.51 KB, text/plain)
2016-10-03 21:22 UTC, alied
Details
stacktrace (4.51 KB, text/plain)
2016-10-05 09:37 UTC, stefan79
Details
stacktrace (4.67 KB, text/plain)
2016-10-05 17:49 UTC, javydreamercsw
Details
stacktrace (4.51 KB, text/plain)
2016-10-06 08:31 UTC, brettryan
Details
stacktrace (4.51 KB, text/plain)
2016-10-06 19:13 UTC, alied
Details
stacktrace (4.51 KB, text/plain)
2016-10-29 13:25 UTC, everflux
Details
stacktrace (4.51 KB, text/plain)
2016-11-01 16:55 UTC, markiewb
Details
IDE log (211.21 KB, text/plain)
2016-11-02 17:20 UTC, zmirc
Details
stacktrace (4.51 KB, text/plain)
2016-12-06 14:12 UTC, akobberup
Details
stacktrace (4.51 KB, text/plain)
2016-12-15 22:39 UTC, Jesse Glick
Details
stacktrace (4.51 KB, text/plain)
2017-01-27 12:50 UTC, akobberup
Details
stacktrace (4.51 KB, text/plain)
2017-03-15 12:45 UTC, aldobrucale
Details
stacktrace (4.51 KB, text/plain)
2017-03-15 12:48 UTC, aldobrucale
Details
stacktrace (4.51 KB, text/plain)
2017-05-24 13:43 UTC, vanob
Details
stacktrace (4.74 KB, text/plain)
2017-06-08 21:46 UTC, javydreamercsw
Details
stacktrace (4.51 KB, text/plain)
2017-06-13 09:52 UTC, stefan79
Details
stacktrace (4.51 KB, text/plain)
2017-06-21 15:58 UTC, aldobrucale
Details
stacktrace (4.74 KB, text/plain)
2017-06-28 21:22 UTC, javydreamercsw
Details
stacktrace (4.63 KB, text/plain)
2017-09-06 06:25 UTC, stefan79
Details
stacktrace (4.51 KB, text/plain)
2018-04-27 22:50 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NukemBy 2015-12-16 22:11:21 UTC
Build: NetBeans IDE Dev (Build 201512150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows Server 2008 R2

User Comments:
NukemBy: While opening whole Gradle project - https://github.com/gradle/gradle - with Gradle plugin installed




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.jvm.Gen.getAndRemoveNonFieldTAs(Gen.java:526)
   at com.sun.tools.javac.jvm.Gen.normalizeDefs(Gen.java:462)
   at com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2352)
   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:739)
Comment 1 NukemBy 2015-12-16 22:11:22 UTC
Created attachment 157818 [details]
stacktrace
Comment 2 alied 2016-07-19 18:13:01 UTC
Created attachment 161092 [details]
stacktrace

Switched branch in git and merged locally modified files.
Some conflicts arised and opened the Merge Conflicts Resolver view.
Comment 3 FrantaM 2016-09-01 15:00:34 UTC
Created attachment 161865 [details]
stacktrace

background scanning of projects?
Comment 4 brettryan 2016-09-08 01:21:44 UTC
Created attachment 161958 [details]
stacktrace

I'm guessing this would be produced by a merge conflict produced by a git merge outside the IDE.

FYI, I much prefer the command line git to the IDE and do my merges outside of the IDE.
Comment 5 brettryan 2016-09-08 01:24:43 UTC
Created attachment 161959 [details]
stacktrace

Must be CoS trying to compile and deploy after merge conflict.
Comment 6 michbarsinai 2016-09-09 08:15:49 UTC
Created attachment 161978 [details]
stacktrace

Switching between code tabs.
Comment 7 Ralph Ruijs 2016-09-21 11:27:56 UTC
Created attachment 162152 [details]
stacktrace

java file with git conflicts
Comment 8 alied 2016-10-03 21:22:16 UTC
Created attachment 162321 [details]
stacktrace

opened the conflict resolve view after a merge.
Comment 9 stefan79 2016-10-05 09:37:19 UTC
Created attachment 162346 [details]
stacktrace

??
Comment 10 javydreamercsw 2016-10-05 17:49:19 UTC
Created attachment 162354 [details]
stacktrace

Resolving conflicts.
Comment 11 brettryan 2016-10-06 08:31:25 UTC
Created attachment 162363 [details]
stacktrace

Navigating to sources (sources not attached (yet)).
Comment 12 alied 2016-10-06 19:13:24 UTC
Created attachment 162379 [details]
stacktrace

switched branch with local conflicts.
Comment 13 everflux 2016-10-29 13:25:26 UTC
Created attachment 162679 [details]
stacktrace

did a git rebase on the command line while NB was open
Comment 14 markiewb 2016-11-01 16:55:27 UTC
Created attachment 162719 [details]
stacktrace

????
Comment 15 zmirc 2016-11-02 17:20:05 UTC
I just wrote the following inside a TestNG Java file:
@Test
pub

Note: I was trying to write "public void ..."
Comment 16 zmirc 2016-11-02 17:20:11 UTC
Created attachment 162731 [details]
IDE log
Comment 17 akobberup 2016-12-06 14:12:09 UTC
Created attachment 163166 [details]
stacktrace

Tried to autocomplete a method
Comment 18 Jesse Glick 2016-12-15 22:39:51 UTC
Created attachment 163257 [details]
stacktrace

Editing Java & Groovy source code.
Comment 19 akobberup 2017-01-27 12:50:44 UTC
Created attachment 163488 [details]
stacktrace

Tried to search in an old version of a file (found in the History mode for a java file)
Comment 20 aldobrucale 2017-03-15 12:45:40 UTC
Created attachment 163850 [details]
stacktrace

rebased git branch from the command line
Comment 21 aldobrucale 2017-03-15 12:48:39 UTC
Created attachment 163851 [details]
stacktrace

git resolve conflicts
Comment 22 vanob 2017-05-24 13:43:31 UTC
Created attachment 164396 [details]
stacktrace

Was doing some editing
Comment 23 javydreamercsw 2017-06-08 21:46:08 UTC
Created attachment 164492 [details]
stacktrace

Cut a piece of code and was typing on editor.
Comment 24 stefan79 2017-06-13 09:52:18 UTC
Created attachment 164519 [details]
stacktrace

Doubleclick at Search-Result-Window.
Comment 25 aldobrucale 2017-06-21 15:58:26 UTC
Created attachment 164590 [details]
stacktrace

coding
Comment 26 javydreamercsw 2017-06-28 21:22:33 UTC
Created attachment 164652 [details]
stacktrace

Not sure what triggered it.
Comment 27 stefan79 2017-09-06 06:25:08 UTC
Created attachment 165091 [details]
stacktrace

Exception occured after CVS-Revert-Modifications
Comment 28 nleck 2018-04-27 22:50:52 UTC
Created attachment 165710 [details]
stacktrace

Just typing