|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.CodeStatus
public class CodeStatus
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 |
|---|
public static final boolean DEVELOPMENT
| Constructor Detail |
|---|
public CodeStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||