checkstyle / checkstyle/eclipse-cs
plugin version throws 8.28.0.202001092018 allowMissingThrowsTags does not exist exception
- Dominant language
- Java
- Stars
- 105
- Forks
- 65
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 21
Description
When checkstyle config contains allowMissingThrowsTags
e.g.
```
```
an exception is thrown:
```
allowMissingThrowsTags is
!ENTRY net.sf.eclipsecs.core 4 0 2020-01-14 13:25:03.959
!MESSAGE Checkstyle-Plugin: cannot initialize module TreeWalker - cannot initialize module JavadocMethod - Property 'allowMissingThrowsTags' does not exist, please check the documentation
!STACK 0
com.puppycrawl.tools.checkstyle.api.CheckstyleException: cannot initialize module TreeWalker - cannot initialize module JavadocMethod - Property 'allowMissingThrowsTags' does not exist, please check the documentation
at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:473)
```
Contributor guide
Assessment
This issue has not been assessed yet.