Details
-
Type:
Other
-
Status: Closed
-
Priority:
Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
Description
I'm looking at the code in SessionState.isWithinHeartBeat() function, and it references a variable that's never initialized or modified.
The whole function seems to be a no-op, since the value is always 'false'.
Is it an oversight and it needs to be modified? or maybe we can just take it out altogether to make sure we don't cause confusion?