Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while running tests #137

Open
nygrenh opened this issue Jan 18, 2017 · 0 comments
Open

Crash while running tests #137

nygrenh opened this issue Jan 18, 2017 · 0 comments

Comments

@nygrenh
Copy link
Member

nygrenh commented Jan 18, 2017

java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/InputStream;)V
    at com.puppycrawl.tools.checkstyle.PackageNamesLoader.getPackageNames(PackageNamesLoader.java:156)
    at com.puppycrawl.tools.checkstyle.Checker.finishLocalSetup(Checker.java:150)
    at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:134)
    at fi.helsinki.cs.tmc.stylerunner.CheckstyleRunner.<init>(CheckstyleRunner.java:56)
    at fi.helsinki.cs.tmc.stylerunner.CheckstyleRunner.<init>(CheckstyleRunner.java:35)
    at fi.helsinki.cs.tmc.langs.java.AbstractJavaPlugin.checkCodeStyle(AbstractJavaPlugin.java:77)
    at fi.helsinki.cs.tmc.langs.util.TaskExecutorImpl.runCheckCodeStyle(TaskExecutorImpl.java:32)
    at fi.helsinki.cs.tmc.core.commands.RunCheckStyle.call(RunCheckStyle.java:41)
    at fi.helsinki.cs.tmc.core.commands.RunCheckStyle.call(RunCheckStyle.java:19)
    at fi.helsinki.cs.tmc.utilities.BgTask.call(BgTask.java:133)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
    at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant