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

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


    from d39ef4f  [NETBEANS-4420] Fix IAE on tooltip images with unknown size.
     add 89f2338   Adding tests for java.source.base without nb-javac and 
java.hints tests to Travis; fixing tests and code along the way.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  85 +++++
 .../modules/java/hints/test/api/HintTest.java      |   3 +
 java/java.hints/nbproject/project.properties       |  37 ++
 .../modules/java/hints/bugs/SuspiciousToArray.java |  26 +-
 .../java/hints/errors/ChangeMethodReturnType.java  |   8 +-
 .../modules/java/hints/errors/CreateElement.java   |   2 +-
 .../java/hints/errors/RenameConstructor.java       |  31 +-
 .../modules/java/hints/errors/Utilities.java       |   2 +-
 .../java/hints/errors/VarCompDeclaration.java      |   2 +-
 .../hints/infrastructure/ErrorHintsProvider.java   |  10 +
 .../modules/java/hints/introduce/Flow.java         |   2 +-
 .../modules/java/hints/suggestions/Move.java       |   2 +-
 .../java/hints/ConvertAnonymousToInnerTest.java    | 129 ++++---
 .../modules/java/hints/TestEntityCatalogImpl.java  |  47 +++
 .../modules/java/hints/errors/AccessErrorTest.java |   1 +
 .../hints/errors/AddParameterOrLocalFixTest.java   |  21 +-
 .../hints/errors/ChangeMethodReturnTypeTest.java   |  11 +-
 .../modules/java/hints/errors/CreateClassTest.java |   2 +
 .../modules/java/hints/errors/CreateFieldTest.java |   1 +
 .../java/hints/errors/CreateMethodTest.java        |   1 +
 .../java/hints/errors/NewImportClassTest.java      |   1 +
 .../hints/infrastructure/ErrorHintsTestBase.java   |  14 +-
 .../java/hints/introduce/IntroduceHintTest.java    |   2 +
 .../java/hints/jdk/AnnotationProcessorsTest.java   |   3 +-
 .../hints/jdk/ConvertToPatternInstanceOfTest.java  |  12 +
 .../jdk/mapreduce/ForLoopToFunctionalHintTest.java |  54 +--
 .../modules/java/hints/suggestions/LambdaTest.java |  46 ++-
 java/java.source.base/nbproject/project.properties |  16 +
 .../netbeans/api/java/source/TreeUtilities.java    |  13 +
 .../modules/java/source/matching/CopyFinder.java   |  57 ++-
 .../modules/java/source/save/CasualDiff.java       | 115 +++---
 .../java/source/gen/GeneratorTestMDRCompat.java    |  33 +-
 .../org/netbeans/api/java/source/gen/TryTest.java  | 386 +++++++++++++++++++++
 .../org/netbeans/api/java/source/gen/VarTest.java  | 140 ++++++++
 .../org/netbeans/lib/nbjavac/services/NBAttr.java  |  12 +-
 .../lib/nbjavac/services/NBParserFactory.java      |  20 +-
 .../modules/java/hints/spiimpl/Utilities.java      |   2 +-
 37 files changed, 1133 insertions(+), 216 deletions(-)
 create mode 100644 
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/TestEntityCatalogImpl.java
 create mode 100644 
java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/VarTest.java


---------------------------------------------------------------------
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