Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | Properly support new expression matching in @Pattern | Jonas Herzig | |
Used to only compare the arguments, nether the class nor the qualifier (the outer class instance for inner classes constructor calls). | |||
2021-11-12 | Separate B from A test files | Jonas Herzig | |
So we are closer to a realistic setup and can tell when we accidentally look up a class in the wrong project. Also allows us to have changes in a class but not to the class or its package (i.e. same file). |