David Bream

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
-
-
David Bream created a post, Specifying Ant file paths in Linux / Unix
I am trying to write an Ant script in Linux. I'm having some difficulties expressing paths.I want to write the paths relative to my home directory... unix style. So like this:]]>But when I run the ... -
David Bream created a post, Excluding unit tests from the "Unused Declaration" code inspection
The "Unused Declaration" code inspection is very useful for finding redundant code that is no longer used by your application and can be safely removed. The inspection fails, however, if there is a... -
-
David Bream created a post, IDEA not recognising newer version of JDK in Linux
OS Linux:Build: 833I was getting an error message "Wrong version of JDK. You have 1.4.1_01. You need 1.4.1_02" when trying to run IDEA.So I have upgraded my machine from JDK 1.4.1_01 to Sun JDK 1.4... -
-
David Bream created a post, Question about generated equals() method
The generated equals() method does something that I find very surprising. It accesses the passed Objects private methods! e.g.public boolean equals(Object o) { if (this == o) return true;... -