The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- Bug 1021: Add GenericStereoDevice* Supporting custom configurations; (details)
- Findbugs.minor: Fix 'array -> string', missing argument (details)
- Findbugs.normal: Adding safeguard hashCode() implementation throwing (details)
- Findbugs.synchronization: Fix double-check w/o volatile; Remove (details)
- Findbugs.not-written.null: Fix referencing non-written fields (never (details)
- Findbugs.switch-case: GLBuffers.bytesPerPixel(..) throw GLException for (details)
- Findbugs.increment_volatile: Use AtomicInteger or add comment that (details)
- GenericStereoDevice: Cast to float before operating division, requesting (details)
- Findbugs.static_final_immutable: Use final qualifier for static (details)
- Findbugs: Remove redundant instanceof checks (details)
- Findbugs: Use Integer.parseInt(string) for int values to avoid boxing (details)
- Findbugs: Add FIXME comment regarding float comparison (consider using (details)
- Findbugs: Fix WindowImpl.getReconfigureFlags(..): Remove sloppy useless (details)
- Findbugs: Add comment about intended setting of static field by instance (details)
- Fix regression of commit 96d530e7127c89db9991080e6268c6e8430d0619: (details)
- Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' (details)
- Findbugs: Remove branches where reference cannot be null (details)
- Findbugs: Remove dead-code / unused [temp] storage and it's assignment (details)
- Findbugs: Add comments that FB warnings are of no concern .. (details)
- Findbugs: Misc minor issues (see below) (details)
- AnimatorBase: Use cached synchronized value instead of unsynchronized (details)
- Findbugs: Use AtomicInteger for synchronized increment access (details)
- Findbugs: Use 'float' division instead of integer for float results (details)
- Findbugs: Misc issues (Use private accessors of static fields; Use (details)
- Findbugs: Use inner static class where possible (details)
- Findbugs: Use static fields where possible (details)
- Findbugs: Comment on some issues (OK, they are) ; Remove dead branches (details)
- StereoDevice: Don't make inner class's method private due to wrapper (details)