org.jcoderz.phoenix.report.samples
Class FindbugsFindings
java.lang.Object
org.jcoderz.phoenix.report.samples.FindbugsFindings
public class FindbugsFindings
- extends Object
Simple class to demonstrate some Findbugs finder.
- Author:
- Andreas
|
Method Summary |
void |
compareWithEquals()
Method to demonstrate the finder that detects calls to equals
with different classes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindbugsFindings
public FindbugsFindings()
compareWithEquals
public void compareWithEquals()
- Method to demonstrate the finder that detects calls to equals
with different classes.
Copyright 2007 The jCoderZ Project.