Bugs found by FindBug
Mateusz Kielar <[email protected]> Sun, 14 Mar 2010 14:01:37 +0000 (UTC)
| Newsgroups | gmane.comp.java.jgloss |
|---|---|
| Message-ID | <[email protected]> |
I used Eclipse plugin FindBugs for jgloss-1.0.10. I found 104 bugs. One of them: In class JGloss in function displayError in line 448: Bug: Unconditional wait Pattern id: UW_UNCOND_WAIT, type: UW, category: MT_CORRECTNESS This method contains a call to java.lang.Object.wait() which is not guarded by conditional control flow. The code should verify that condition it intends to wait for is not already satisfied before calling wait; any previous notifications will be ignored. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev