JoyOfCoding icon indicating copy to clipboard operation
JoyOfCoding copied to clipboard

Source code for The Joy of Coding course at Portland State University taught by David Whitlock

Results 46 JoyOfCoding issues
Sort by recently updated
recently updated
newest added

I've noticed that in the text file and pretty print projects students aren't writing integration tests. I should add some file helpers to the `InvokeMainTestCase` framework.

It would help streamline entering grades if I had a tool that just listed students sorted alphabetically by last name and their letter grades, group by the graduate/undergraduate sections.

I've had students who wanted to use the JAXB API for generating XML/JSON for their text file. This seems like a reasonable thing to do because JAXB is a standard...

Currently, there are a lot of duplicate reporting plugin declarations (jxr, jdepend, checkstyle, etc.) in various pom.xml files. As a result, when we update the version or configuration of one...

For retrieving the student Id and Project Name, I think method I have written checks for the string CS410. I think, this should be changed. As the summer term had...

Application which helps to grade the assignments easily and gives the ability to provide comments to each test case. Below is the mockup of this application ![image](https://user-images.githubusercontent.com/5677583/28354898-825eb0b2-6c16-11e7-8920-83df19357266.png)

In the POA grading program, the "Save Grade" button is enabled when the student is unknown. When you try to click the button in this state, you get: ``` java.lang.NullPointerException...

Now that I've figured out how to write an integration test for an archetype with the "grader" profile enabled (as seen in issue #197). I should write an integration test...

Now that I've gain all of this experience writing Swing apps using MVP (issue #99), I think I should rewrite the Grade Book application to follow the same patterns (and...

Resolve #456 by: - Replacing the old course number (`CS410J`) with "The Joy of Coding" - Changing package name and Maven group ids - Reinitialize the version to `1.0.0` -...