com.espada.bugtracker.app |
|
Java Source File Name | Type | Comment |
Bug.java | Class | This is the Bug class, which is the core of the entire application. |
CannotCreateProjectException.java | Class | |
Project.java | Class | This is the Project class. |
Roles.java | Class | This is the User class.
When an instance of User is created, the class searches the database for an
existing user with the corresponding user id, and fills up the object properties.
Currently not implemented! I add users manually for now ... |
Severity.java | Class | This is the Severity class, which is the core of the entire application. |
Status.java | Class | This is the Status class, which is the core of the entire application. |
User.java | Class | This is the User class.
When an instance of User is created, the class searches the database for an
existing user with the corresponding user id, and fills up the object properties.
Currently not implemented! I add users manually for now ... |