Skip to content

[java] Fix #3874 - ImmutableField: fix mockito/spring false positives#3964

Merged
adangel merged 5 commits into
pmd:masterfrom
levlukacs:master
May 20, 2022
Merged

[java] Fix #3874 - ImmutableField: fix mockito/spring false positives#3964
adangel merged 5 commits into
pmd:masterfrom
levlukacs:master

Conversation

@levlukacs

@levlukacs levlukacs commented May 10, 2022

Copy link
Copy Markdown
Contributor

Describe the PR

Ready?

  • Added unit tests for fixed bug/feature
  • Passing all unit tests
  • Complete build ./mvnw clean verify passes (checked automatically by github actions)
  • Added (in-code) documentation (if needed)

@levlukacs levlukacs force-pushed the master branch 2 times, most recently from bbe7a95 to 9305ab4 Compare May 10, 2022 07:21
@ghost

ghost commented May 10, 2022

Copy link
Copy Markdown
1 Message
📖 Compared to master:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 294 violations, 2 errors and 6 configuration errors.
Full report

Generated by 🚫 Danger

@adangel adangel added this to the 6.46.0 milestone May 20, 2022

@adangel adangel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[java] ImmutableField reports fields annotated with @Autowired (Spring) and @Mock (Mockito)

2 participants