Jay

Results 2 issues of Jay

Hi,author i want use byte-buddy for catch code Exception,but my code use new Thread ,byte-buddy cannot catch new Thread “Cooker" Obejct: ``` public class Cooker { public void hello() {...

question

hi, I am facing an issue. my code Example.java ``` public class Example { public void param( Gson gson) { //do nothing; } } ``` my test code : ```...

Question (JP usage)