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 267864 - Add method/apply code changes
Summary: Add method/apply code changes
Status: RESOLVED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-04 20:09 UTC by carljmosca
Modified: 2016-09-14 22:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carljmosca 2016-09-04 20:09:06 UTC
The virtual machine does not support this operation: add method not implemented
/Users/moscac/Downloads/MemoryView/nbproject/build-impl.xml:462: The following error occurred while executing this line:
/Users/moscac/Downloads/MemoryView/nbproject/build-impl.xml:237: The virtual machine does not support this operation: add method not implemented
BUILD FAILED (total time: 0 seconds)
Comment 1 Martin Entlicher 2016-09-14 22:47:00 UTC
It's not a bug in NetBeans, it's just the description of the limitation of JVM. During apply code changes, the JVM is not able to add new methods.