private void fixBug(Bug bug) throws ConcussionException
{
while(bug.foundProblemCode() == false)
slamHeadAgainstWall();
while(bug.solvedProblem() == false)
rejoice(new Beer());
fixBug(getNextBug());
}
Username
Password
Remember me