-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.2.0
-
Component/s: hotspot
-
1.2fcs
-
generic
-
generic
-
Not verified
The algorithm used for checking duplicate interface/field/method is O(n^2). It is way too slow for large class. Better algorithm is a must.