edu.rice.cs.drjava
Class CodeStatus

java.lang.Object
  extended by edu.rice.cs.drjava.CodeStatus

public class CodeStatus
extends Object

Contains the constant that specifies whether any new features should be used in any compilation or test. This flag will be set to false when preparing stable releases and will be set to true during development of new features. To set the flag to false, use the "stable" target in ant and the "development" target to set the flag to true. All new features during a beta test period should be surrounded by a conditional based on this flag.


Field Summary
static boolean DEVELOPMENT
           
 
Constructor Summary
CodeStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVELOPMENT

public static final boolean DEVELOPMENT
See Also:
Constant Field Values
Constructor Detail

CodeStatus

public CodeStatus()