Ate Douma created SCXML-278:
-------------------------------
Summary: Code cleanup and Java8 alignment
Key: SCXML-278
URL: https://issues.apache.org/jira/browse/SCXML-278
Project: Commons SCXML
Issue Type: Improvement
Reporter: Ate Douma
Assignee: Ate Douma
Priority: Minor
Fix For: 2.0
Using IntelliJ analysis a lot of code cleanup can be done:
- remove obsolete code, unused imports
- remove duplicate code, move repeated code up to parent class
- cleanup exception handling
- align with Java8, remove unnessesary type casting, make use of lamba's where
useful
- fixup references to current/final SCXML spec urls
- apply protected, private, static, and/or final scoping of fields and methods
where possible
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)