-
Notifications
You must be signed in to change notification settings - Fork 53
Home
andrewgaul edited this page Sep 22, 2014
·
2 revisions
Welcome to the modernizer-maven-plugin wiki!
Possible future violations:
- com.google.common.base.Joiner.join -> Stream.of.filter.collect?
- com.google.common.base.Preconditions.checkNotNull -> java.util.Objects.requireNonNull
- com.google.common.io.BaseEncoding.base64() -> java.util.Base64
- com.google.common.io.BaseEncoding.base64Url() -> java.util.Base64
- java.io.File.delete() -> java.nio.file.Files.delete(Path)
- org.joda.time.* -> java.time.*