I'm looking for a DSL that helps to find problematic patterns in (Java) code.
It should allow to build tools like PMD and FindBugs very quickly or adjust existing tools for special needs.
Example: If a class is used in a test case and it has the @PostConstruct annotation on a method, warn if the test doesn't call this method.
Do you about know any work in this area?
Ideally, it should be based on Xtext.