Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Internal compiler error "org.aspectj.weaver.BCException: Bad type name:"

Dmitri Mamrukov <dym@xxxxxxx> wrote on 01/02/2005 04:25:17:
> Yes, I did respect the package names (I checked that too :-)). I just 
> copied the folder <Install-Dir>/doc/examples/introduction with its 
> contents into my folder src.
> 
> The problem ("Internal compiler error..." + pop-up dialogs for this 
> error) goes away when I comment out the whole body of the aspect 
> ComparablePoint. That is,
> 
> public aspect ComparablePoint
> {
> }
> 
> This way, I've been able to run the examples (the main methods in each 
> of the aspects and the Point class).

Clearly the internal compiler error means there is a bug here somewhere, 
but I haven't been able to reproduce it either. There is an easier way to 
add these examples to your eclipse workspace, which is to do File > New > 
Other > AspectJ > AspectJ Examples. If you do this, do you still get the 
same error?

Regards,

Matt.




Back to the top