This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 7d46e6feb48 Merge pull request #8895 from
mbien/robust-taskcache-loaderrors
add c7e40d709e2 Add hint to resolve "switch does not cover all input
values" errors
new 411d55efc52 Merge pull request #8860 from mbien/add-default-case-hint
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/java/hints/errors/AddDefaultCase.java | 159 +++++++++++++++++++
.../java/hints/errors/VarCompDeclaration.java | 2 -
.../modules/java/hints/resources/layer.xml | 3 +-
.../modules/java/hints/errors/AccessErrorTest.java | 22 +--
.../modules/java/hints/errors/AddCastTest.java | 22 +--
.../modules/java/hints/errors/AddCatchFixTest.java | 21 +--
.../java/hints/errors/AddConstructorTest.java | 6 -
.../java/hints/errors/AddDefaultCaseTest.java | 173 +++++++++++++++++++++
.../hints/errors/ChangeMethodReturnTypeTest.java | 9 --
.../ConvertInvalidVarToExplicitArrayTypeTest.java | 6 +-
.../hints/errors/DifferentCaseKindsFixTest.java | 18 ---
.../java/hints/errors/NewImportClassTest.java | 17 +-
.../java/hints/errors/UncaughtExceptionTest.java | 8 -
.../modules/java/source/builder/TreeFactory.java | 14 +-
14 files changed, 348 insertions(+), 132 deletions(-)
create mode 100644
java/java.hints/src/org/netbeans/modules/java/hints/errors/AddDefaultCase.java
create mode 100644
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/errors/AddDefaultCaseTest.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