Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] NullPointer in introductions

André,

This is not enough information to understand the problem. If you
can, send a minimal complete example that shows the problem.

-Ramnivas

--- André_Dantas_Rocha <ad-rocha@xxxxxxxxxx> wrote:
> Hi,
>  
> I'm getting a NullPointer error when trying to introduct a method
> that have
> a JoinPoint parameter:
>  
> public aspect IntroductionAspect {
>   public void AClass.aMethod(JoinPoint jp) {
>     ... 
>   } 
> }
>  
> Any suggestions?
>  
> Thanks,
>  
> André
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com


Back to the top