mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 00:14:33 +08:00
style: enabled InnerAssignment
in checkstyle (#5162)
* style: enabled InnerAssignment in checkstyle * Refactor code formatting in KnapsackMemoization.java and UnionFind.java * style: remove redundant blank line * style: mark `includeCurrentItem` and `excludeCurrentItem` as `final` * style: remove `KnapsackMemoization` from `pmd-exclude.properties` * style: use `final` --------- Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
f8e62fbb90
commit
0f42e995a4
@ -33,7 +33,6 @@ com.thealgorithms.devutils.nodes.SimpleTreeNode=UselessParentheses
|
||||
com.thealgorithms.devutils.nodes.TreeNode=UselessParentheses
|
||||
com.thealgorithms.divideandconquer.ClosestPair=UnnecessaryFullyQualifiedName,UselessParentheses
|
||||
com.thealgorithms.divideandconquer.Point=UselessParentheses
|
||||
com.thealgorithms.dynamicprogramming.KnapsackMemoization=UselessParentheses
|
||||
com.thealgorithms.dynamicprogramming.MatrixChainMultiplication=UselessParentheses
|
||||
com.thealgorithms.dynamicprogramming.ShortestSuperSequence=UselessParentheses
|
||||
com.thealgorithms.dynamicprogramming.UniquePaths=UnnecessarySemicolon
|
||||
|
Reference in New Issue
Block a user