Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
(Java) V4 4.0.0-beta-03
-
None
Description
Reviewing a CPU profiling result of a simple OData parse points out any use of reflectionEquals as demolishing the parse performance. It doesn't even seem like reflectionEquals is needed for ClientItem or FullQualifiedName, shouldn't they just be implemented properly?