Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] -XlazyTjp and xlint-warning




It has been suggested that -XlazyTjp become the default. In which case we
need to think how the lint warning should work. It should not be used to
inform someone whether they are using the correct pattern for optimization
(if() pointcut, tjp in before, tjpsp in after) rather that either they or
someone else has written an aspect which prevents optimization. For each
joinpoint shadow where the optimization _is_ possible but advice in the
same or another aspect prevents it we should issue a warning. Thoughts?

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



Back to the top