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 231144 - Illegal 'Introduce Method...' is allowed
Summary: Illegal 'Introduce Method...' is allowed
Status: RESOLVED DUPLICATE of bug 205076
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-12 13:21 UTC by ssazonov
Modified: 2013-06-12 13:42 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 ssazonov 2013-06-12 13:21:02 UTC
1. Create class 'SimpleClass' and insert this code:

  //---------------------------
  public class SimpleClass {
      
      private int a = 0;
    
      public SimpleClass(){
          a = 1;
      }

      public void SimpleMethod(){};
  }
  //---------------------------

2. Select 'a = 1;'

3. Go to Refactor->Introduce Method...

4. Set Name: 'SimpleMethod', Access: 'public' than press Ok

>> Method SimpleMethod() has been added, although is is already defined, so a bug is occured.

Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b30
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Jan Lahoda 2013-06-12 13:42:02 UTC

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