Starmism
1388a5278f
fix(replacer): Stop lowercasing replacements
...
This commit changes two lines but fixes the replacement of cased
placeholders with non-cased ones that was accidentally happening.
This was partially fixed in a few previous commits, but not fully as
it was still replacing failed placeholder matches.
2022-03-12 12:42:56 -07:00
Starmism
c4a2256fff
Appease the Pigman
2021-07-01 07:54:42 -06:00
Starmism
9b6b558002
Add method implementation checking and nullchecking for fields.
2021-06-30 10:13:47 -06:00
Starmism
94bf5fea57
POJO to help with checking that expansions have all required methods implemented.
2021-06-30 10:13:29 -06:00
Starmism
252802dcbe
Removed nullcheck from hashcode, and moved it up the chain.
2021-06-30 10:13:12 -06:00
Starmism
679ef90091
Re-add NotNull's
...
(cherry picked from commit 2bfd8e7e5e )
2021-06-30 05:59:57 -06:00
Star
ac9b0c42b7
Update src/main/java/me/clip/placeholderapi/updatechecker/UpdateChecker.java
...
Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com >
(cherry picked from commit ccf4f59343 )
2021-06-30 05:59:52 -06:00
Starmism
14d885392c
Fix version checker to compare the individual semver numbers instead of combining it together.
...
(cherry picked from commit ef5cd9d376 )
2021-06-30 05:59:45 -06:00
Starmism
0c102a1823
Remove the @NotNull's because they are overridden by expansion devs anyways, and it turns out people can make them null anyways. This adds a hashcode check and pretty error for it.
...
(cherry picked from commit f5386d4ca5 )
2021-06-30 05:59:33 -06:00
Starmism
4c968f012d
Cleanup build.gradle
...
(cherry picked from commit 7750ba7033 )
2021-06-30 05:59:22 -06:00