maheshrajus commented on PR #441:
URL: https://github.com/apache/tez/pull/441#issuecomment-3788473949
@Aggarwal-Raghav spotbugs report showing -1 for all modules. It is failed
due to below error. Can you check it ?
```
1) null returned by binding at org.eclipse.sisu.wire.LocatorWiring
but the 1st parameter of
org.codehaus.plexus.velocity.internal.DefaultVelocityComponent.<init>(Unknown
Source) is not @Nullable
at org.eclipse.sisu.wire.LocatorWiring
while locating org.codehaus.plexus.velocity.VelocityComponentConfigurator
for the 1st parameter of
org.codehaus.plexus.velocity.internal.DefaultVelocityComponent.<init>(Unknown
Source)
at ClassRealm[plugin>com.github.spotbugs:spotbugs-maven-plugin:4.9.3.0,
parent: jdk.internal.loader.ClassLoaders$AppClassLoader@639fee48] (via modules:
org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
while locating
org.codehaus.plexus.velocity.internal.DefaultVelocityComponent
while locating java.lang.Object annotated with *
at org.eclipse.sisu.wire.LocatorWiring
while locating org.codehaus.plexus.velocity.VelocityComponent
for field at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.velocity(Unknown Source)
at ClassRealm[plugin>com.github.spotbugs:spotbugs-maven-plugin:4.9.3.0,
parent: jdk.internal.loader.ClassLoaders$AppClassLoader@639fee48] (via modules:
org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
while locating org.apache.maven.doxia.siterenderer.DefaultSiteRenderer
while locating java.lang.Object annotated with *
while locating org.codehaus.mojo.spotbugs.SpotBugsMojo
1 error
at
com.google.inject.internal.InternalProvisionException.toProvisionException
(InternalProvisionException.java:226)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1097)
at com.google.inject.internal.InjectorImpl.getInstance
(InjectorImpl.java:1131)
at org.eclipse.sisu.space.AbstractDeferredClass.get
(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision
(ProviderInternalFactory.java:85)
at
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision
(InternalFactoryToInitializableAdapter.java:57)
at com.google.inject.internal.ProviderInternalFactory$1.call
(ProviderInternalFactory.java:66)
at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision
(ProvisionListenerStackCallback.java:112)
at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision
(ProvisionListenerStackCallback.java:127)
at com.google.inject.internal.ProvisionListenerStackCallback.provision
(ProvisionListenerStackCallback.java:66)
at com.google.inject.internal.ProviderInternalFactory.circularGet
(ProviderInternalFactory.java:61)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get
(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1094)
```
--
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]