aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-07-26 08:44:05 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-09-07 08:44:33 +0200
commit665d6a9498360104c662d138df79304210df66f2 (patch)
tree2f949bfaab09db010a6153cf32edb3593c63a9ad /lib
parent0a1a66397b71d0e81270856db8eb30c55ec7adbd (diff)
downloadaspectj-665d6a9498360104c662d138df79304210df66f2.tar.gz
aspectj-665d6a9498360104c662d138df79304210df66f2.zip
In ITD processing, use setter instead of assigning Scope directly
Change calls like pre.scope.parent = newParent; to this pattern: // Use setter in order to also update member 'compilationUnitScope' pre.scope.setParent(newParent); This should fix lots of failing tests after updating JDT Core. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions