Category Archives: DrJava

My work on DrJava, the Java IDE developed at Rice.

ReLooper for DrJava?

I received a message from Danny Dig, the project lead of the ReLooper project. ReLooper is a refactoring tool that enables Java programmers to parallelize loops over arrays or vectors using Java’s upcoming ParallelArray framework. I assume Danny searched for … Continue reading

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

1.6.0_18 Seems to Have Fixed Bug

Java’s latest version, JDK 1.6.0 Update 18, seems to have fixed the most frequent DrJava bug report, which Corky determined to be Sun’s problem (Oracle’s problem now). We have been filing all of the bug reports as duplicates of bug … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

The Free Java Book

Corky just informed me that there is a talk by Daniel L. Schuster at SIGCSE 2010 about Java, games, and the Free Java Book. I’ll definitely check out the talk and the book. I’ll also examine how concurrency is handled … Continue reading

Share
Posted in Concurrent Unit Testing, DrJava | Leave a comment

Print This Post Print This Post  

Java Bug 4396719 Work-Around?

It seems like I can get around the garbage collector bug if I use -XX:+UseConcMarkSweepGC JVM argument. Now I’m having more Soot problems, but they actually make sense. In addition to being cross-platform, DrJava is also “cross-JDK version”: We support … Continue reading

Share
Posted in Concurrent Unit Testing, DrJava | 1 Comment

Print This Post Print This Post  

More Details on Soot and -allow-phantom-refs

In the previous post I mentioned that I’m trying to create a call graph of all of DrJava using Soot. Since DrJava is a cross-platform application, there are classes that get compiled and used only on certain operating systems. The … Continue reading

Share
Posted in Concurrent Unit Testing, DrJava | 1 Comment

Print This Post Print This Post  

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

Share
Posted in Concurrent Unit Testing, DrJava, Ramblings | 4 Comments

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

Cygwin, Subversion and End of Lines

I got myself into a bit of a problem when I tried to set the automatic end-of-line style property for our text files in Subversion. I wanted to use “native”, because that should automatically convert all line endings to LF … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

Double.equals for NaN and -0.0

I just fixed two bugs in DrJava that had to do with boxed floating-point comparisons of NaN and -0.0. Both bugs had the same cause, a difference between the behavior of primitive == and the equals method in Double and … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

Mac OS X Race Condition in DrJava Start-Up

A few days ago, I noticed that double-clicking on a *.java file in Windows Explorer caused an AssertionError in DrJava. This wasn’t a huge issue, because it only shows with assertions enabled (i.e. -ea in the JVM Arguments for the … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

New Mint Release

I just created a new release of Mint and DrJava with Mint. JavaMint-r14577.tar.gz JavaMint-r14577-binaries.zip drjava-r5130-mint-r14577.jar There were some dramatic performance improvements in the Mint compiler thanks to base type lifting instead of performing cross-stage persistence for them. I also fixed … Continue reading

Share
Posted in DrJava, Mint | Leave a comment

Print This Post Print This Post  

DrJava Interactions Pane Output Redirection

We got a question today about how the output of a Java program running in DrJava‘s Interactions pane could be redirected into a file, just like it could be done in a Unix or DOS shell: java Motion > motion.dat … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

Softpedia “100% Clean” Award for DrJava

DrJava has been included in the Softpedia software database. Furthermore, their staff certifies with their “100% Clean” award that our software is free from malware: DrJava has been tested in the Softpedia labs using several industry-leading security solutions and found … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post  

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

Share
Posted in Concurrent Unit Testing, DrJava, Mint, Ramblings | Leave a comment

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | 2 Comments

Print This Post Print This Post  

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

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post