[TRNSPRTPCE-156] ArrayIndexOutOfBoundsException is PowerMgmtImpl Created: 24/Sep/19  Updated: 16/Jan/24

Status: Open
Project: transportpce
Component/s: General
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Low
Reporter: Shaaban Ebrahim Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Epic Link: Code cleaning
Priority: High

 Description   

setPower method in PowerMgmtImpl class in OLM module throws ArrayIndexOutOfBoundsException
where
String srgId = input.getNodes().get(i + 1).getSrcTp();

String nextNodeId = input.getNodes().get(i + 1).getNodeId();

when

NodeType equals to Xpdr then destTpId eqauls to "network" then mappingObject exists

then TxPowerRangeMap isn't empty 

mostly happens at last item of list of nodes


Generated at Wed Feb 07 20:42:23 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.