-
Bug
-
Resolution: Done
-
Major
-
None
-
None
In this expression , the `!delegationAllowed.get()` can result in NullPointerException if the value obtained is null. Use !Boolean.TRUE.equals(delegationAllowed.get()) instead.
In this expression , the `!delegationAllowed.get()` can result in NullPointerException if the value obtained is null. Use !Boolean.TRUE.equals(delegationAllowed.get()) instead.