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 243519

Summary: No output about the status of applying code change into a remote JVM
Product: debugger Reporter: mmoq
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description mmoq 2014-04-03 12:59:05 UTC
Before Netbeans 8.0, in a Maven project, applying code change indicated its status.

Now in Netbeans 8.0 with a Maven project, when applying a code change into a remote JVM running in debuging mode, we don't have any clue on the result of the function. We don't know if the applying has worked fine or not and, in the last case, why.

It would be nice the function "Apply code change" prints out a status of its result.