Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tachibanayui
Copy link
Member

@tachibanayui tachibanayui commented Sep 22, 2021

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

@tachibanayui tachibanayui marked this pull request as ready for review September 24, 2021 06:05
import java.util.Map;
import java.util.function.Supplier;

public class ReflectionUtilsTest {
Copy link
Contributor

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?

Copy link
Member Author

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
@tachibanayui tachibanayui merged commit 6a7c643 into staging Sep 24, 2021
@tachibanayui tachibanayui deleted the plugin-base branch September 24, 2021 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants