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 225664 - NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Summary: NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 20:14 UTC by ecerichter
Modified: 2013-02-11 16:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198291


Attachments
stacktrace (1.04 KB, text/plain)
2013-02-02 20:14 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-02-02 20:14:49 UTC
Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
ecerichter: working in a web app project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ProjectUtils.getSources(ProjectUtils.java:116)
   at org.zeroturnaround.jrebel.netbeans.rebelxmlgen.RebelXMLGenerator.getFolderForDescriptor(RebelXMLGenerator.java:69)
   at org.zeroturnaround.jrebel.netbeans.rebelxmlgen.RebelXMLGenerator.isRebelXMLDescriptorPresented(RebelXMLGenerator.java:63)
   at org.zeroturnaround.jrebel.netbeans.startupext.JRebelArgsProvider.checkRebelDescriptorPresented(JRebelArgsProvider.java:39)
   at org.zeroturnaround.jrebel.netbeans.startupext.JRebelArgsProvider.getArguments(JRebelArgsProvider.java:61)
   at org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:81)
Comment 1 ecerichter 2013-02-02 20:14:51 UTC
Created attachment 130954 [details]
stacktrace
Comment 2 Milos Kleint 2013-02-11 09:06:54 UTC
please file against zeroturnaround's javarebel support, the issue is most likely there, not in netbeans.org codebase.
Comment 3 ecerichter 2013-02-11 16:26:02 UTC
You are right... after posting the bug report I realized this is a JRebel plugin problem.

Thanks for you time, and I promise to pay more attention in future.

Regards,

Edson Richter