]
Issue was automatically transitioned when kuzukami created pull request #35 in GitHub
-------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
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
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.