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 257253 - NullPointerException: The fo parameter cannot be null
Summary: NullPointerException: The fo parameter cannot be null
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-22 08:11 UTC by toukysurf
Modified: 2015-12-23 02:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203540


Attachments
stacktrace (1.20 KB, text/plain)
2015-12-22 08:11 UTC, toukysurf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description toukysurf 2015-12-22 08:11:19 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: Created new web application with JSF and PF

toukysurf: i cant deploy my maven project bu my jboss is runing and i have my call doctor thas is created withoud any probleme




Stacktrace: 
java.lang.NullPointerException: The fo parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1425)
   at org.netbeans.modules.maven.classpath.ClassPathProviderImpl.getType(ClassPathProviderImpl.java:207)
   at org.netbeans.modules.maven.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:148)
   at org.netbeans.modules.websvc.rest.support.SourceGroupSupport.getHandleClassName(SourceGroupSupport.java:273)
   at org.netbeans.modules.websvc.rest.support.SourceGroupSupport.getFileObjectFromClassName(SourceGroupSupport.java:295)
Comment 1 toukysurf 2015-12-22 08:11:21 UTC
Created attachment 157887 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-22 10:31:48 UTC
please do not pass null to ClassPathProvider.findClassPath
Comment 3 Tomas Stupka 2015-12-22 15:14:07 UTC
fixed in jet-main #2a552d7c74d1
Comment 4 Quality Engineering 2015-12-23 02:23:44 UTC
Integrated into 'main-silver', will be available in build *201512230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2a552d7c74d1
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257253 - NullPointerException: The fo parameter cannot be null