]
George Gastaldi updated ROASTER-73:
-----------------------------------
Fix Version/s: 2.14.1.Final
AbstractJavaSource#getQualifiedName(), #getCanonicalName() seems
broken and loops infinitely in the worst case.
---------------------------------------------------------------------------------------------------------------
Key: ROASTER-73
URL:
https://issues.jboss.org/browse/ROASTER-73
Project: Roaster
Issue Type: Bug
Components: JDT
Affects Versions: 2.14.0.Final
Environment: Win 8.1 Pro 64bit, Java 8 64bit , Eclipse 64bit
Reporter: Shoji Kuzukami
Priority: Critical
Fix For: 2.14.1.Final
There are apparent bugs in the AbstractJavaSource#getQualifiedName(),
#getCanonicalName(). The bug appears #getQualifiedName() for a twice nested inner class.
In my worst case, the call of method loops inifinitely. I'll make a patch for this bug
and append test cases in the following pull request of this issue.