You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2019/12/14 18:03:00 UTC

[jira] [Updated] (CALCITE-1127) External Checkstyle Checker blows up in Eclipse

     [ https://issues.apache.org/jira/browse/CALCITE-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Sitnikov updated CALCITE-1127:
---------------------------------------
    Fix Version/s: 1.22.0

> External Checkstyle Checker blows up in Eclipse
> -----------------------------------------------
>
>                 Key: CALCITE-1127
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1127
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Jacques Nadeau
>            Priority: Major
>             Fix For: 1.22.0
>
>
> The Checkstyle checker "net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck" that appears to be hosted here: https://github.com/julianhyde/toolbox/ breaks checkstyle application in Eclipse.
> {code}
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.puppycrawl.tools.checkstyle.api.CheckstyleException: Unable to instantiate 'net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck' class, it is also not possible to instantiate it as com.puppycrawl.tools.checkstyle.checks.annotation.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.blocks.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.coding.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.design.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.header.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.imports.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.indentation.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.javadoc.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.metrics.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.modifier.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.naming.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.regexp.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.sizes.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.whitespace.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.checks.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.filters.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, com.puppycrawl.tools.checkstyle.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheck, net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.annotation.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.blocks.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.coding.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.design.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.header.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.imports.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.indentation.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.javadoc.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.metrics.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.modifier.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.naming.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.regexp.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.sizes.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.whitespace.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.checks.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.filters.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck, com.puppycrawl.tools.checkstyle.net.hydromatic.toolbox.checkstyle.HydromaticFileSetCheckCheck. Please recheck that class name is specified as canonical name or read how to configure short name usage http://checkstyle.sourceforge.net/config.html#Packages. Please also recheck that provided ClassLoader to Checker is configured correctly.
> 	at com.puppycrawl.tools.checkstyle.PackageObjectFactory.createModule(PackageObjectFactory.java:99)
> 	at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:172)
> 	... 8 more
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)