danmarakaki.blogspot.com
ICS 413/414 Software Engineering blog: October 2008
http://danmarakaki.blogspot.com/2008_10_01_archive.html
ICS 413/414 Software Engineering blog. Thursday, October 30, 2008. Code review: Learning from others. DueDates version 1.1. Gets reviewed by the other development teams in class. Team Purple was assigned to review Team Blue's DueDates. And assess their version 1.1 code and documentation. The class, also was assigned to evaluate Google Project Hosting's code review tool because of issues from the previous Code Review. Due dates. The comparator is defined as an anonymous nested class. Were not too critical...
aricdkwest.blogspot.com
Aric D K West: DueDates 2.0: Herald of Aric 2.0
http://aricdkwest.blogspot.com/2008/12/duedates-20-herald-of-aric-20.html
Aric D K West. Monday, December 8, 2008. DueDates 2.0: Herald of Aric 2.0. My final project in Software Engineering is a culmination of the many different techniques and tools I have learned over the last semester. This includes using Eclipse, Ant, Findbugs, Checkstyle, Emma, Hackystat, Hudson, SVN, Wicket, Junit, Google Project Hosting, and something called Java to create DueDates-ulaula 2.0. The project was a team effort from Tyler Wolff. Use CSS to create a consistent and pleasant web application.
aricdkwest.blogspot.com
Aric D K West: December 2008
http://aricdkwest.blogspot.com/2008_12_01_archive.html
Aric D K West. Monday, December 8, 2008. DueDates 2.0: Herald of Aric 2.0. My final project in Software Engineering is a culmination of the many different techniques and tools I have learned over the last semester. This includes using Eclipse, Ant, Findbugs, Checkstyle, Emma, Hackystat, Hudson, SVN, Wicket, Junit, Google Project Hosting, and something called Java to create DueDates-ulaula 2.0. The project was a team effort from Tyler Wolff. Use CSS to create a consistent and pleasant web application.
jehojung.blogspot.com
Online Engineering Log - Jeho: September 2008
http://jehojung.blogspot.com/2008_09_01_archive.html
Online Engineering Log - Jeho. Tuesday, September 30, 2008. Testing Experience with Emma and JUnit. To become get familiar with testing tools such as Emma and JUnit. Also fix the Stack project so that the Stack project has 100% of coverage. For testing toString method in the Stack class returns expected output:. AssertEquals("Testing stack toString", "[Stack [1, 2, 3] ",stack.toString() ;. For testing EmptyStackException method in the Stack class returns expected output:. Stack stack = new Stack();.
dmarakaki.blogspot.com
Daniel's ICS 413/414 Engineering Blog: October 2008
http://dmarakaki.blogspot.com/2008_10_01_archive.html
Daniel's ICS 413/414 Engineering Blog. Thursday, October 30, 2008. Code review: Learning from others. DueDates version 1.1. Gets reviewed by the other development teams in class. Team Purple was assigned to review Team Blue's DueDates. And assess their version 1.1 code and documentation. The class, also was assigned to evaluate Google Project Hosting's code review tool because of issues from the previous Code Review. Due dates. The comparator is defined as an anonymous nested class. Were not too critical...