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 42852 - NPE after OK when added New non-existing library
Summary: NPE after OK when added New non-existing library
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-05 13:56 UTC by Lukas Hasik
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (2.60 KB, text/plain)
2004-05-05 13:56 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-05-05 13:56:23 UTC
[200405041800], jdk1.4.2_04

-project properties
-Compiling sources
-Add library...
-Edit..
-New Library  - name it, OK
-select the new library in Libraries manager, OK
-Add Library
now you have new non-existing library added in
projectproperties

-OK or Apply
Comment 1 Lukas Hasik 2004-05-05 13:56:45 UTC
Created attachment 14731 [details]
NPE
Comment 2 Jiri Rechtacek 2004-05-19 15:48:14 UTC
Reproducible in Dev Build 040519.
Comment 3 Jiri Rechtacek 2004-05-19 16:07:10 UTC
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/J2SEProjectProperties.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/J2SEProjectProperties.java,v
 <--  J2SEProjectProperties.java
new revision: 1.12; previous revision: 1.11
done
Comment 4 Lukas Hasik 2004-06-15 09:12:25 UTC
verified in [200406131800]