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 254041 - AssertionError at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed
Summary: AssertionError at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-31 19:00 UTC by ytn01
Modified: 2015-08-04 01:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218899


Attachments
stacktrace (1.02 KB, text/plain)
2015-07-31 19:00 UTC, ytn01
Details
stacktrace (1.02 KB, text/plain)
2015-08-01 00:21 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2015-07-31 19:00:22 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507282201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b25
OS: Mac OS X

User Comments:
ytn01: Created a JEE sample project --> "Automatic Timer"
Once project is compiled, did clean/build,
then noticed "reference problems" on the "java application" module of project,... so I right clicked and hit "Resolve Reference" problems,...
Exception Report popped up,




Stacktrace: 
java.lang.AssertionError
   at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:231)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl$MavenProblemResolver$1.call(ProblemReporterImpl.java:368)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl$MavenProblemResolver$1.call(ProblemReporterImpl.java:363)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 ytn01 2015-07-31 19:00:24 UTC
Created attachment 155100 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-31 19:27:18 UTC
should be called in AWT
Comment 3 ytn01 2015-08-01 00:21:07 UTC
Created attachment 155105 [details]
stacktrace

-Created EJB Stateless sample JEE project
-The java application module of the project had "Reference Problem" idicator on project icon,... so right clicked and selected "resolve reference problems"
Exception was thrown
Comment 4 Tomas Stupka 2015-08-03 09:28:03 UTC
fixed in jet-main #adb8e8a76c52
Comment 5 Quality Engineering 2015-08-04 01:15:11 UTC
Integrated into 'main-silver', will be available in build *201508040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/adb8e8a76c52
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #254041 - AssertionError at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed