Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Bug in AJDT

I have an aspect that does not show any build errors in the editor or
problems list, but clearly doesn't build.  It is a much larger problem
when this is just one line of the aspect, rather then all of it.

public aspect Bar {

   private static final String junk = "...."
}

With the missing semicolon, it doesn't build anything else in the file
(and doesn't report an error).  Eclipse 3.4.2, AJDT Version:
1.6.3.20090122141228, AspectJ version: 1.6.4.20090106083800.

Is this a new bug or a known bug?  (I didn't see anything about it in
the bug tracker)

Kendall


Back to the top