Code Search for Developers
 
 
  

DrJava

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.

Project homepage: http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other



Some source files from: DrJava/eclipse/src
  edu/
    rice/
      cs/
        drjava/
          plugins/
            eclipse/
              repl/
                EclipseInteractionsModel.java
              views/
                InteractionsController.java
                InteractionsView.java
                InteractionsViewTest.java
              DrJavaConstants.java
              DrJavaPerspective.java
              DrJavaPreferencePage.java
              EclipsePlugin.java
        util/
          text/
            SWTDocumentAdapter.java
            SWTDocumentAdapterTest.java



See more files for this project here