org.jcoderz.phoenix.report.samples
Class FindbugsFindings

java.lang.Object
  extended by org.jcoderz.phoenix.report.samples.FindbugsFindings

public class FindbugsFindings
extends Object

Simple class to demonstrate some Findbugs finder.

Author:
Andreas

Constructor Summary
FindbugsFindings()
           
 
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
 

Constructor Detail

FindbugsFindings

public FindbugsFindings()
Method Detail

compareWithEquals

public void compareWithEquals()
Method to demonstrate the finder that detects calls to equals with different classes.



Copyright 2007 The jCoderZ Project.