Hi Glen,
Could you please describe the problem in more detail?
Can the following example be the testcase?
interface Constants {
int CONSTANT = 10;
}
class MyClass implements Constants {
public static void main(String[] args) {
System.out.println("CONSTANT="+CONSTANT);
}
}
Everything works fine here (MyClass is recompiled) so I wonder if I missed
something.
Best regards,
Eugene Zhuravlev
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"
----- Original Message -----
From: "Glen Stampoutlzis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 4:47
Subject: [Eap-list] Make problem
> I altered a constant in an interface that is implemented in another class
> and it did not recompile correctly.
>
> Regards,
>
> Glen
>
>
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list