Closed jdonkervliet closed 4 years ago
In GitLab by @wubero on May 9, 2020, 15:18
added 17 commits
development
In GitLab by @swabbur on May 9, 2020, 15:46
changed title from {-checks-}tyle import order to {+CheckS+}tyle import order
In GitLab by @JimVliet on May 11, 2020, 01:24
Commented on src/main/java/net/glowstone/GlowOfflinePlayer.java line 64
To be honest, I do not like this alignment. I would prefer the chopped off version:
public static CompletableFuture<GlowOfflinePlayer> getOfflinePlayer(
GlowServer server,
UUID uuid
) {
...
}
In GitLab by @swabbur on May 11, 2020, 10:05
Commented on src/main/java/net/glowstone/GlowOfflinePlayer.java line 64
I agree, chopped off looks better here.
In GitLab by @wubero on May 11, 2020, 10:11
closed
In GitLab by @wubero on May 11, 2020, 10:12
A new mr will be opened
In GitLab by @wubero on May 9, 2020, 15:13
Merges feature/checkstyle-import-order -> development
Include a whileline after importgroup and fix remaining checkstyle issues. We also now allow star imports because some classes import 35 methods from other classes which makes it better to use the star import.