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 194409 - NullPointerException: The fo parameter cannot be null
Summary: NullPointerException: The fo parameter cannot be null
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Wicket (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 10:02 UTC by Petr Jiricka
Modified: 2016-07-07 08:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175913


Attachments
stacktrace (1.99 KB, text/plain)
2011-01-17 10:02 UTC, Petr Jiricka
Details
stacktrace (2.21 KB, text/plain)
2012-11-10 11:31 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2011-01-17 10:02:49 UTC
Build: NetBeans IDE Dev (Build web-main-4427-on-110117)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
pjiricka: Adding Wicket framework to Maven project.




Stacktrace: 
java.lang.NullPointerException: The fo parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.j2ee.dd.api.web.DDProvider.getDDRoot(DDProvider.java:114)
   at org.netbeans.modules.j2ee.dd.api.web.DDProvider.getDDRootCopy(DDProvider.java:216)
   at org.netbeans.modules.web.wicket.framework.WicketFrameworkProvider$CreateWicketFiles.run(WicketFrameworkProvider.java:403)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:125)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:566)
Comment 1 Petr Jiricka 2011-01-17 10:02:52 UTC
Created attachment 105059 [details]
stacktrace
Comment 2 medeag 2012-11-10 11:31:40 UTC
Created attachment 127520 [details]
stacktrace

adding wicket framework to maven application
Comment 3 Martin Balin 2016-07-07 08:54:49 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss