Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Error building project with Eclipse+AJDT 1.5.2

Hi Andy,
thanks a lot for the answer

On Mon, 21 Jul 2008, Andy Clement wrote:

 There is a 64k size limit for methods in Java.  Sometimes if an
 already large method contains many join points that match then during
 weaving the size will grow past 64k.  AspectJ does not do any
 splitting of the woven code into multiple methods in this case but
 just reports that it cannot weave that method.

We was imaging something like this. Is there a way to work around this
problem?

We are going to weave our aspects on third part applications and we
don't want to refactor their code since our aspects have the intent to
determine what can be extracted and encapsulated in aspects (aspect
mining) but this sounds as a recursive problem.

Cheers
Walter

--
Walter Cazzola, PhD - Assistant Professor, DICo, University of Milano
E-mail cazzola@xxxxxxxxxxxxx Ph.: +39 02 503 16300  Fax: +39 02 503 16100
· · · ---------------------------- · · · ---------------------------- · · ·
               ... recursive: adjective, see recursive ...
· · · ---------------------------- · · · ---------------------------- · · ·

Back to the top