Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Illegal state exception dialog on compile

(ADJT 1.2.0 20050204153223, 3.1M4)

I'm trying to match this pointcut:

    pointcut factPropertyUpdate(BeanPropertyFact fact) :
        execution(@FactValueChanged * BeanPropertyFact+.*(..)) && this(fact);

When the AJ compiler runs, I don't a marker in the editor/problems, but rather get a popup dialog with the following message -- maybe typos because I can't cut-n-paste from the dialog :-(

---
IllegalStateExceptoion thrown: Can't match on an unresolved annotation type pattern

Reason: Can't match on an unresolved annotation type pattern
---

What might this mean? How can I debug it? Is the pointcut correct or is this an ajdt only error?

--
barry kaplan
groups1@xxxxxxxxxxx



Back to the top