jia

Results 6 comments of jia

Can you provide any details, like the example code

I think this issue is fixed by Objenesis (the version I use is 3.0.1). this is my test code: ``` public class LambdaTest { public ArrayList list; public LambdaTest() {...

@kostaskougios ,sorry my code is a wrong example. And I try tu run your lest,. There is a question, why I got a `java.lang.NoClassDefFoundError` with the same code that you...

@kostaskougios I am confused now. I use your test code in an new empty project and get the clone library by maven. ![quicker_2021-07-24_15-01-52](https://user-images.githubusercontent.com/86036020/126860450-533e0427-4ea5-4565-ac4b-6df5b2f7b67f.jpg) ![quicker_2021-07-24_15-02-25](https://user-images.githubusercontent.com/86036020/126860462-83a1dafd-ef79-46c7-9e76-95170c06f059.jpg) ![quicker_2021-07-24_15-03-00](https://user-images.githubusercontent.com/86036020/126860480-7dcc85f8-18df-4a91-b247-54f8cde42c59.jpg)

why it is not report error in the case of this [time](https://github.com/kostaskougios/cloning/issues/45#issuecomment-886011167)

@kostaskougios version: ![image](https://user-images.githubusercontent.com/86036020/128110998-0c3cbddf-e06b-4ff6-a2be-186030818bd1.png) ![image](https://user-images.githubusercontent.com/86036020/128111014-62e11826-e303-4fbe-80c9-74d63f26ef93.png) test code: ![image](https://user-images.githubusercontent.com/86036020/128111128-5ecdff7a-41a8-465a-9de3-8b75862bc80a.png) result: ![image](https://user-images.githubusercontent.com/86036020/128111086-9857358a-f14b-46e7-8dbc-2dcd4541ef26.png)