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 269689 - AssertionError: org.jenkinsci.test.acceptance.controller.TSRWinstoneDockerController
Summary: AssertionError: org.jenkinsci.test.acceptance.controller.TSRWinstoneDockerCon...
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-30 22:57 UTC by Jesse Glick
Modified: 2018-03-26 13:56 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227869


Attachments
stacktrace (5.93 KB, text/plain)
2017-01-30 22:57 UTC, Jesse Glick
Details
stacktrace (5.43 KB, text/plain)
2017-01-31 11:03 UTC, stefan79
Details
stacktrace (5.44 KB, text/plain)
2017-01-31 11:06 UTC, stefan79
Details
stacktrace (5.93 KB, text/plain)
2017-02-02 18:57 UTC, Jesse Glick
Details
stacktrace (5.98 KB, text/plain)
2017-04-14 12:34 UTC, Vladimir Voskresensky
Details
stacktrace (5.98 KB, text/plain)
2017-04-17 10:58 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2017-01-30 22:57:38 UTC
Build: NetBeans IDE Dev (Build 20170130-c3195a884da7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
jglick: Indexing github.com/jenkinsci/acceptance-test-harness.




Stacktrace: 
java.lang.AssertionError: org.jenkinsci.test.acceptance.controller.TSRWinstoneDockerController
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.util.Assert.check(Assert.java:104)
   at com.sun.tools.javac.comp.Enter.visitClassDef(Enter.java:529)
   at org.netbeans.lib.nbjavac.services.NBEnter.visitClassDef(NBEnter.java:69)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
   at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:327)
Comment 1 Jesse Glick 2017-01-30 22:57:40 UTC
Created attachment 163513 [details]
stacktrace
Comment 2 stefan79 2017-01-31 11:03:21 UTC
Created attachment 163518 [details]
stacktrace

Exception occured while "Background scanning of projects...".
Comment 3 stefan79 2017-01-31 11:06:21 UTC
Created attachment 163519 [details]
stacktrace

Exception occured while "Background Scanning of projects..."
Comment 4 Jesse Glick 2017-02-02 18:57:22 UTC
Created attachment 163556 [details]
stacktrace

Classpath scanning I suppose.
Comment 5 Jesse Glick 2017-02-02 19:02:20 UTC
https://github.com/jenkinsci/acceptance-test-harness/blob/5a0d1e301015bf1b48d10f0caab9d40b67b27d78/src/test/resources/tasks_plugin/fileset1/TSRWinstoneDockerController.java#L42 BTW. A test resource, not intended to be compiled, but still gets scanned I suppose.
Comment 6 Vladimir Voskresensky 2017-04-14 12:34:11 UTC
Created attachment 164109 [details]
stacktrace

opened IDE with files having compile errors
Comment 7 Vladimir Voskresensky 2017-04-17 10:58:11 UTC
Created attachment 164121 [details]
stacktrace

constantly thrown exception in jclang_IR branch
Comment 9 Quality Engineering 2017-04-23 01:50:04 UTC
Integrated into 'main-silver', will be available in build *201704230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/273ba0ca6a81
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #269689 and #269836 fixed.
Comment 10 Alexander Simon 2017-06-20 10:09:34 UTC
According to exception report 854002 the bug still exists.