miha-x64
02/11/2017, 9:34 PMnew TreeSet<>()
)
Wrong 1st argument type. Found: java.util.TreeSet<java.lang.Object>, required: java.util.Set<java.lang.Long>And where are these memory tools? Can't find any mentions in the blog. Actually, new IDEA looks faster, has better icons, and I really like parameter name badges. ❤️
janvladimirmostert
02/11/2017, 9:37 PMmiha-x64
02/11/2017, 9:39 PMsourceCompatibility
in my build.gradle 🙂janvladimirmostert
02/11/2017, 10:02 PMmiha-x64
02/12/2017, 6:36 PMsourceCompatibility = 1.7
in build.gradle.
Compiler continues treating new TreeMap<>()
as new TreeMap<Object>()
.sksk
02/12/2017, 6:38 PMmiha-x64
02/12/2017, 6:41 PM