elharo commented on PR #160:
URL:
https://github.com/apache/maven-checkstyle-plugin/pull/160#issuecomment-2491339074
Error messages is
'
1) null returned by binding at org.eclipse.sisu.wire.LocatorWiring
but the 1st parameter of
org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.<init>(Unknown
Source) is not @Nullable
at org.eclipse.sisu.wire.LocatorWiring
while locating org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutor
annotated with @com.google.inject.name.Named(value="default")
for the 1st parameter of
org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.<init>(Unknown
Source)
Weird that it says annotated with
@com.google.inject.name.Named(value="default") and not annotated with
@javax.inject.name.Named(value="default")
--
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]