Bug 49843

Summary: Not reporting error on constructor with no body
Product: [Eclipse Project] JDT Reporter: Adrian Colyer <adrian.colyer>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Adrian Colyer CLA 2004-01-12 06:30:29 EST
This program doesn't signal an error when run under 3.0M6

class c {
    c(); //ERR: constructors must have bodies 
}
Comment 1 Philipe Mulet CLA 2004-01-13 07:20:33 EST
Fixed. Added regression test ProblemConstructorTest#test002
Comment 2 Philipe Mulet CLA 2004-01-13 07:20:47 EST
Fixed
Comment 3 David Audel CLA 2004-02-11 12:47:05 EST
verified for 3.0M7