Skip to content

Conversation

@teyrana
Copy link
Member

@teyrana teyrana commented Oct 13, 2016

Fixes a small number of minor superficial warnings, several spots each.
None of these change functionality.

  • some other minor changes.

Warnings fixed:
-"JComboBox is a raw type. References to generic type JComboBox<E> should be parameterized"
-- fix: Add a <T> type specifier to each generic, (or occasionally <?>)

- "The serializable class WarningDialog does not declare a static final serialVersionUID field of type long"
-- fix: add annotation: '@SuppressWarnings("serial")'

- "Unnecessary @SuppressWarnings("unchecked")"
-- fix: remove annotation
@kruland2607 kruland2607 merged commit 597d6c8 into openrocket:unstable Nov 19, 2016
@teyrana teyrana deleted the warning-cleanup branch March 7, 2017 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants