Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b106
-
Not verified
Description
Sorry about the ugly table format, but look at this loop in ClassDocImpl...
125
static long getFlags(ClassSymbol clazz) {
126
while (true) {
127
try {
128 Block: 1/1
return clazz.flags();
129 Block: 1/1
} catch (CompletionFailure ex) {
130
// quietly ignore completion failures
131
}
132
}
133
}
125
static long getFlags(ClassSymbol clazz) {
126
while (true) {
127
try {
128 Block: 1/1
return clazz.flags();
129 Block: 1/1
} catch (CompletionFailure ex) {
130
// quietly ignore completion failures
131
}
132
}
133
}