spotbugs / spotbugs

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Home Page:https://spotbugs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support jakarta namespace

seanmmills opened this issue · comments

With the release of Spring Framework 6, the namespace move from javax to jakarta is gaining more traction. Please add support for the jakarta annotations wherever javax is referenced.

Here is one example:
https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/UnreadFields.java#L315

I ran into an issue where the URF_UNREAD_FIELD bug pattern was found on JPA entities without a getter method.

Thanks for opening your first issue here! 😃
Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.