Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
6.1.1
-
None
Description
There are lots of switch-case blocks in the mentioned methods. The compiler doesn't optimize the switch-case statements away so the suggested approach is to refactor the methods remove switch-case blocks and reducing the amount of boilerplate code.