-
Notifications
You must be signed in to change notification settings - Fork 0
BaseZapPlugin and KeyValueGetter #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…y: new methods added to Vectors; ported Direction from arena-api
Stuff to support latest update on Arena-Api
src/main/java/io/github/zap/commons/keyvaluegetters/AbstractKeyValueGetter.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/zap/commons/keyvaluegetters/AbstractKeyValueGetter.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/zap/commons/keyvaluegetters/AbstractKeyValueGetter.java
Show resolved
Hide resolved
src/main/java/io/github/zap/commons/keyvaluegetters/ValueDeserializer.java
Outdated
Show resolved
Hide resolved
| import java.util.Map; | ||
| import java.util.function.Supplier; | ||
|
|
||
| public class ReflectionUtilsTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is the only test you've written, have you made sure the other non-trivial stuff works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I made the test solely for the Reflection stuff because it is so damn hard to debug recursion. I will eventually add other tests but for now, my time is kinda run out
Added TimeUtils.measure Add additional timer method in BaseZapPlugin.java Convert var into explicit type
Add BaseZapPlugin containing some frequently used methods.
Add KeyValueGetter (EnvironmentGetter is one of the implementations)
Move Helper classes from other repos that can be applied anywhere