Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
Low
-
Patch Available
-
Performance
Description
code does various assignments at a higher level than the assignments are needed, causing code to execute unnecessarily if the expected code path isn't taken. Push these assignments down to where they are actually used.