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 179696 - Full refactoring doesn't work for comment.
Summary: Full refactoring doesn't work for comment.
Status: RESOLVED DUPLICATE of bug 176929
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-20 02:00 UTC by Peter Pis
Modified: 2010-11-11 15:48 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 Peter Pis 2010-01-20 02:00:42 UTC
===
   /**
     *
     * @param user
     */
    void methodOne(String user) {}

    /**
     *
     * @param user
     */
    void methodTwo(String user) {}
===

Renaming "user" causes both javadoc param modification either.
Comment 1 Jan Becicka 2010-11-11 15:48:49 UTC
cannot reproduce. Probably already fixed.

*** This bug has been marked as a duplicate of bug 176929 ***