Changes in 0.5.1
Release date: 2017-03-24.
[lang]
- Parameter default values:
- Enable XExpression for the formal parameter default values. (details)
- Avoid reference to not final fields in default values. (details)
- Generation of standard Java functions:
- Automatic generation of equals() and hashCode() functions. (details)
- Automatic generation of clone() functions. (details)
[ui]
- Add label provider for hyper links. (details)
[sre]
- Avoid anyoing exceptions in event handlers. (details)
- Rename ChuckNorrisException to EarlyExitException. (details)
- Avoid to display the EarlyExit exception in Initialize handler. (details)
- Avoid to fire Destroy two times. (details)
- Refactor the bug tests folder. (details)
[eclipse]
- Minor JDT upgrade. (details)
- Add “-Xmx” note in launch configuration dialog. (details)
[product]
- Clean the launch scripts for Linux. (details)
Previous changes