This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.
if (t == null) {
return;
}
if (t.owner != null && t.owner != symbols.rootPackage && t.owner != t.packge().modle.unnamedPackage
boolean notOwnedByUnnamedPackage = true;
if (t.packge() != null && t.packge().modle != null) {
notOwnedByUnnamedPackage = t.owner != t.packge().modle.unnamedPackage;
if (t.owner != null && t.owner != symbols.rootPackage && notOwnedByUnnamedPackage
&& !(t.type instanceof Type.TypeVar)
&& !(t.owner instanceof MethodSymbol)) {
width++;