-
Notifications
You must be signed in to change notification settings - Fork 306
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
[FISH-759] sort instances in admin console #5074
Conversation
Please remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove all the finals. otherwise looks good to me
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
ab69439
to
4e668b7
Compare
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Outdated
Show resolved
Hide resolved
jenkins test |
I did like the diamond operator changes, can you leave them in this PR (just remove the final stuff) |
Already moved all code style changes into separate PR. This now contains just sorting one liners. :) |
If you could add back the diamond interface fixes but not the finals in this PR I appreciate it |
Okay, but it is hard to keep other things like |
Please feel free to refactor but don't try to introduce new code style that doesn't already exist (such as finals everywhere) |
jenkins test |
...us/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ListInstancesCommand.java
Show resolved
Hide resolved
* FISH-759 Sort instance list by name * FISH-759 Sort also configurations * FISH-759 Got rid of wildcard import * FISH-759 Updated JDK 1.4 generics to JDK 8 style in ClusterHandler * FISH-759 Updated JDK 1.5 generics to JDK 8 style in ListInstancesCommand * FISH-759 Updated JDK 1.4 generics to JDK 8 style in ListInstancesCommand * FISH-759 Removed unused import * FISH-759 Removed unused variable * FISH-759 Fixed spacing around = * FISH-759 IntelliJ automatic code clean up * FISH-759 Fixed whitespaces
Fixes #4795
Description
Important Info
Blockers
Testing
New tests
Testing Performed
Testing Environment
Documentation
Notes for Reviewers