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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: NukemBy
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: akobberup, aldobrucale, alexx7676, alied, Alniks, brettryan, brianelete, cmolodo, cp2732, ebakke, emiddio, ericjs, everflux, fillumina, FiruzzZ, frankzr, FrantaM, ggghhhjjj, hmbritobn, javydreamercsw, jglick, jkmaurya, jockel, Leperous, lolo_101, maks_t34, markiewb, michbarsinai, nleck, ntls, Radiodef, Rahul.khandelwal, ralphbenjamin, RampantBadger, rhwood, scanti, small97123, sokolyuk, squib, stefan79, terje7601, thilina01, vanob, wissenstein, zmirc
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221722
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
IDE log
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

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