Category Archives: Concurrent Unit Testing

My work on unit testing for concurrent programs.

Making Methods Not final Doesn’t Work

As expected, removing the final flag from metho… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Problems With Decorating

I finally found some time to test the decoratio… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Haven’t Written in a Long Time

Wow. I haven’t written in my blog in a long tim… Continue reading

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

Print This Post Print This Post  

API Uses new Object()

I couldn’t do a whole lot to figure out if Stri… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Too Much Work To Figure Out

The last few days, I was looking into whether w… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Are Object and String Used in Synchronization Operations?

I’m trying to find out whether Object and Strin… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

How to Treat Object and String

When I talked to Corky, my advisor, today, I fo… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

java.lang.* Trial and Error

For the last few hours I’ve been trying to find… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Adding Object IDs to All Direct Subclasses of Object

I’ve begun working on my alternative approach. … Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Bitchy

Java is being bitch about adding and initializi… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Included Current Thread in Object.* Events

I decided to take care of another item on my to… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

It’s Always the Stack

Could it really be so simple? After I found out… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Meeting Notes

At the Java PLT meeting today, we discussed sev… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

The HotSpot Error

The HotSpot error that I’m currently having goe… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

More Class Loader Ideas

Another idea worth considering is completely mo… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Random Stuff

I’ve been sick for a while, so I haven’t done v… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Code Reuse == Good

I solved the problem of "uninstrumenting" calls… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Incorrect Line Number Information

For some strange reason, which probably was a s… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Traded One Problem For Another

I think I found the reason for the hanging slav… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post  

Bugfixes

Over the last few days, I added a somewhat larg… Continue reading

Share
Posted in Concurrent Unit Testing | Leave a comment

Print This Post Print This Post