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 254010 - NullPointerException: The bootPath parameter cannot be null
Summary: NullPointerException: The bootPath parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-30 15:24 UTC by edbatten
Modified: 2015-08-15 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218875


Attachments
stacktrace (464 bytes, text/plain)
2015-07-30 15:24 UTC, edbatten
Details

Note You need to log in before you can comment on or make changes to this bug.
Description edbatten 2015-07-30 15:24:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
edbatten: refactoring gof.abstractFactory example from https://springframework.guru/gang-of-four-design-patterns/




Stacktrace: 
java.lang.NullPointerException: The bootPath parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.api.java.source.ClasspathInfo.create(ClasspathInfo.java:332)
   at org.netbeans.modules.refactoring.java.ui.MoveClassPanel$3.run(MoveClassPanel.java:497)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 edbatten 2015-07-30 15:24:17 UTC
Created attachment 155064 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-08-14 14:53:44 UTC
changeset:   a29ba8760eb9
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Fri Aug 14 16:52:40 2015 +0200
summary:     #254010 - NullPointerException: The bootPath parameter cannot be null
Comment 3 Quality Engineering 2015-08-15 01:58:49 UTC
Integrated into 'main-silver', will be available in build *201508150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a29ba8760eb9
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #254010 - NullPointerException: The bootPath parameter cannot be null