-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
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.