You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Giuseppe Tino (JIRA)" <ji...@apache.org> on 2019/03/17 20:55:00 UTC

[jira] [Created] (NETBEANS-2267) Inline refactoring preview shows duplicate occurrences

Giuseppe Tino created NETBEANS-2267:
---------------------------------------

             Summary: Inline refactoring preview shows duplicate occurrences
                 Key: NETBEANS-2267
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2267
             Project: NetBeans
          Issue Type: Bug
          Components: java - Refactoring
    Affects Versions: 11.0
         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-release-395-on-20190310)
Updates: Updates available
Java: 12; OpenJDK 64-Bit Server VM 12+32
Runtime: OpenJDK Runtime Environment 12+32
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
            Reporter: Giuseppe Tino


Following the refactoring sanity test inline 1
 # Open {{inline.ClassA.java}} class
 # Put caret into {{from.m|1(true, 5)}} where "|" is a position of caret
 # From main menu select Refactor > Inline...

Expeced result:
 * The refacoring preview panel shows 4 update occurrences (1 update occurrence in ClassA and 3 update occurrences in From)

Actual result:
 * The refactoring preview pane shows 9 update occurrences (4 occurrences in ClassA and 5 in From)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists