Merge branch 'master' into designer-event-refactor

This commit is contained in:
Clément Fournier 2019-02-20 15:41:26 +01:00
commit 9530653561
2 changed files with 12 additions and 1 deletions

View File

@ -14,7 +14,14 @@ This is a {{ site.pmd.release_type }} release.
### New and noteworthy
### CPD Suppression for Antlr-based languages
#### Call For Logo
PMDs logo was great for a long time. But now we want to take the opportunity with the next major release to change
our logo in order to use a more "politically correct" one.
Learn more about how to participate on [github issue 1663](https://github.com/pmd/pmd/issues/1663).
#### CPD Suppression for Antlr-based languages
[ITBA](https://www.itba.edu.ar/) students [Matías Fraga](https://github.com/matifraga),
[Tomi De Lucca](https://github.com/tomidelucca) and [Lucas Soncini](https://github.com/lsoncini)
@ -77,6 +84,8 @@ More information is available in [the user documentation](pmd_userdocs_cpd.html#
* [#1589](https://github.com/pmd/pmd/issues/1589): \[plsql] ParseException with subqueries in WHERE clause
* [#1590](https://github.com/pmd/pmd/issues/1590): \[plsql] ParseException when using hierarchical query clause
* [#1656](https://github.com/pmd/pmd/issues/1656): \[plsql] ParseException with analytic functions, trim and subqueries
* designer
* [#1679](https://github.com/pmd/pmd/issues/1679): \[ui] No default language version selected
### API Changes

View File

@ -140,6 +140,8 @@ public class SourceEditorController extends AbstractController<MainDesignerContr
});
languageVersionUIProperty = DesignerUtil.mapToggleGroupToUserData(languageToggleGroup, DesignerUtil::defaultLanguageVersion);
// this will be overwritten by property restore if needed
languageVersionUIProperty.setValue(DesignerUtil.defaultLanguageVersion());
}
/**