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 53300 - NPE at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation
Summary: NPE at org.netbeans.modules.javacore.classpath.MergedClassPathImplementation
Status: CLOSED DUPLICATE of bug 53183
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-01-12 14:57 UTC by Lukas Jungmann
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (49.85 KB, text/plain)
2005-01-12 14:58 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-01-12 14:57:37 UTC
This NPE occurs sometimes when i work with J2EE
or EJB project.
  I don't have simple scenario, how to reproduce
it, but if you will play with these projects for a
longer time, you should see it (after reopening
some project, creating of new project or adding
webservice to EJB module,...).
Comment 1 Lukas Jungmann 2005-01-12 14:58:19 UTC
Created attachment 19644 [details]
messages.log
Comment 2 Petr Blaha 2005-01-12 16:47:24 UTC
The issue was reproduced by couple internal users. Since the goal of
the EA2 release is get a user's feedback, I think that the issue shall
be fixed for EA2. I'm upping priority to P2.
Comment 3 Andrei Badea 2005-01-12 16:52:36 UTC
This bug seems to almost always occur when editing the compilation
classpath of EJB projects using the customizer.
Comment 4 Martin Grebac 2005-01-12 18:45:03 UTC
Milan will look at it.
Comment 5 Milan Kuchtiak 2005-01-13 12:07:44 UTC
The exception comes from javacore module.
I am reassigning the issue to javacore.
Comment 6 Milan Kuchtiak 2005-01-13 12:14:58 UTC
Pavle, can you also add your comment.

I cannot reproduce the issue in my Linux environment, but I saw that
on another Linux machine.
Comment 8 Martin Grebac 2005-01-13 12:55:07 UTC
Then could anybody please merge the fix to EA2 (QBE200501041900)
branch as well?
Comment 9 Martin Matula 2005-01-13 12:57:03 UTC
Fixed in EA2 (QBE200501041900) branch.

Checking in
src/org/netbeans/modules/javacore/classpath/MergedClassPathImplementation.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/classpath/MergedClassPathImplementation.java,v
 <--  MergedClassPathImplementation.java
new revision: 1.15.2.1; previous revision: 1.15
done


*** This issue has been marked as a duplicate of 53183 ***
Comment 10 Petr Blaha 2005-01-14 14:39:49 UTC
I can't reproduce in last EA2 (20050113) build on same box where I
have seen the issue before commit. Marking as verified.
Comment 11 Quality Engineering 2007-09-20 09:49:46 UTC
Reorganization of java component