Bug 15323 - rename method: incorrect error
Summary: rename method: incorrect error
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 15322
Blocks:
  Show dependency tree
 
Reported: 2002-05-06 10:47 EDT by Adam Kiezun CLA
Modified: 2008-01-15 09:49 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-05-06 10:47:50 EDT
Test::countTestCases

or, smaller example (all types in different files - important):
interface A{
 int c();
}

class TD implements{
public int c(){return 3;}
}

class RT extends TD{
 public int c(){
  return super.c() + 1;
  }
}
Comment 1 Adam Kiezun CLA 2002-05-06 10:48:26 EDT
this bug is a result of bug 15322 
Comment 2 Erich Gamma CLA 2002-05-11 16:50:39 EDT
JCORE is looking into providing the required support
Comment 3 Adam Kiezun CLA 2002-05-28 08:12:05 EDT
was fixed for F1
Comment 4 Tod Creasey CLA 2008-01-15 09:49:53 EST
*** Bug 85360 has been marked as a duplicate of this bug. ***