Categories
- Code Pranger (5)
- DrJava (205)
- Graduate School (31)
- Pictures (36)
- Publications (44)
- Ramblings (112)
- Research (404)
- Concurrent Unit Testing (289)
- Mint (72)
- OOP Book (7)
- xajavac (29)
- Teaching (26)
- Thesis (31)
- MS Thesis (30)
- Uncategorized (157)
Blogroll
Concutest
JavaPLT
JSR Watchlist
- JSR 014 (Generics)
- JSR 047 (Logging)
- JSR 108 (Units)
- JSR 133 (Memory Model)
- JSR 166 (Concurrency Utilities)
- JSR 175 (Annotations)
- JSR 199 (javac API)
- JSR 202 (Class File Update)
- JSR 250 (Common Annotations)
- JSR 260 (Javadoc Update)
- JSR 269 (Annotation Processing)
- JSR 269 Article
- JSR 290 (XML UI)
- JSR 296 (Swing)
- JSR 305 (Defect Detection Annotations)
- JSR 305 Article
- JSR 308 (Annotations on Types)
- JSR 901 (JLS)
- JSR 924 (JVM Specs)
- Pure Danger Tech: Java 7
More Links
My Links
Meta
Archives
- January 2012 (5)
- November 2011 (2)
- October 2011 (4)
- September 2011 (11)
- August 2011 (6)
- July 2011 (7)
- June 2011 (4)
- May 2011 (3)
- April 2011 (3)
- March 2011 (2)
- February 2011 (7)
- January 2011 (10)
- December 2010 (2)
- November 2010 (7)
- October 2010 (17)
- September 2010 (17)
- August 2010 (23)
- July 2010 (16)
- June 2010 (16)
- May 2010 (14)
- April 2010 (15)
- March 2010 (15)
- February 2010 (16)
- January 2010 (15)
- December 2009 (6)
- November 2009 (16)
- October 2009 (20)
- September 2009 (25)
- August 2009 (13)
- July 2009 (2)
- June 2009 (1)
- May 2009 (3)
- April 2009 (2)
- March 2009 (3)
- February 2009 (3)
- December 2008 (2)
- November 2008 (6)
- October 2008 (16)
- September 2008 (7)
- August 2008 (10)
- July 2008 (4)
- June 2008 (4)
- May 2008 (7)
- April 2008 (3)
- March 2008 (7)
- February 2008 (11)
- January 2008 (3)
- December 2007 (5)
- November 2007 (15)
- October 2007 (5)
- August 2007 (2)
- July 2007 (19)
- June 2007 (8)
- May 2007 (9)
- April 2007 (18)
- March 2007 (23)
- February 2007 (5)
- January 2007 (12)
- December 2006 (5)
- November 2006 (17)
- October 2006 (18)
- September 2006 (22)
- August 2006 (21)
- July 2006 (15)
- June 2006 (1)
- May 2006 (4)
- April 2006 (3)
- March 2006 (1)
- February 2006 (1)
- January 2006 (26)
- December 2005 (6)
- November 2005 (6)
- October 2005 (2)
- September 2005 (7)
- August 2005 (20)
- July 2005 (21)
- June 2005 (23)
- February 2005 (1)
- December 2004 (1)
- November 2004 (2)
- October 2004 (2)
- September 2004 (1)
- August 2004 (2)
- June 2004 (3)
- March 2004 (1)
- September 2003 (1)
Category Archives: Concurrent Unit Testing
Another Sample Bug for Yield
I coded up two more examples to test the yield strategy. The “split synchronized” example doesn’t work that well (yet), because it fails even without the added yields. I’m looking for common bugs that aren’t obvious. 123456789101112131415 … Continue reading
Getting Back on That Concurrency Horse
After a lot of work on Mint, I’m now focusing on the concurrent unit testing project again. I had to fight some apparent code rot, which was probably caused by changes from Java 5 to Java 6, but now everything … Continue reading
Paper: Test-First Java Concurrency for the Classroom
Test-First Java Concurrency for the Classroom 41st Technical Symposium on Computer Science Education (SIGCSE 2010) Concurrent programming is becoming more important due to the growing dominance of multi-core processors and the prevalence of graphical user interfaces (GUIs). To prepare students … Continue reading
SIGCSE Paper Accepted!
The paper that I submitted to SIGCSE a month and a half ago, “Test-First Java Concurrency for the Classroom”, got accepted! That means I’m going to Milwaukee in March. Update: I just realized that if my other paper currently under … Continue reading
Today’s Loose Ends
I’m in the process of wrapping up today’syesterday’s loose ends: I made a new ConcJUnit release, 20091019, containing the files for versions 3.8.2 and 4.7, as described at the end of the last post. There is a new version of … Continue reading
Two Confusing Errors
A while ago, I was told by our one-and-only client of Mint that the version of DrJava with Mint does not display Mint as a compiler, even though it is included in the jar file and therefore should be available. … Continue reading
AWT Exception Handler Cannot Be Reset After Exception
When testing ConcJUnit some more from inside DrJava, I noticed some weird behavior. I had a JUnit 3.8.2 version of a test, and an equivalent JUnit 4 version. Run independently, they behaved as expected (which in my line of work … Continue reading
OpenJDK Compatibility for ConcJUnit
I just made a new ConcJUnit release available on SourceForge: version 20090927. While working on integrating Mint into DrJava, I tested it on Mac. Since Mint requires Java 6, that involved using Soylatte, and Soylatte is based on OpenJDK. To … Continue reading
Photos from My COMP 600 Practice Talk
Jennifer Harris was kind enough to video-tape m…
Continue readingSIGCSE 2010 Paper Submitted
Now I’ll take a break, then I’ll proof-read it …
Continue readingPossible ConcJUnit Enhancement
I’m writing a paper about ConcJUnit, this time …
Continue readingBack from Calgary
So I’ve been back from Calgary for nearly a wee…
Continue readingPresentation: ConcJUnit: Unit Testing for Concurrent Programs
ConcJUnit: Unit Testing for Concurrent Programs…
Continue readingPractice Talk in COMP 600 Graduate Seminar
In our COMP 600 graduate seminar, I gave a prac…
Continue readingPresentation: ConcJUnit: Unit Testing for Concurrent Programs
ConcJUnit: Unit Testing for Concurrent Programs…
Continue readingDaemon Threads in DrJava’s Interactions Pane
I’m working on integrating ConcJUnit into DrJav…
Continue readingOpenJDK Incompatibilities
It seems like we have some incompatibilities wi…
Continue readingPPPJ 2009 Program Posted
The PPPJ 2009 program has been posted. I don’t …
Continue readingLong Overdue Update
It is the end of July already. The last time I …
Continue readingBook: A Framework for Concurrent Unit Testing: Concutest
A Framework for Testing Concurrent Programs: Co…
Continue reading

