This is an automated email from the ASF dual-hosted git repository.
tmysik pushed a change to branch release100
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from d9b6954 Merge pull request #972 from
junichi11/netbeans-1443-for-release100
add 8a1c1e8 [NETBEANS-1461] PHPStan max level
add 6f7f6db [NETBEANS-1463] PHPStan memory-limit
new b4e96bd Merge pull request #977 from
junichi11/cherry-picking-1461-1463
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of 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 +++++++++++++++
.../analysis/ui/PHPStanLevelListCellRenderer.java | 29 +++----
.../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, 342 insertions(+), 89 deletions(-)
create mode 100644
php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/ValidatorPHPStanParameter.java
copy
webcommon/web.clientproject.api/src/org/netbeans/modules/web/clientproject/jstesting/JsTestingProviderRenderer.java
=>
php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/PHPStanLevelListCellRenderer.java
(53%)
---------------------------------------------------------------------
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