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 79414 - NPE at wizards.TargetChooserPanelGUI.getRelativeSourcesFolder():516
Summary: NPE at wizards.TargetChooserPanelGUI.getRelativeSourcesFolder():516
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-06-29 11:25 UTC by Martin Schovanek
Modified: 2010-01-12 02:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (8.66 KB, text/plain)
2006-06-29 11:25 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2006-06-29 11:25:17 UTC
[#200606290200, jdk1.5.0, Web Project with Existing Sources]

setJSPFileName() at WebProjectValidationNb36WebModule.testNewJSP() throws NPE.
See attached log.
Comment 1 Martin Schovanek 2006-06-29 11:25:45 UTC
Created attachment 31504 [details]
log
Comment 2 Martin Schovanek 2006-06-29 11:46:42 UTC
Cannot reproduce manually, but breaks automated tests.
Comment 3 Radko Najman 2006-06-29 11:48:48 UTC
It was caused by the fix for issue #71388. I'll look at it.
Comment 4 Radko Najman 2006-07-07 15:09:33 UTC
Fixed.

Checking in TargetChooserPanel.java;
/cvs/web/core/src/org/netbeans/modules/web/wizards/TargetChooserPanel.java,v 
<--  TargetChooserPanel.java
new revision: 1.1.36.4; previous revision: 1.1.36.3
done
Checking in TargetChooserPanelGUI.java;
/cvs/web/core/src/org/netbeans/modules/web/wizards/TargetChooserPanelGUI.java,v
 <--  TargetChooserPanelGUI.java
new revision: 1.1.16.2.2.3; previous revision: 1.1.16.2.2.2
done
Comment 5 Martin Schovanek 2007-03-01 19:08:28 UTC
V.