[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] @DeclareParents static?
|
- From: Matt Chapman <mpchapman@xxxxxxxxx>
- Date: Mon, 19 Dec 2005 10:40:46 +0000
- Delivered-to: aspectj-users@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oATovPsqPPWS8NES6W7Dgc1ERTqLkU0uRIE9cSRhaQEmJ3N0h1iptsZmurZEtZVgZV+YNuoPAHjf0cVoBLCrEy+9hLoD7q4u4DGm8dWr8NZ62FXiinw0NSpR7v1meGl5lorsUKa9UyICpiF5SLZtYxqpkTnTX1AhZWQL361p1Io=
On 19/12/05, Brian Ericson <bme@xxxxxxxx> wrote:
> I'm using the latest AJDT. I've looked further into this since
> receiving your email... The issue isn't so much that AJDT can't compile
> the files in the project, it's that it easily gets into a "funk" and
> won't compile from then on without running Project -> Clean.
>
> For example, I can open the files I've listed, see them error-free in
> the IDE (sorry -- that's if I add the casts as recommended), and then
> add and delete a space in one of the files (I'm doing this in
> AnnotationMoodyImplementer.java) and save the file and get an internal
> error. From then on, the project won't compile until I clean it.
Was that internal compiler error a NullPointerException in
AsmRelationshipProvider.java? If so, I've reproduced it, and raised it
as bug 121384.
As a temporary workaround you can disable incremental compilation
(under AspectJ compiler > Other)
Regards,
Matt.