edu.neu.ccs.demeterf.examples
Class WarningTest

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.WarningTest

public class WarningTest
extends java.lang.Object

Test of new Method Warning.

Util.setWarning(true) turns on warning messages for method selection. When a method with more parameters is chosen over one with less but more specific parameters.

This may go away soon, as writing more specific parameters seems to be a better way of abstracting methods, but we still have to discover a better ranking system.


Constructor Summary
WarningTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningTest

public WarningTest()
Method Detail

main

public static void main(java.lang.String[] args)