You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2018/01/21 13:02:54 UTC

[incubator-netbeans] branch master updated (6b8e596 -> 144cd27)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 6b8e596  [NETBEANS-277] Fix a NullPointerException issue with FastImportAction (#373)
     add 267c8d7  Use FIX_redundantConditional for the fix description
     new 29b6acf  Use correct variable type in AssignResultToVariableTest#testInferBounds258167 unittest
     new 144cd27  Merge branch 'pr/365'

The 2 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:
 .../java/hints/control/RedundantConditional.java      | 19 +++++++++----------
 .../java/hints/AssignResultToVariableTest.java        |  2 +-
 .../java/hints/control/RedundantConditionalTest.java  | 12 ++++++------
 3 files changed, 16 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/02: Use correct variable type in AssignResultToVariableTest#testInferBounds258167 unittest

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 29b6acf33d4069ae62e99b2e6deda8320d51d9de
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sun Jan 21 13:22:21 2018 +0100

    Use correct variable type in AssignResultToVariableTest#testInferBounds258167 unittest
---
 .../src/org/netbeans/modules/java/hints/AssignResultToVariableTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java.hints/test/unit/src/org/netbeans/modules/java/hints/AssignResultToVariableTest.java b/java.hints/test/unit/src/org/netbeans/modules/java/hints/AssignResultToVariableTest.java
index 2a6dc6f..15d8c49 100644
--- a/java.hints/test/unit/src/org/netbeans/modules/java/hints/AssignResultToVariableTest.java
+++ b/java.hints/test/unit/src/org/netbeans/modules/java/hints/AssignResultToVariableTest.java
@@ -309,7 +309,7 @@ public class AssignResultToVariableTest extends TreeRuleTestBase {
             "import java.util.Set;\n" +
             "public class Test {\n" +
             "    void test(Map<? extends String, ? extends Number> map) {\n"
-                + "   Set<? extends Map.Entry<? extends String, ? extends Number>> entrySet = map.entrySet(); //assign return value to a new variable here\n"
+                + "   Set<Map.Entry<? extends String, ? extends Number>> entrySet = map.entrySet(); //assign return value to a new variable here\n"
                 + "    }\n"
                 + "}").replaceAll("\\s+", " "));
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 02/02: Merge branch 'pr/365'

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 144cd27df022cc235070b3f1638a9a994d212ce6
Merge: 6b8e596 29b6acf
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sun Jan 21 13:23:26 2018 +0100

    Merge branch 'pr/365'

 .../java/hints/control/RedundantConditional.java      | 19 +++++++++----------
 .../java/hints/AssignResultToVariableTest.java        |  2 +-
 .../java/hints/control/RedundantConditionalTest.java  | 12 ++++++------
 3 files changed, 16 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists