邱开洪

Results 2 issues of 邱开洪

实例代码: `public class TestJMockData { @Test public void testGeneric() { final GeneralEntity entity = JMockData.mock(GeneralEntity.class); Assertions.assertNotNull(entity); } } class GeneralEntity{ private List rows; public List getRows() { return rows; }...

- vscode version: 1.53.0 - lombok version: 1.18.12 ![lombok](https://user-images.githubusercontent.com/13990553/107006188-be14fa80-67cb-11eb-9bd1-0b8e544b318b.png)