Bug 135523 - eclisep compiler with compliance level 1.3 fails to compile
Summary: eclisep compiler with compliance level 1.3 fails to compile
Status: RESOLVED DUPLICATE of bug 134839
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 08:45 EDT by Erik Bengtson CLA
Modified: 2006-04-07 09:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Bengtson CLA 2006-04-07 08:45:43 EDT
interface ISomething
{
getA();
}
abstract SomethingImpl implements ISomething
{
public abstract void getA();

public void getB()
{
getA(); //<-- this does not compiler. compiler cant find method
}
}

To reproduce, you can download JPOX/Core project from CVS and try to build it

http://sourceforge.net/projects/jpox

Works with 3.2 M5
Comment 1 Olivier Thomann CLA 2006-04-07 09:44:16 EDT
Looks like a dup of bug 134839.
Please try the patch specified in https://bugs.eclipse.org/bugs/show_bug.cgi?id=134839#c9.
Please reopen if this patch doesn't fix your issue.

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