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)
Monthly Archives: July 2010
Another Bugfix for Smart Run
A while ago, I introduced what was supposed to be a “Smart Run” feature, a simpler way of running Java programs, ACM Java Task Force programs, and applets. It sort of worked, but it has been difficult to get it … Continue reading
New Mint Release: r15665
I just created a new release of Mint and DrJava with Mint: July 28, 2010 (r15665). It’s been over a year since we made the first version of Mint available! The latest release is, as always, available from the Mint … Continue reading
Oracle’s JRE Rebranding
From Slashdot: “In Java 1.6.0_21, the company field was changed from ‘Sun Microsystems, Inc’ to ‘Oracle.’ Apparently not the best idea, because some applications depend on that field to identify the virtual machine. All Eclipse versions since 3.3 (released 2007) … Continue reading
WTF TX DPS?
WTF… After being on hold with the TX DPS for 19 minutes, they just hung up on me. Thanks, it’s not like dealing with you is a huge waste of time anyway. I had to renew my TX drivers license … Continue reading
GUI Availability Listeners in DrJava
I decided to merge the drjava-guiAvailListener branch into the trunk, even though I said I wouldn’t do this until after the next stable release. Dr. Nguyen and I have used this new version quite a bit already, and we still … Continue reading
New Mint Release: r15637
I just created a new release of Mint and DrJava with Mint: July 22, 2010 (r15637). It’s been over a year since we made the first version of Mint available! The latest release is, as always, available from the Mint … Continue reading
javac Regression and Unit Tests
Joseph D. Darcy posted an informative article on writing regression and unit tests for new Java language features using JCK. This would have been useful for the Mint co-author who was supposed to write tests but ended up doing absolutely … Continue reading
Javadoc Processing a File It Doesn’t Need To
I’m running the command line Javadoc tool. In the current directory, I have two files, A.java (which is syntactically correct), and a Broken.java (which has a syntax error in it). A.java doesn’t refer to Broken.java. File A.java: 1234import javax.swing.JApplet; public … Continue reading
Problems Loading Pictures with DrJava and the Media Computation Library
This morning, we got a support request for DrJava that mentioned path problems with the Media Computation library from Georgia Tech. While some of the problems mentioned could not be reproduced or were simply due to not understanding Java syntax, … Continue reading
Menus for Detached Frames on the Mac
I finally implemented something this weekend that had annoyed me for a long time, ever since in July 2008 I introduced the feature to detach DrJava’s Tabbed Panes and the Debugger and put them into separate windows. These detached frames … Continue reading
Three Branches and a Trunk
We’re working on three branches of DrJava and on the trunk right now. I don’t think we’ve seen this much parallel development in a while. In the trunk, for the last three days I’ve been working on a strange bug … Continue reading
New Version of DrJava with Mint: drjava-r5246-mint-r15405
The DrJava team released a third beta version of DrJava today, drjava-beta-20100711-r5314. I therefore created a new release of DrJava with Mint: May 8, 2010 (r15405). The latest release is available from the Mint implementation page: JavaMint-r15405.tar.gzJavaMint-r15405-binaries.zipdrjava-r5246-mint-r15405.jar Nothing has changed … Continue reading
New DrJava Beta Release: drjava-beta-20100711-r5314
We have just released our third beta version in preparation for the next stable release: drjava-beta-20100711-r5314. You can download it from SourceForge or from the DrJava homepage. Available for download at http://drjava.org . DrJava is a lightweight programming environment for … Continue reading
Cats That Program
I guess it was only a question of time before someone wrote a programming language in LOLcat dialect: LOLcode. This listing, for example, prints out the numbers one to ten: 123456789HAI CAN HAS STDIO? I HAS A VAR IM IN … Continue reading
Rice News: The doctor is out!
The doctor is out! Rice group celebrates million-download milestone for DrJava BY MATHIAS RICKEN Special to Rice News DrJava isn’t the barista behind the counter at Starbucks. But the doc still serves a pretty potent brew — and more than … Continue reading
My Name is Not _______
I’m lucky to receive about three or four emails from recruiters and companies per week, asking me if I want to interview. I’m flattered, but perhaps that is also making me a bit picky. I understand that I’m not the … Continue reading

