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 - NullPointerException at org.netbeans.modules.java.source.save.CasualDiff.diffParameterList
Summary: NullPointerException at org.netbeans.modules.java.source.save.CasualDiff.diff...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 10:57 UTC by aldobrucale
Modified: 2017-01-31 10:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227876


Attachments
stacktrace (2.94 KB, text/plain)
2017-01-31 10:57 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
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