Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Cflow and enums

Title: Cflow and enums

Hi,

I have encountered the following problem.

When defining a pointcut which includes either cflow or call it seems the weaver attempts to find/advise every enum I defined in my code,

and fails with the following message:

..\MyClass.class [error] can't find type …MyEnum

(no source information available)

I am using a Dev build downloaded a few days ago.

What am I doing wrong?

/Nitzan



Back to the top