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 164116 - [67cat] NullPointerException at org.nbheaven.sqe.codedefects.resultui.action.AbstractRunSingleSQEAction$Processor.execute
Summary: [67cat] NullPointerException at org.nbheaven.sqe.codedefects.resultui.action....
Status: RESOLVED DUPLICATE of bug 148863
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: sreimers
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 20:57 UTC by brettryan
Modified: 2009-09-29 00:44 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 68643


Attachments
stacktrace (1.79 KB, text/plain)
2009-04-29 20:57 UTC, brettryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2009-04-29 20:57:25 UTC
Build: NetBeans IDE Dev (Build 200904281401)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.6, x86_64

User Comments:
alanbur: running SQE

cyrill: 1) Selecting a project (EJB-Project)
2) Run the SQE-Plugin's "Check Code Quality" function

vernons: installed SQE plug-in(s) and navigated to Quality->Code Defects->(first menu item -- I forgot the exact term and can't access it while the Report Problem dialog is open). I attempted to perform a quality check on a simple web application.

GUEST: I tried to execute the "Check Quality" button functionality, on a Echo-2 Web App

yeradis: When Executing a SQE option

GUEST: I tried to Run a Quality check

GUEST: installed sqe and gut an exception on first run.

GUEST: SQE code analysis on a EJB project.

abhilshit: i added ase plugin with netbeans 6.5 , whenever I am trying to click on  the 'check quality' icon it is throwing me this error

brettryan: Just installed SQE, ran code defects > check quality on project.

GUEST: I was just try to run the quality check on HTML file



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.NullPointerException
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:295)
Comment 1 brettryan 2009-04-29 20:57:32 UTC
Created attachment 81239 [details]
stacktrace
Comment 2 Jesse Glick 2009-09-28 18:14:25 UTC

*** This issue has been marked as a duplicate of 148863 ***