Community
Participate
Working Groups
Eg- package a; aspect A { declare parents : b.B extends b.C; } package b; public class B { } package b; public class C { } Now rename package 'b' to 'c'. The qualified names in aspect A should be changed, but they are not.
Working now for qualified target type names of ITDs.
Working for declare annotations and declare parents, but only when there are simple type patterns. Still need to write some tests for this.
Fixed with regression tests