This is Bugzilla
Bugzilla Version 2.22.1-debian2
View Bug Activity | Format For Printing | XML | Clone This Bug
ajc flags an error when an intertype declaration attempts to override an existing private class member in the target. abc implements the behaviour that ajc used to have (up to including version 1.2), namely to silently replace the existing private member. The correct behaviour would be to rename the private member.
We now implement the same front-end check as ajc does.