Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actionlistener for combobox in DialogOptionComponent #5369

Merged
merged 1 commit into from
Apr 20, 2024

Add actionlistener for combobox in DialogOptionComponent

e9c5169
Select commit
Loading
Failed to load commit list.
Merged

Add actionlistener for combobox in DialogOptionComponent #5369

Add actionlistener for combobox in DialogOptionComponent
e9c5169
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 17, 2024 in 49s

No new alerts in code changed by this pull request

Annotations

Check notice on line 29 in megamek/src/megamek/client/ui/swing/DialogOptionListener.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'comp' is never used.

Check notice on line 29 in megamek/src/megamek/client/ui/swing/DialogOptionListener.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'option' is never used.

Check notice on line 29 in megamek/src/megamek/client/ui/swing/DialogOptionListener.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'i' is never used.

Check warning on line 32 in megamek/src/megamek/client/ui/swing/DialogOptionComponent.java

See this annotation in the file changed.

Code scanning / CodeQL

Inconsistent compareTo Warning

This class declares
compareTo
but inherits equals; the two could be inconsistent.