clean out of warnings ;)#18
Conversation
new parameter: boolean itf if the method's owner class is an interface.
new parameter: boolean itf if the method's owner class is an interface.
added missing argument to fix deprecated warning
added missing argument to fix deprecated warning
|
IIRC the reason this wasn't done is because it breaks backwards compatibility with older ASM libraries for no particular reason. Yes we compile against 5+ but IIRC we can run with 4+ for people who don't care about J8 |
|
oh ya i forgot about people still using J7 |
|
Is that still a problem now that Minecraft 1.12 requires Java 8? |
|
You forget that LaunchWrapper is not tied to the latest version of Minecraft, and others may want to mod older versions of Minecraft, using latest LaunchWrapper, without J8 (I can't say why they'd want to, but I guess that's why). |
|
Hm, yeah, I don't exactly know the version scheme that's used for LaunchWrapper. I don't personally see the issue with just saying "all versions after this one will require Java 8", but I don't know how often the version is bumped for this project either. |
|
Honestly, I would only ever condone bumping required java version for a legitimate functional reason. |
No description provided.