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 - No output about the status of applying code change into a remote JVM
Summary: No output about the status of applying code change into a remote JVM
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 12:59 UTC by mmoq
Modified: 2014-04-03 12:59 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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