Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Eclipse error icons

Title: Eclipse error icons

Probably a FAQ, but asking anyway.

I have an interface I, two implementing classes C1 and C2, and an aspect A which adds an inter-type method f to I.  Now a (.java) client of I can call C1.f or C2.f without a problem; the program compiles and runs; but during development, the Eclipse IDE has the red x and a lightbulb on that .java file anywhere those calls occur.

How do I convince Eclipse that C1.f and C2.f are for real?

Josh


Back to the top