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

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


    from 2f4a4d9  Fix location of progressbar and progress text on splash 
screen. Fixes NETBEANS-956. (#589)
     new e2f7c79  [NETBEANS-777] JDK10-LVTI: Fix for NPE on trying to put 
block/javadoc comment just after var keyword
     new 6a68dd8  [NETBEANS-777] JDK10-LVTI: Added null check after nextToken() 
call in case of var token
     new 8d2efa0  netbeans-481: Added new ErrorRule to fix compiler error on 
initialization of var type variable with array
     new 7276d6d  netbeans-481: Added setup() method in 
ConvertInvalidVarToExplicitArrayTypeTest
     new 917196c  netbeans-481: Refactored code of CasualDiff class
     new 94be54c  netbeans-481: Refactored code of 
ConvertInvalidVarToExplicitArrayType class
     new 20332b0  [NETBEANS-481] Refactored code of 
ConvertInvalidVarToExplicitArrayType class
     new 2e4e6cc  [NETBEANS-481] JDK10-LVTI: Added tests for CasualDiff class 
changes
     new feb4279  [NETBEANS-481] JDK10-LVTI: Refactored Test class for 
CasualDiff changes
     new de3c2bf  [NETBEANS-481] JDK10-LVTI: 1.Refactored Test File for 
CasualDiff changes 2. Corrected Code for Skipping hint for Parameterized type 
array members
     new 1c8c708  [NETBEANS-481] JDK10-LVTI: Corrected fix label text
     new a1e1ff5  [NETBEANS-481] JDK10-LVTI: Refactored CasualDiff to handle 
any tokensequence overshoot scenario
     new 0071754  [NETBEANS-481] JDK10-LVTI: Handled scenarios related to empty 
array/invalid array as var initializer
     new 734c489  [NETBEANS-774] Disable var hint for anonymous type
     new 368b001  [NETBEANS-774] : disable var hint for anonymous types
     new d1ad4fa  hide hint for anonymous class array
     new aea5f1a  [NetBeans-778] Formatting issue with var declaration statement
     new 684ecdf  [NetBeans-778] Apply source format
     new 33e0b3a  Apply formatting
     new ac6edc6  [NetBeans-778] Add source level in test case

The 20 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:
 .../ConvertInvalidVarToExplicitArrayType.java      | 172 +++++++++++++++
 .../modules/java/hints/errors/Utilities.java       |  12 +
 .../java/hints/jdk/ConvertVarToExplicitType.java   |  20 +-
 .../modules/java/hints/resources/layer.xml         |   1 +
 .../ConvertInvalidVarToExplicitArrayTypeTest.java  | 241 +++++++++++++++++++++
 .../hints/jdk/ConvertVarToExplicitTypeTest.java    |  21 +-
 .../src/org/netbeans/lib/java/lexer/JavaLexer.java |   4 +-
 .../lib/java/lexer/JavaLexerBatchTest.java         |  63 ++++++
 .../modules/java/source/save/CasualDiff.java       |  67 +++++-
 .../modules/java/source/save/Reformatter.java      |  10 +-
 .../api/java/source/SourceUtilsTestUtil.java       |  11 +-
 .../InvalidVarToExplicitArrayConversionTest.java   | 199 +++++++++++++++++
 .../modules/java/source/save/FormatingTest.java    |  58 +++++
 13 files changed, 861 insertions(+), 18 deletions(-)
 create mode 100644 
java.hints/src/org/netbeans/modules/java/hints/errors/ConvertInvalidVarToExplicitArrayType.java
 create mode 100644 
java.hints/test/unit/src/org/netbeans/modules/java/hints/errors/ConvertInvalidVarToExplicitArrayTypeTest.java
 create mode 100644 
java.source.base/test/unit/src/org/netbeans/api/java/source/gen/InvalidVarToExplicitArrayConversionTest.java

-- 
To stop receiving notification emails like this one, please contact
jlah...@apache.org.

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

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

Reply via email to