Bugs item #2721872, was opened at 2009-03-30 11:43 Message generated for change (Tracker Item Submitted) made by elmuerte You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2721872&group_id=82370
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiletime - Java Group: v0.9.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michiel Hendriks (elmuerte) Assigned to: Nobody/Anonymous (nobody) Summary: Weaver optimization works for 50% Initial Comment: The weaver optimizes the places where it will weave hooks. This optimization checks for inputfilter and outputfilters to be present on a current class. But only in case of outputfilters will will skip the default output filter, this is not the case for input filters. So, the optimization for inputfilters never happens. Should this optimization be done at all? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2721872&group_id=82370 ------------------------------------------------------------------------------ _______________________________________________ Composestar-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/composestar-developers

