spotbugs / discuss

SpotBugs mailing list
6 stars 1 forks source link

How do i run findbugs on specific package ignore other packages in eclipse #27

Open vijayvelaga opened 6 years ago

vijayvelaga commented 6 years ago

My project having multiple packages but i need to run findbugs on only specific package ignore other packages in eclipse.Thank You in advance.

Example :

Suppose in my java project having two packages like org.test.imf. , org.link.iag., org.build.creta. But we need to run findbugs on specific package like org.test.imf. not require for other packages. please explain how to use filter the packages based on include and exclude filter options in eclipse findbugs plugin options.