You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/fsm/PeerFSMImpl.java:343
contains diameter != null, but at the previous line ValidatorLevel incomingLevel = dictionary.getReceiveLevel();. It's not a problem, until dictionary is a singleton, but may produce bugs, if the dictionary implementation will change.
I think, you should inline incoming level and change the debug message in the else statement.
The text was updated successfully, but these errors were encountered:
core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/fsm/PeerFSMImpl.java:343
contains
diameter != null
, but at the previous lineValidatorLevel incomingLevel = dictionary.getReceiveLevel();
. It's not a problem, until dictionary is a singleton, but may produce bugs, if the dictionary implementation will change.I think, you should inline
incoming level
and change the debug message in theelse
statement.The text was updated successfully, but these errors were encountered: