Community
Participate
Working Groups
I came across this in the following situation: team class Outer { protected team class Mid { // invoke new role wizard here } } enter a role name and select Outer.Mid as the base class. We get a complaint that Outer.Mid is a discouraged name, because the qualifier is interpreted as a package name. Instead, if the type already exists we should not check with JavaConventions.
Created attachment 196281 [details] Fix Implemented by first asking the enclosingType to resolve the base class, and only if no result ask JavaConventions.
Committed as r1615.
Verified using build 201105311237