JJ Brown
JJ Brown
If it is simply an indentation concern, then I think it's straightforward to address that using CheckStyle to assist with a consistent code style. I've opened up a PR which...
I like this idea, but I'm only familiar with a small set of style settings. I know IntelliJ can import code style from CheckStyle, can Eclipse or other IDEs do...
This seems like greedy consumption of elements. It could be addressed by backtracking, but I'm not sure what the performance of that would be like, and it would certainly break...
Hi @BrynCooke , that does seem like a significant barrier to running tests remotely. That class is part of the `junit` repository - would you please consider opening this issue...
Re-wrote the implementation to be much, much smaller. Code coverage is now 100%, and the public API is organized in one class rather than in 4 different ones.
@scarytom , @sf105 , or @tumbarumba , would you please consider reviewing this PR when convenient? I understand that maintaining this and other repositories requires a significant amount of your...
@sf105 Thank you for taking a look. I agree, it would make sense in a `reflection` package. I agree also that the Utils class could be removed, probably by merging...
@nhojpatrick I will rebase like you've described. Thanks!
Welp. Got a little caught up during the pandemic. I'll clean this up.
@nhojpatrick or @sf105 assuming this passes the build checks, would you please take a look at this when convenient? I've rebased, and applied the style settings from the repository checkstyle...