记录项目开发中 一次有趣的debug经历 本来是在做单元测试的,但是发现如下代码 有问题.. ProductCategory p = new ProductCategory(); for (int i = 1; i <= 5; i++) { p.setCreateTime(new Date()); p.setPriority(i); p.setShopId((long)(i)); p.setProductCategoryName("测试店铺种类"+(i+3)); list.add…
##特别 由于准备春招,所以希望各位看客方便的话,能去github上面帮我Star一下项目https://github.com/Draymonders/Campus-Shop java.lang.NullPointerException at com.cumt.service.ShopCategoryServiceTest.testGetShopCategoryList(ShopCategoryServiceTest.java:22) at sun.reflect.NativeMethodAcc…