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 252825 - SimpleTestCaseWizardIterator illegally returned null
Summary: SimpleTestCaseWizardIterator illegally returned null
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: JDK_9
Depends on:
Blocks:
 
Reported: 2015-06-05 08:22 UTC by Martin Balin
Modified: 2015-07-07 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Balin 2015-06-05 08:22:20 UTC
Working with JDK9 build. Attempt to create Unit test > Test for existing class does nothing. Following error is printed into terminal:
 
[exec] WARNING [org.openide.loaders.TemplateWizard]: Wizard iterator of type org.netbeans.modules.junit.ui.wizards.SimpleTestCaseWizardIterator illegally returned null from the instantiate method
Comment 1 Martin Balin 2015-06-05 08:24:57 UTC
jdk9 build runs on Java 8 and project Java platform is JDK 9.
Comment 2 Theofanis Oikonomou 2015-07-07 11:51:30 UTC
Not sure if this is indeed a jdk9 related issue. I am not sure what build you were seeing this issue on. The warning should not make any difference. Could it be related to bug 252759? Closing for now as there is no info. Please try using a latest build and if the issue is there reopen attaching the log.