sdedic opened a new pull request, #7037:
URL: https://github.com/apache/netbeans/pull/7037

   Gradle projects for intellij plugins cannot be loaded - an exception is 
thrown:
   ```
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues0(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.dumpValue(Unknown 
Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues0(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues0(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues0(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.inspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.startInspectObjectAndValues(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.detectTaskProperties(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.lambda$runAndRegisterPerf$7(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.runAndRegisterPerf(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.runAndRegisterPerf(Unknown
 Source)
   
org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.lambda$buildAll$3(Unknown
 Source)
   org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.sinceGradle(Unknown 
Source)
   org.netbeans.modules.gradle.tooling.NbProjectInfoBuilder.buildAll(Unknown 
Source)
   
org.netbeans.modules.gradle.tooling.NetBeansToolingPlugin$NetBeansToolingModelBuilder.buildAll(Unknown
 Source)
   
org.gradle.tooling.provider.model.internal.DefaultToolingModelBuilderRegistry$BuilderWithNoParameter.build(DefaultToolingModelBuilderRegistry.java:264)
   ```
   
   The error is caused by an unreadable (without getter) multi-property - so 
this PR just checks if the getter exists. The check is already in place for 
metabean properties. Without a getter, `metaClazz.getProperty()` would throw an 
Exception anyway.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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