In this line:
public Map getAll(BusinessTargetPK pkBusinessTargetId) throws Exception
I get this error:
NPath Difficulty - 32,768 (maximum allowable - 200)
And in this line:
public Map getAll( Long RLE_ROLE_ID ) throws Exception {
I get this error:
The getAll () method has complexity NPath 2048
I am completely unaware of what NPath Complexity is and what it means.
Can someone give some advice on how to avoid this type of error?
source share