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 257829

Summary: IDE closes after "Change method parameters"
Product: ide Reporter: FiruzzZ
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P1    
Version: 8.1   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
error jvm file

Description FiruzzZ 2016-02-03 13:13:24 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.72-b15

Reproducibility: Haven't tried to reproduce it

STEPS:
  * Select a method > Refactor > Change method parameters 
  * added a "int", newparamaterName, default 0  (as 5th parameter)
  * selected "New method..." and Accept
  * after making the refactor successfully the IDE closed suddenly
Comment 1 FiruzzZ 2016-02-03 13:13:32 UTC
Created attachment 158364 [details]
IDE log
Comment 2 Jiri Prox 2016-02-17 20:16:54 UTC
This looks like JVM crash, please find hs_err_pidXXXX.log file and attach it here.
There should be more information about what has happend.

Thanks
Comment 3 FiruzzZ 2016-02-18 10:27:53 UTC
Created attachment 158550 [details]
error jvm file
Comment 4 Jiri Prox 2016-02-24 12:45:55 UTC
This is problem with JVM itself. It is reported as issue https://bugs.openjdk.java.net/browse/JDK-8022774

try updating you jdk.

Unfortunately we cannot do anything with it on the Netbeans side.