Try public aspect Demo { pointcut justStupid(): call(String String.toString()); }
i.e. you need to give the types of the toString method's parameters... here there are none. Giles On 6 Jun 2012 07:43, "Keynan Pratt" <keynan.pr...@atlassian.com> wrote: > > > > I'm building with version 1.3 of the maven-aspectj-plugin using aspectj version 1.6.7. I receive the error: > > Demo.aj:9:0::0 Syntax error on token ")", "(" expected > > ===========For the aspect defined as: > > public aspect Demo > { > pointcut justStupid(): call(String String.toString); > } > > ========================================== > > Please help > > > _______________________________________________ > aspectj-users mailing list > aspectj-users@eclipse.org > https://dev.eclipse.org/mailman/listinfo/aspectj-users >
_______________________________________________ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users