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 270051 - NullPointerException: The folder parameter cannot be null
Summary: NullPointerException: The folder parameter cannot be null
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 11:54 UTC by Exceptions Reporter
Modified: 2017-03-11 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228371


Attachments
stacktrace (2.59 KB, text/plain)
2017-03-11 11:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-11 11:54:49 UTC
This bug was originally marked as duplicate of bug 183280, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8.1

User Comments:
GUEST: <input type="text" onkeyup="value=value.replace(/[^\w\.\/]/ig,'')" name="username" id="username"
                                   value="??????" onFocus="if(value===defaultValue){value='';this.style.color='#000'}" style="color: #999999;
                                   background: url(images/input.png)no-repeat;padding-left: 20px; width:100%;height:
                                    42px;border: 0;margin-left: -2px" required />
?????alt+enter????




Stacktrace: 
java.lang.NullPointerException: The folder parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1444)
   at org.openide.filesystems.FileUtil.getRelativePath(FileUtil.java:1191)
   at org.netbeans.modules.html.editor.refactoring.ExtractInlinedStylePanel$ExternalStyleSheetItem.<init>(ExtractInlinedStylePanel.java:551)
   at org.netbeans.modules.html.editor.refactoring.ExtractInlinedStylePanel.createExternalStylesheetsModel(ExtractInlinedStylePanel.java:457)
   at org.netbeans.modules.html.editor.refactoring.ExtractInlinedStylePanel.initComponents(ExtractInlinedStylePanel.java:314)
Comment 1 Exceptions Reporter 2017-03-11 11:54:52 UTC
Created attachment 163817 [details]
stacktrace