You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed redundant null checks and comparisons in multiple files as identified by SpotBugs.
- Socket.java: Removed check for connection != null.
- GroupLayout.java: Removed check for name != null.
- Form.java: Removed checks for focused != null and atXY != null.
- Resources.java: Removed checks for mediaRules != null.
- Component.java: Removed check for cmp != null.
- Command.java: Removed check for obj != null.
- ComponentSelector.java: Removed check for mgr != null.
- PropertyIndex.java: Removed check for p != null.
- Container.java: Removed check for next != null.
- Display.java: Removed check for dest != null.
- CommonTransitions.java: Removed checks for sourceForm != null and dest != null.
- ResourceThreadQueue.java: Removed check for img == null.
- Other minor cleanup.
0 commit comments