Manikantan Narender Nath created NETBEANS-4287:
--------------------------------------------------
Summary: Output messages for Applying code changes in debugger is
not correct for Maven projects
Key: NETBEANS-4287
URL: https://issues.apache.org/jira/browse/NETBEANS-4287
Project: NetBeans
Issue Type: Bug
Components: debugger - Java
Affects Versions: 12.0
Reporter: Manikantan Narender Nath
Attachments: Code-change-wrong-msg-maven.png,
Code_Change-works-ant.png, MemoryViewMaven.zip
Test case
[https://netbeans-vm.apache.org/synergy/client/app/#/case/985/suite/1636/v/1]
Download the attachment MemoryViewMaven.zip
Open the File FixContinue.java
Toggle book mark on Line 25
Right click in editor and Choose Debug File
Execution will stop at break point
Click step over once
Change line number 30 to afterFix()
Click Apply changes
*Expected result in output console*
Two lines in following order
Before Code changes
{color:#FF0000}After code changes{color}
*Actual result*
Before Code Changes
{color:#FF0000}+Before Code Changes+ {color}(see attachment
code-change-wrong-msg.maven.png)
The behaviour is as expected for ANT projects (see attachment
Code_change_works-ant.png)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists