- Feb 8, 2004
- 12,604
- 15
- 81
I think i may have a few redundant setters/getters and other stuff, ive noticed netbeans will warn me if a variable/value is never used, is there any way to show which methods are not called during a run of a program?
I know this could lead to me deleting something valuable because if a method isnt called that dosent mean it will never be called but i can at least look at it and see what if anything it actually does
I know this could lead to me deleting something valuable because if a method isnt called that dosent mean it will never be called but i can at least look at it and see what if anything it actually does