Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | Fix pattern applying non-field to left side of assignment | Jonas Herzig | |
2022-05-27 | Fix nested pattern matching | Jonas Herzig | |
2022-05-27 | Support matching lambda expressions with @Pattern | Jonas Herzig | |
2022-05-27 | Support varargs as parameters to @Pattern | Jonas Herzig | |
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 | Fix loss of changes when multiple target the same start point | Jonas Herzig | |
While one might at first think that multiple changes should conflict if they target that same start point, that is not necessarily true as long as no more than one of them includes deletions: There may be an arbitrary number of insertions at the same position (regular remapping never just inserts but patterns can). |