Share

DrJava

Project News for DrJava

  • DrJava Development Release 20091021

    A new DrJava development release isavailable for download at http://drjava.org .DrJava is a lightweight programming environmentfor Java designed to foster test-driven softwaredevelopment. It includes an intelligent program editor,an interactions pane for evaluating program text, asource level debugger, and a unit testing tool.In addition to bug fixes, this development releaseincludes a number of new features introduced after thelast stable release:Most significant is JUnit 4 support, ConcJUnitsupport, and preliminary OpenJDK support.New features since the last stable release:- JUnit 4.7 support.- ConcJUnit support (for concurrent unit tests;see http://www.concutest.org/ ).- Preliminary OpenJDK support.- Access control for private and package privatemembers now enabled by default.- DynamicJava (Interpreter) error messages aremuch better, especially those involving methodand constructor invocation.- Added support in DynamicJava for explicit typearguments in local function invocations("x = <Number>foo(23)").Bug fixes since the last stable release:- Fixed some indentation bugs.- Fixed some GUI initialization problems thatprevented DrJava from starting on some systems- Fixed a bug that prevented DrJava from openingon MacOS 10.5 or 10.6.- Fixed compiler error when closing curly bracemissing.- Fixed NullPointerException in Jar Project dialog.- Improved suggestion to increase interactions JVMheap.- DynamicJava (Interpreter) bug fix allows thedeclaration of interfaces.- Miscellaneous DynamicJava small bug fixesmake it much more robust and correct, includingbetter handling of member lookup, inner classes,enums, interfaces, raw types, static imports,switch statements, casts, and final variables.

    2009-10-28 18:55:33 UTC by mgricken

  • DrJava Stable Release 20090821

    Available for download at http://drjava.org .

    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.

    In addition to bug fixes, this stable release includes
    a number of new features introduced after the last
    stable release:

    These features include default imports for the
    Interactions Pane, inner classes as main class for
    projects, Javadocs and auto-completion
    for JUnit, Javadocs and auto-completion for user-defined
    libraries ("Additional Javadoc URLs").

    An applet viewer is included, and classes that extend
    Applet can be run using the "Run Document as Applet"
    menu item (under "Tools") or using the "applet MyClass"
    command in the Interactions Pane.

    The debugger has been improved and now includes
    an automatic trace feature to step through the code
    at a user-determined interval, array element watches
    in the debugger, and the ability to debug language level
    files without seeing the Java code that they get
    translated to. The debugger also retains the imports
    that have been made before the last step was taken
    or a breakpoint was hit.

    DrJava can now also associate source, project and
    add-on files with DrJava so that they can be opened
    by double-clicking on them in the Windows Explorer
    or MacOS Finder (.java, .drjava, and .djapp files).

    The source browser was improved: Browse forward
    and backward like in a web browser!

    Since there still is an incompatibility between
    Sun's Swing GUI library and the the Compiz window
    manager on Linux, we now check for the presence
    of Compiz and display a warning.

    Notable is the ability to close the System.in stream in
    the Interactions Pane and an automatic update feature
    that downloads new versions of DrJava automatically.

    The most important bug fixes include changes to the
    language level converter, compatibility with network paths,
    a debugger deadlock, and color preferences.

    Note: The default project file extension now is
    .drjava, not .xml anymore.

    Note: Java 1.4 compatibility has been dropped with this
    release. To use DrJava, you will need Java 5 or newer.




    New features since the last stable release:
    - Interactions pane options: Require variable types,
    require semicolon, access control checks for private
    and package private members.

    - File associations in Windows and Mac OS.
    - Improved source browser.
    - Display and select from all installed JDKs.
    - Reorganized Preferences dialog.
    - Compiz warning.
    - Interactions Pane parser allows annotations.
    - Completed support for nested classes (static and
    non-static) in Interactions Pane.

    - The System.in stream can be closed by pressing Ctrl-D
    when in the input box.
    - Imported classes and packages can persist over
    breakpoints and debugger steps. To enable or disable this,
    change the setting in the Debugger tab of the Preferences.
    - Default imports for the Interactions Pane
    - Inner classes as main class for projects
    - Javadocs and auto-completion for JUnit (3.8.2).
    - Javadocs and auto-completion for user-defined libraries
    ("Additional Javadoc URLs")
    - Automatic tracing in the debugger.
    - Array element watches in the debugger.
    - Automatic update feature ("Help/Check for New Version")
    - Applet viewer
    - Multiple key bindings per action
    - Improved Jar creation dialog
    - Find All/Replace All can be limited to a selected
    section of code

    Bug fixes since the last stable release:
    - Bug fixes for Language Level facility.
    - Updated JGoodies Plastic look-and-feel.
    - Bug fixes for Interactions Pane: arrays, break
    statement, switch, non-void main methods.
    - NullPointerException After Closing File with Error
    - Mac OS X Java VM selection for 64-bit

    - Bug fix for Icelandic keyboard to allow
    braces { } to be entered.
    - Miscellaneous Interactions Pane parser bug fixes.
    - Bug fixes in type checking in Interactions Pane.
    - Implemented qualified super expressions in
    Interactions Pane.
    - Fixed name resolution issues involving circular
    dependencies.

    - When the "java MyClass" command is used to start a
    program in the Interactions Pane, the command is not
    translated to "new MyClass().main(...)" anymore, but
    retained as "java MyClass".
    - If DrJava is unable to restart itself, e.g. if the heap size
    is too large for the machine, DrJava asks the user if it
    should reset the configuration and try again.
    - Javadoc 6 is now linked correctly in the "Open
    Javadoc" feature.
    - Several bug fixes related to unit testing and the debugger.
    - "Open Java API Javadoc for Word Under Cursor..."
    has been fixed.
    - Better behavior for next/previous word and selection of
    word by double-clicking in Definitions Pane.
    - Fixed syntax highlighting and interpretation of long literals
    and hexadecimal literals
    - Fixed problems with modal dialog boxes when the user
    switches to another application.
    - Fixed a memory leak.
    - Several language level fixes.
    - Filtered ASCII text when pasting.
    - Fixed network paths in projects.
    - Colors can now be configured again.
    - Documents that have been closed are not re-opened
    again if they contained failing unit tests.
    - Removed a deadlock when debugging unit tests.
    - Debugging language level files does not open the
    generated Java code anymore; line numbers in language
    level files are correct.
    - Closing a file does not remove all breakpoints and
    bookmarks anymore.
    - Fixed "No Test Cases" in Find/Replace panel
    - Empty files are not considered "out of sync" anymore
    during JUnit testing

    2009-08-21 05:44:20 UTC by mgricken

  • DrJava Beta Release 20090803

    Available for download at http://drjava.org .

    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.

    In addition to bug fixes in anticipation of the
    next stable release, this second beta release
    includes a number of new features introduced after
    the last beta release:

    These features include the ability to associate
    source, project and add-on files with DrJava so
    that they can be opened by double-clicking on
    them in the Windows Explorer or MacOS Finder
    (.java, .drjava, and .djapp files).

    The source browser was improved: Browse forward
    and backward like in a web browser!

    Since there still is an incompatibility between
    Sun's Swing GUI library and the the Compiz window
    manager on Linux, we now check for the presence
    of Compiz and display a warning.

    Note: The default project file extension now is
    .drjava, not .xml anymore.

    Note: Java 1.4 compatibility has been dropped with this
    release. To use DrJava, you will need Java 5 or newer.


    New features:
    - File associations in Windows and Mac OS.
    - Improved source browser.
    - Display and select from all installed JDKs.
    - Reorganized Preferences dialog.
    - Compiz warning.
    - Interactions Pane parser allows annotations.
    - Completed support for nested classes (static and
    non-static) in Interactions Pane.

    Bug fixes:
    - Bug fix for Icelandic keyboard to allow
    braces { } to be entered.
    - Miscellaneous Interactions Pane parser bug fixes.
    - Bug fixes in type checking in Interactions Pane.
    - Implemented qualified super expressions in
    Interactions Pane.
    - Fixed name resolution issues involving circular dependencies.
    - Small bug fixes for Language Level facility.

    2009-08-04 00:42:55 UTC by mgricken

  • AP CS GridWorld Case Study Instructions

    We now have instructions on how to use DrJava with the
    AP CS GridWorld Case Study on our website at
    http://drjava.org/index-apcs.html
    Pre-made DrJava project files are also available.

    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.

    Available for download at http://drjava.org .

    2009-07-14 20:51:23 UTC by mgricken

  • DrJava Beta Release 20090505

    Available for download at http://drjava.org .

    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.

    In addition to bug fixes, this beta release includes
    a number of new features introduced after the last
    stable release:

    These features include default imports for the
    Interactions Pane, inner classes as main class for
    projects, Javadocs and auto-completion
    for JUnit, Javadocs and auto-completion for user-defined
    libraries ("Additional Javadoc URLs").

    An applet viewer is included, and classes that extend
    Applet can be run using the "Run Document as Applet"
    menu item (under "Tools") or using the "applet MyClass"
    command in the Interactions Pane.

    The debugger has been improved and now includes
    an automatic trace feature to step through the code
    at a user-determined interval, array element watches
    in the debugger, and the ability to debug language level
    files without seeing the Java code that they get
    translated to. The debugger also retains the imports
    that have been made before the last step was taken
    or a breakpoint was hit.

    Notable is the ability to close the System.in stream in
    the Interactions Pane and an automatic update feature
    that downloads new versions of DrJava automatically.

    The most important bug fixes include changes to the
    language level converter, compatibility with network paths,
    a debugger deadlock, and color preferences.

    Note: Java 1.4 compatibility has been dropped with this
    release. To use DrJava, you will need Java 5 or newer.

    2009-05-05 03:45:31 UTC by mgricken