This is an automated email from the ASF dual-hosted git repository. tmysik pushed a commit to branch release100 in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
commit b4e96bdd1aa6c3bf47a4efb6f2d79f7513cfbda6 Merge: d9b6954 6f7f6db Author: Tomáš Myšík <[email protected]> AuthorDate: Sun Oct 21 18:55:21 2018 +0200 Merge pull request #977 from junichi11/cherry-picking-1461-1463 Cherry-picking PHPStan changes .../modules/php/analysis/PHPStanAnalyzerImpl.java | 19 ++++- .../modules/php/analysis/PHPStanParams.java | 10 +++ .../modules/php/analysis/commands/PHPStan.java | 5 ++ .../php/analysis/options/AnalysisOptions.java | 9 ++ .../analysis/options/AnalysisOptionsValidator.java | 29 +++++-- .../options/ValidatorPHPStanParameter.java | 68 +++++++++++++++ .../PHPStanLevelListCellRenderer.java} | 33 ++++---- .../php/analysis/ui/analyzer/Bundle.properties | 2 +- .../ui/analyzer/PHPStanCustomizerPanel.form | 36 ++++++-- .../ui/analyzer/PHPStanCustomizerPanel.java | 97 ++++++++++++++++++++-- .../php/analysis/ui/options/Bundle.properties | 6 +- .../analysis/ui/options/PHPStanOptionsPanel.form | 63 ++++++++------ .../analysis/ui/options/PHPStanOptionsPanel.java | 58 +++++++++---- 13 files changed, 346 insertions(+), 89 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
