From: SourceForge.net <no...@so...> - 2010-01-07 14:44:15
|
Feature Requests item #2927527, was opened at 2010-01-07 14:44 Message generated for change (Comment added) made by bblankenburg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=2927527&group_id=23187 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Combinatoric element qualifiers Initial Comment: I constructed some more complex element qualifiers (see my following feature request) and found it useful to construct them out of existing simple ones. I thus built - an abstract CombinatoricElementQualifier which basically just wraps a list of element qualifiers for convenience - a disjuntive element qualifier, implementing qualifier1 || qualifier2 || ... with Java semantics for || - a conjunctive element qualifier, implementing qualifier1 && qualifier2 && ... with Java semantics for && They are attached. I think others might find them or sth. similar useful (for examle, the ElementNameQualifier is frequently used in conjunction with a customized qualifier). ---------------------------------------------------------------------- Comment By: Bastian Blankenburg (bblankenburg) Date: 2010-01-07 15:44 Message: Sorry forgot to login, the above request was from me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=2927527&group_id=23187 |