Bug 197085 - Even though its compile time error. Why the following code is running?
Summary: Even though its compile time error. Why the following code is running?
Status: VERIFIED DUPLICATE of bug 197084
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: Sun Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL: http://laratechnologies.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 03:04 EDT by Niyas CLA
Modified: 2007-12-20 06:56 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 Niyas CLA 2007-07-19 03:04:02 EDT
package com.lara;


interface PersonManager
{
	public static final double height = 25;
	void getData1();
}

class Manager1 implements PersonManager
{
	Manager1()
	{
		System.out.println("Why this is working ?");
	}
}

class InterfaceCheck
{
	public static void main(String[] args)
	{
		Manager1 ma1 = new Manager1();
	}
}
Comment 1 Olivier Thomann CLA 2007-07-19 08:37:34 EDT

*** This bug has been marked as a duplicate of bug 197084 ***
Comment 2 Frederic Fusier CLA 2007-12-20 06:56:09 EST
Verified for 3.4M1