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/javalanglevels/testFiles/forAdvancedLevelTest/shouldBreak
noBreak/
badPackage.dj2
AllocatePartialMethodInnerClassInMethod.dj2
AssignmentInDoConditional.dj2
AssignmentInDoLoop.dj2
AssignmentInForConditional.dj2
AssignmentInForLoop.dj2
AssignmentInSwitchExpression.dj2
AssignmentInWhileConditional.dj2
AssignmentInWhileLoop.dj2
BadSwitch.dj2
DefaultCaseNotLast.dj2
FallThroughLastCaseWithText.dj2
FallThroughNotLastCaseWithText.dj2
ImplicitSuperConstructorWithError.dj2
IndexIntoNonExistantArray.dj2
InnerClassInMethodCannotBeExplicitelyPrivate.dj2
InnerInterfacesCannotAppearInMethodBodies.dj2
PartialReferenceInnerInterfaceAllocation.dj2
RefInnerClassOfMethodWithinMethodTooSoon.dj2
ReturnInDoLoop.dj2
ReturnInForLoop.dj2
ReturnInWhileLoop.dj2
SwitchDoesntAssign.dj2
SwitchDoesntReturn.dj2
noBreak.dj1
testArraysBadInitializer.dj2
See more files for this project here