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 161273 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.EJBProblemF...
Status: CLOSED DUPLICATE of bug 156889
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 16:04 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147117


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-03-26 16:04:26 UTC
120 duplicates and still coming ...

Build: NetBeans IDE Dev (Build 200901150201)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder.run(EJBProblemFinder.java:106)
        at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder$ProblemFinderCompInfo.run(EJBProblemFinder.java:192)
        at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:288)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:690)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Petr Jiricka 2009-03-27 15:40:54 UTC
This was already tracked as issue 156889. Yes there are lots of duplicates, but all these duplicates are from
January/February builds, none from the recent builds. I made the latest fix for 156889 on March 18, and I don't see any
duplicates from later builds. So I am closing as a dupe of 156889. Let's reopen when we see a report from a build later
than March 19.


*** This issue has been marked as a duplicate of 156889 ***
Comment 2 Marian Mirilovic 2009-12-03 03:25:54 UTC
v/c