|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPackageException | |
---|---|
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.definitions | Provides the data model for storing Java source code. |
Uses of InvalidPackageException in edu.rice.cs.drjava |
---|
Methods in edu.rice.cs.drjava that throw InvalidPackageException | |
---|---|
void |
CommandLineTest.testRelativePath()
A regression test for bug #542747, which related to opening a file via the command line using a relative path. |
Uses of InvalidPackageException in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model that throw InvalidPackageException | |
---|---|
File |
OpenDefinitionsDocument.getSourceRoot()
Finds the root directory of the source files. |
File |
DummyOpenDefDoc.getSourceRoot()
|
void |
GlobalModelCompileSuccessTest.testCompileClassPathOKDifferentPackages()
Test that one compiled file can depend on the other. |
Uses of InvalidPackageException in edu.rice.cs.drjava.model.definitions |
---|
Methods in edu.rice.cs.drjava.model.definitions that throw InvalidPackageException | |
---|---|
void |
DefinitionsDocumentTest.textGetPackageNameWithPackageStatementAfterImport()
Puts an otherwise valid package statement after a valid import declaration. |
void |
DefinitionsDocumentTest.textPackageNameEmpty()
Test package-finding on empty document. |
void |
DefinitionsDocumentTest.textPackageNameWeird1()
Test package-finding on document with a block comment between parts of package. |
void |
DefinitionsDocumentTest.textPackageNameWeird2()
Test package-finding on document with a line comment between parts of package. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |