Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
There are a lot of Option.isDefined used with !, this behavior increase the stack length.
The reason is isDefined calls isEmpty.
final def isDefined: Boolean = !isEmpty
We also get the compile waring Replace with . isEmpty
Attachments
Issue Links
- links to