Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.5.0
-
Fix Version/s: 3.5.0
-
Component/s: None
-
Labels:None
Description
This is code clean up task to ensure we conform to JDK8 standards:
- Diamonds in generics
- Mandatory inheritance Override annotation
- Remove some unnecessary casting
- Use lambdas where appropriate
- Remove unnecessary inner classes (e.g. static put in Map)