Krystian Dabrowski

Results 5 issues of Krystian Dabrowski

**Affects PMD Version:** 7.0.0-rc4 **Rule:** [JUnitTestsShouldIncludeAssert](https://docs.pmd-code.org/latest/pmd_rules_java_bestpractices.html#junittestsshouldincludeassert) **Description:** Rule complaints about missing assertion, even though that BDDMockito's `then()` assertion/verification is present. Probably `TestFrameworksUtil#isProbableAssertCall`: https://github.com/pmd/pmd/blob/a558fd17eb6d8f75a7e5f80c83249d96d0b11043/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/internal/TestFrameworksUtil.java#L180 should be extended with: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/BDDMockito.html#then(T) **Code Sample...

a:false-positive

https://alfresco.atlassian.net/browse/ACS-6256

https://alfresco.atlassian.net/browse/ACS-6256

https://alfresco.atlassian.net/browse/ACS-6460

Hi, we are using module: ``` source = "kbst.xyz/catalog/custom-manifests/kustomization" version = "0.4.0" ``` as documented on: https://registry.terraform.io/providers/kbst/kustomization/latest/docs/resources/resource#module-example and this was working fine for us till today (13.10.2025, 11:22 GMT). Now...