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

How to get line number of method in Interface

huifengshi opened this issue · comments

I need to analyze method in Interface, when create a new BugInstance and addSourceLine,there is no source line data in org.apache.bcel.classfile.Method object. Is There any way to solve this problem, Thanks!

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.