"Fix" Checkstyle, this time for real...

This commit is contained in:
uogau 2021-08-24 13:47:00 +02:00
parent 79d6c88b1f
commit 04c7f6ab37
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,6 @@ public class ShareDialog extends Dialog implements LocaleChangeObserver {
* @param latexCodeTree LaTeX code for the tree for users to copy into their own LaTeX document(s)
* @param latexCodeUnification LaTeX code for the unification for users to copy into their own LaTeX document(s)
*/
@SuppressWarnings("checkstyle:ExecutableStatementCount")
public ShareDialog(String url, String latexCodeTree, String latexCodeUnification) {
HorizontalLayout headingLayout = new HorizontalLayout();
headingLayout.setId(HEADING_LAYOUT_ID);

View File

@ -9,5 +9,7 @@
<suppress
files="src/main/java/edu/kit/typicalc/view/content/typeinferencecontent/latexcreator/LatexCreatorConstraints.java"
checks="ParameterNumber" />
<suppress files="src/main/java/edu/kit/typicalc/view/content/typeinferencecontent/ShareDialog.java"
checks="ExecutableStatementCount" />
</suppressions>