Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-RC1
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Environment:Eclipse Plugin cvs head
-
Number of attachments :
Description
With eclipse plugin
—
/**
- @Test1.AnnotOK()
*/
public class Test {
public static interface AnnotOK{}
}
—
This class was annotated successfully.but
—
package test;
/**
- @test.Test.AnnotOK()
*/
public class Test {
public static interface AnnotOK{}
}
—
this class cannot be annotated.
I think src/org/codehaus/backport175/ide/eclipse/core/BpCorePlugin.java must be fixed.
I'll attach a patch.
Th. patch makes it.