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 262242 - IllegalArgumentException: fileObject == null
Summary: IllegalArgumentException: fileObject == null
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-26 15:49 UTC by javydreamercsw
Modified: 2016-06-01 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224229


Attachments
stacktrace (997 bytes, text/plain)
2016-05-26 15:49 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2016-05-26 15:49:07 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
javydreamercsw: Not sure when it triggered.




Stacktrace: 
java.lang.IllegalArgumentException: fileObject == null
   at org.netbeans.api.java.source.JavaSource.forFileObject(JavaSource.java:234)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator.addImplementsClause(JpaControllerGenerator.java:182)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerGenerator.generateJpaController(JpaControllerGenerator.java:158)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerIterator.generateJpaControllers(JpaControllerIterator.java:286)
   at org.netbeans.modules.j2ee.persistence.wizard.jpacontroller.JpaControllerIterator$1.run(JpaControllerIterator.java:133)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 javydreamercsw 2016-05-26 15:49:09 UTC
Created attachment 159894 [details]
stacktrace
Comment 2 Petr Hejl 2016-06-01 13:00:46 UTC
Fixed in web-main 5ae6ef042714.