|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Log | |
|---|---|
| edu.rice.cs.drjava | This is the top-level package for DrJava. |
| edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
| edu.rice.cs.drjava.model.cache | The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. |
| edu.rice.cs.drjava.model.compiler | Contains adaptor code for invoking various Java compilers. |
| edu.rice.cs.drjava.model.debug.jpda | |
| edu.rice.cs.drjava.model.definitions | Provides the data model for storing Java source code. |
| edu.rice.cs.drjava.model.junit | Contains the code for integration of the JUnit testing facility. |
| edu.rice.cs.drjava.model.repl | Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. |
| edu.rice.cs.drjava.model.repl.newjvm | Manages the creation and invocation of the separate JVM used by the interactions pane. |
| edu.rice.cs.drjava.project | |
| edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
| edu.rice.cs.util | A collection of utility classes and packages. |
| Uses of Log in edu.rice.cs.drjava |
|---|
| Fields in edu.rice.cs.drjava declared as Log | |
|---|---|
static Log |
DrJava._log
|
private Log |
CommandLineTest._log
|
private static Log |
DrJavaTestCase._log
|
static Log |
DrJavaRestart.LOG
|
| Uses of Log in edu.rice.cs.drjava.model |
|---|
| Fields in edu.rice.cs.drjava.model declared as Log | |
|---|---|
protected static Log |
GlobalModelCompileTest._log
|
static Log |
AbstractGlobalModel._log
|
(package private) Log |
GlobalModelOtherTest._log
|
static Log |
GlobalModelTestCase._log
|
private static Log |
GlobalModelJUnitTest._log
|
private static Log |
FindReplaceMachine._log
|
private static Log |
DefaultLightWeightParsingControl._log
Log file. |
| Uses of Log in edu.rice.cs.drjava.model.cache |
|---|
| Fields in edu.rice.cs.drjava.model.cache declared as Log | |
|---|---|
private static Log |
DocumentCache._log
Log file. |
| Uses of Log in edu.rice.cs.drjava.model.compiler |
|---|
| Fields in edu.rice.cs.drjava.model.compiler declared as Log | |
|---|---|
private static Log |
DefaultCompilerModel._log
for logging debug info |
static Log |
LanguageLevelStackTraceMapper.LOG
logging information |
| Uses of Log in edu.rice.cs.drjava.model.debug.jpda |
|---|
| Fields in edu.rice.cs.drjava.model.debug.jpda declared as Log | |
|---|---|
private static Log |
JPDADebugger._log
A log for recording messages in a file. |
private static Log |
EventHandlerThread._log
A log for recording messages in a file. |
| Uses of Log in edu.rice.cs.drjava.model.definitions |
|---|
| Fields in edu.rice.cs.drjava.model.definitions declared as Log | |
|---|---|
static Log |
DefinitionsDocument._log
|
(package private) static Log |
CompoundUndoManager.LOG
|
| Uses of Log in edu.rice.cs.drjava.model.junit |
|---|
| Fields in edu.rice.cs.drjava.model.junit declared as Log | |
|---|---|
protected static Log |
JUnitTestManager._log
|
private static Log |
DefaultJUnitModel._log
log for use in debugging |
protected static Log |
JUnitErrorModelTest._log
|
| Uses of Log in edu.rice.cs.drjava.model.repl |
|---|
| Fields in edu.rice.cs.drjava.model.repl declared as Log | |
|---|---|
private static Log |
InteractionsModelErrorTest._log
|
private static Log |
InteractionsModelTest._log
|
| Uses of Log in edu.rice.cs.drjava.model.repl.newjvm |
|---|
| Fields in edu.rice.cs.drjava.model.repl.newjvm declared as Log | |
|---|---|
private static Log |
NewJVMTest._log
|
| Uses of Log in edu.rice.cs.drjava.project |
|---|
| Fields in edu.rice.cs.drjava.project declared as Log | |
|---|---|
private static Log |
ProjectFileParserFacade.LOG
|
private static Log |
ProjectProfile.LOG
|
(package private) static Log |
XMLProjectFileParser.LOG
|
| Uses of Log in edu.rice.cs.drjava.ui |
|---|
| Fields in edu.rice.cs.drjava.ui declared as Log | |
|---|---|
static Log |
DefinitionsPaneTest._log
|
private static Log |
MainFrame._log
|
private static Log |
MainFrameTest._log
|
static Log |
DefinitionsPaneMemoryLeakTest.LOG
|
static Log |
DrJavaSurveyPopup.LOG
|
static Log |
NewVersionPopup.LOG
|
static Log |
InteractionsPane.LOG
|
(package private) static Log |
JarOptionsDialog.LOG
|
| Uses of Log in edu.rice.cs.util |
|---|
| Fields in edu.rice.cs.util declared as Log | |
|---|---|
private static Log |
FileOpsTest._log
|
private static Log |
FileOps._log
|
(package private) Log |
LogTest.LogTestThread._log
|
static Log |
GeneralProcessCreator.LOG
|
| Constructors in edu.rice.cs.util with parameters of type Log | |
|---|---|
LogTest.LogTestThread(Log log,
int millis)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||