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 258410

Summary: NullPointerException: The folder parameter cannot be null
Product: utilities Reporter: bburlein
Component: SeleniumAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223063
Attachments: stacktrace

Description bburlein 2016-03-17 02:11:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.74-b02, OpenJDK Runtime Environment, 1.8.0_74-b02
OS: Linux

User Comments:
bburlein: unit testing some javascript




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:1447)
   at org.netbeans.modules.selenium2.webclient.api.TestRunnerReporter$CallStackCallback.parseLocation(TestRunnerReporter.java:426)
   at org.netbeans.modules.selenium2.webclient.api.SeleniumRerunHandler.rerun(SeleniumRerunHandler.java:99)
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel$3.actionPerformed(StatisticsPanel.java:266)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Comment 1 bburlein 2016-03-17 02:11:46 UTC
Created attachment 158901 [details]
stacktrace