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 - IDE closes after "Change method parameters"
Summary: IDE closes after "Change method parameters"
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 13:13 UTC by FiruzzZ
Modified: 2016-02-24 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (86.56 KB, text/plain)
2016-02-03 13:13 UTC, FiruzzZ
Details
error jvm file (38.15 KB, text/plain)
2016-02-18 10:27 UTC, FiruzzZ
Details

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