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

AttributeError: 'CheckstyleBear' object has no attribute 'checkstyle_jar_file' #2932

Open
frextrite opened this issue Jul 6, 2019 · 1 comment

Comments

@frextrite
Copy link
Contributor


[DEBUG][16:47:14] Running bear CheckstyleBear...
[DEBUG][16:47:14] The bear CheckstyleBear raised an exception. If you are the author of this bear, please make sure to catch all exceptions. If not and this error annoys you, you might want to get in contact with the author of this bear.

Traceback information is provided below:

Traceback (most recent call last):
  File "c:\users\amolg\documents\github\coala\coalib\bears\Bear.py", line 453, in execute
    result = self.run_bear_from_section(args, kwargs)
  File "c:\users\amolg\documents\github\coala\coalib\bears\Bear.py", line 436, in run_bear_from_section
    return self.run(*args, **kwargs)
  File "c:\users\amolg\documents\github\coala\coalib\bearlib\abstractions\Linter.py", line 663, in run
    **create_arguments_kwargs)
  File "c:\users\amolg\documents\github\coala-bears\bears\java\CheckstyleBear.py", line 102, in create_arguments
    return ('-jar', self.checkstyle_jar_file, '-c',
AttributeError: 'CheckstyleBear' object has no attribute 'checkstyle_jar_file'

OS: Windows 10 build 18362.207

@espatatis
Copy link

@frextrite can you give a little more details about the issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants