Community
Participate
Working Groups
Upon this situation a quickfix will fill in wrong code: Reproduce: Quickfix on this: public team class SomeTeam { protected class Role playedBy SomeBase { callin boolean m(){ } } } Results in: public team class SomeTeam { protected class Role playedBy SomeBase { callin boolean m(){ return _OT$cacheInitTrigger; } } }
Created attachment 166931 [details] test & fix This patch contains a test and the fix. TypeBinding.getDeclaredFields() needs to filter generated fields starting with "_OT$" (as getDeclaredMethods() already does).
Patch has been committed as r291.
Verified for M2 using I201005052210