]> source.dussan.org Git - aspectj.git/commit
Add guard for clone()
authorAndy Clement <aclement@pivotal.io>
Mon, 8 May 2017 19:34:18 +0000 (12:34 -0700)
committerAndy Clement <aclement@pivotal.io>
Mon, 8 May 2017 19:34:18 +0000 (12:34 -0700)
commit7bcc14f620e9bfc7f084cc8e009344e8634c2ee0
treee244d4a231a637440268ba7a6134b14434f132b8
parenta1a934845e6086d43c87af993d4d99d55c974298
Add guard for clone()

clone is saying it is protected rather than public and so we need
to add a guard to avoid creating accessor for it.
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AccessForInlineVisitor.java