This is an automated email from the ASF dual-hosted git repository.
tmysik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from d0fe79b Merge pull request #974 from junichi11/netbeans-1461-level-max
add 7b39ba5 [NETBEANS-1463] PHPStan memory-limit
new 59adeac Merge pull request #975 from
junichi11/netbeans-1463-phpstan-memory-limit
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 ++++++++++++++++
.../php/analysis/ui/analyzer/Bundle.properties | 2 +-
.../ui/analyzer/PHPStanCustomizerPanel.form | 36 ++++++--
.../ui/analyzer/PHPStanCustomizerPanel.java | 95 ++++++++++++++++++++--
.../php/analysis/ui/options/Bundle.properties | 6 +-
.../analysis/ui/options/PHPStanOptionsPanel.form | 63 ++++++++------
.../analysis/ui/options/PHPStanOptionsPanel.java | 56 +++++++++----
12 files changed, 327 insertions(+), 71 deletions(-)
create mode 100644
php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/ValidatorPHPStanParameter.java
---------------------------------------------------------------------
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