Categories
- Code Pranger (5)
- DrJava (205)
- Graduate School (31)
- Pictures (37)
- Publications (44)
- Ramblings (113)
- 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
- February 2012 (1)
- 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: Ramblings
Anonymous Inner Class Surprise
I had no idea that the following code was allowed: 1234567public class AICSurprise { public static void main(String[] args) { new Object() { public void foo() { System.out.println("foo"); … Continue reading
A HotSpot Java Error, a Bus Error and a Segmentation Fault
When I run Soot to create a call graph of DrJava, I get the aforementioned HotSpot Java error on Windows with Java 1.6.0_18. On Mac OS X 10.4 with Java 1.5.0_19, I get a “Bus error” (Java exit status 138). … Continue reading
Java Bug 4396719 – Mark Sweep stack overflow on deeply nested Object arrays
I’m trying to create a call graph of all of DrJava using Soot. DrJava is a cross-platform application that has some classes that get compiled and used only on certain operating systems; for example, the com.apple.eawt package is only used … Continue reading
Sometimes I Love Myself
Sometimes I have those moments when something small that I did brings me tremendous joy. This just happened when I was using DrJava with Soot. I don’t know the Soot framework, so the “Additional Javadoc URLs” feature that I introduced … Continue reading
IT Hell
Building emacs22 to replace emacs21, so I can install yasnippet, so I can install scala-tool-support, because I can’t install Eclipse since it requires Mac OS 10.5 and I only have 10.4 because Apple doesn’t support Java 6 on 32-bit Macs… … Continue reading
Broken Things 2010
So far, it seems like 2010 is a year of broken things. Mr. Coffee, my coffee maker, broke. I loved the guy, so I immediately replaced him with his younger brother. The power supply fan in my Dell at home … Continue reading
Out-of-Office Auto-Replies
Great. I’m starting to get flooded by out-of-office auto-replies from the AP CS mailing list again. I keep monitoring that mailing list for mentionings of DrJava, so I can make sure we help high school teachers with potential problems. I … Continue reading
Remembered Number Significance
Memories can be strange. A lot of people around me are probably now having memories triggered by (turkey) smells. I have memories triggered by numbers. Our Hudson build server just notified us of a unit test failure after a recent … Continue reading
Open Source: Don’t Steal What You Can Have for Free
Open source is not the same as public domain material. It is not content that is not owned by anyone. The fact that we give something away for free does not allow you to just steal it. DrJava is an … Continue reading
Boring Backport
I’m in the process of porting some scientific code originally written in Fortran, which was then ported to Java, which was then ported to Habanero Java, back to Java, while maintaining a Habanero Java feature called array views. It’s incredibly … Continue reading
Wikipedia and the Right to Know vs Right to Privacy
Sometimes it’s interesting to compare Wikipedia articles in different languages. I just read something about the last school shooting in Germany, the one in Winnenden in March 2009, and decided to search the web for it. The English Wikipedia article … Continue reading
Twenty Years Ago
Twenty years ago, on 9 November 1989, the Berlin Wall came down. I remember the day, but the TV coverage doesn’t belong to my most intense childhood TV memories: It feels like this event is bracketed by stronger memories of … Continue reading
Ridiculous Texas Bureaucracy That Doesn’t Make Anyone Safer
Last Tuesday I went back to the DPS to renew my drivers license — temporary visitors now have to do that once a year. I took exactly the same documents with me that allowed me to get a drivers license … Continue reading
Funny Feature Request of the Day
Funny feature request of the day: Zoom In Zoom Out I would like to request you to please kindly add Zoom in Zoom out feature in print preview. Please do it as soon as possible bcz we are having difficulties … Continue reading
A Repeating Pattern of Hate: SourceForge
I’m hating SourceForge again, and this is a very frequent thing. This time, I’m hating it for two reasons: News submission is broken. I made a new DrJava development release, drjava-20091021-r5004, but I can’t post a news release, because the … 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
More Artificially Complex Problem Spaces
At the Rice Computer Science Affiliates Meeting, I just listened to an interesting talk by Keith Cooper about the PACE (platform-aware compilation environment) project. Keith mainly talked about resource and configuration detection, e.g. detecting cache sizes and alignment. Moshe Vardi … 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
And the Annoying Twit of the Month Award Goes to…
And the annoying twit of the month award goes to… this guy, a student at the Ozarks Technical Community College, for his truly legendary effort of generating 38 support emails to us without considering that the problem might be in … Continue reading
Confusing Hudson Test Failure
After moving our Hudson server to a new server, we started to experience a very confusing test failure in the Java Language Levels module. The test that failed was AdvancedLevelTest.testShouldBeErrors. It compiles the files in javalanglevels/testFiles/forAdvancedLevelTest/shouldBreak/ and makes sure that … Continue reading

