Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
3.3.6
-
None
Description
Currently, nodesToProcess uses LinkedList to store elements. But in computePlan method, we use code like below:
nodesToProcess.get(x);
So, we should better change LinkedList to ArrayList here.
Attachments
Issue Links
- links to