Forgot your password?
typodupeerror

Comment Re:I use it to select projects (Score 1) 219

I partly agree. I've seen misuse in various projects : "Put at least one diagram of each diagram type (class, sequence, deployment etc.) in the spec cause we promised usage of UML!", "use case 'Enter street address', use case 'Enter name', use case 'enter birthday' instead of use case 'search for single person'". UML promised to standardize modelling/visualization but to me it seems not two people can agree on its specific purpose.
Java

Journal Journal: java.lang.VerifyError

Got a "java.lang.VerifyError" with JDK1.2.2 deep within a class.

This is what I found out. It seems to be a problem with a synchronized block within a try statement and a return statement.

Slashdot Top Deals

A bug in the code is worth two in the documentation.

Working...