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

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


    from 1eb1c58ab6 Merge pull request #6375 from sdedic/lsp/fix-html-stripping
     new b1481a6693 Return the highest quality from all the loaders.
     new eeb56352b7 Disable Resolve... on resolved problems.
     new d84f489971 Merge pull request #6371 from 
sdedic/gradle/broken-project-load

The 8976 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:
 .../gradle/loaders/GradleProjectLoaderImpl.java    |  17 ++--
 .../gradle/loaders/LegacyProjectLoader.java        |   2 +-
 .../data/projects/priming/broken1/build.gradle     |  34 +++++++
 .../projects/priming/broken1/gradle.properties     |   2 +
 .../basic => priming/broken1}/settings.gradle      |   0
 .../modules/gradle/NbGradleProjectImpl2Test.java   | 113 +++++++++++++++++++++
 .../modules/gradle/NbGradleProjectImplTest.java    |   2 +
 .../projectapi/nb/NbProjectManagerAccessor.java    |  36 +++++++
 .../ui/problems/BrokenReferencesCustomizer.java    |   4 +-
 9 files changed, 200 insertions(+), 10 deletions(-)
 create mode 100644 
extide/gradle/test/unit/data/projects/priming/broken1/build.gradle
 create mode 100644 
extide/gradle/test/unit/data/projects/priming/broken1/gradle.properties
 copy extide/gradle/test/unit/data/projects/{oldgradle/basic => 
priming/broken1}/settings.gradle (100%)
 create mode 100644 
extide/gradle/test/unit/src/org/netbeans/modules/gradle/NbGradleProjectImpl2Test.java
 create mode 100644 
extide/gradle/test/unit/src/org/netbeans/modules/projectapi/nb/NbProjectManagerAccessor.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

Reply via email to