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 44506 - NPE from JavaTargetChooserPanel.readSettings(...)
Summary: NPE from JavaTargetChooserPanel.readSettings(...)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 43621 44321
  Show dependency tree
 
Reported: 2004-06-08 10:09 UTC by Marian Petras
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception call stack (18.34 KB, text/plain)
2004-06-08 10:09 UTC, Marian Petras
Details
suggested patch (842 bytes, patch)
2004-06-08 11:59 UTC, Marian Petras
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2004-06-08 10:09:05 UTC
I try to use the three-argument method

    JavaTemplates.createPackageChooser(...)

But when the method is called, I get an exception
(see the attachment).
Comment 1 Marian Petras 2004-06-08 10:09:56 UTC
Created attachment 15546 [details]
exception call stack
Comment 2 Marian Petras 2004-06-08 11:59:14 UTC
Created attachment 15553 [details]
suggested patch
Comment 3 Tomas Zezula 2004-06-15 16:21:54 UTC
Checking in
src/org/netbeans/modules/java/project/JavaTargetChooserPanel.java;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanel.java,v
 <--  JavaTargetChooserPanel.java
new revision: 1.15; previous revision: 1.14
done