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 269693

Summary: NullPointerException at org.netbeans.modules.java.source.save.CasualDiff.diffParameterList
Product: platform Reporter: aldobrucale <aldobrucale>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227876
Attachments: stacktrace

Description aldobrucale 2017-01-31 10:57:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
aldobrucale: didn't notice the warning...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.source.save.CasualDiff.diffParameterList(CasualDiff.java:3233)
   at org.netbeans.modules.java.source.save.CasualDiff.diffParameterList(CasualDiff.java:3115)
   at org.netbeans.modules.java.source.save.CasualDiff.diffParameterList(CasualDiff.java:3105)
   at org.netbeans.modules.java.source.save.CasualDiff.diffApply(CasualDiff.java:1944)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5087)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:4929)
Comment 1 aldobrucale 2017-01-31 10:57:40 UTC
Created attachment 163517 [details]
stacktrace