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

Summary: Full refactoring doesn't work for comment.
Product: java Reporter: Peter Pis <ppis>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***