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 58714

Summary: A java.lang.NullPointerException exception has occurred
Product: java Reporter: atul_india <atul_india>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Other   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Netbeans Error Log
Screen Shot of Error message

Description atul_india 2005-05-10 05:18:08 UTC
A java.lang.NullPointerException exception has occurred
Comment 1 Martin Matula 2005-05-10 08:46:52 UTC
Could you please attach your messages.log file? (It can be found in NetBeans
userdir under var/log/)
Comment 2 saidr 2005-08-08 10:02:25 UTC
Created attachment 23552 [details]
Netbeans Error Log
Comment 3 saidr 2005-08-08 10:04:53 UTC
Created attachment 23553 [details]
Screen Shot of Error message
Comment 4 Martin Matula 2005-08-29 23:06:38 UTC
Looks like a platform issue.
Comment 5 Tomas Zezula 2005-09-14 18:51:07 UTC
Seems to be caused by issue: #46813.
The NPE is fixed by Jesse's commit:
org.netbeans.spi.project.support.ant.PropertyUtils rev 1.29


*** This issue has been marked as a duplicate of 46813 ***
Comment 6 Jesse Glick 2005-09-14 22:10:20 UTC
Note: the actual NPE is fixed by my commit for NB 5.0, but other things may
still be broken. My commit just produced a more useful message for it.