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 53389 - NPE from ClassFileInfoUtil.getJavadocFile
Summary: NPE from ClassFileInfoUtil.getJavadocFile
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
: 52918 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-13 22:29 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.44 KB, text/plain)
2005-01-13 22:30 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-01-13 22:29:57 UTC
While expanding a package node containing some
*.class files as well as *.java.
Comment 1 Jesse Glick 2005-01-13 22:30:19 UTC
Created attachment 19686 [details]
Stack trace
Comment 2 Martin Matula 2005-01-14 09:32:29 UTC
Pavel, please look at it.
Comment 3 Pavel Flaska 2005-01-14 10:12:53 UTC
It is caused by non-existing execute classpath for provided
fileobject. As the functionality is used only for getting parameter
names from javadoc when they are missing in classfile (e.g. for
compiled interfaces), we will stop searching them in javadoc.
Comment 4 Pavel Flaska 2005-01-14 14:02:31 UTC
Checking in
javacore/src/org/netbeans/modules/javacore/parser/ClassFileInfoUtil.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ClassFileInfoUtil.java,v
 <--  ClassFileInfoUtil.java
new revision: 1.19; previous revision: 1.18
done
Processing log script arguments...
Comment 5 Pavel Flaska 2005-01-17 09:02:15 UTC
*** Issue 52918 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2007-09-20 09:58:27 UTC
Reorganization of java component