cznno

Results 4 issues of cznno

在使用中,这种ControllerAdvice看上去比较简单方便。 但是在src/main/java/plm/ControllerExceptionAdvice.java的注释里特别说明了这点,看了专栏里好像没有特别说明这种方法的不足,请问有没有相关的解释说明呢?

打开后鼠标不能点击或拖动窗口。鼠标移到窗口的位置时,窗口会覆盖鼠标。 桌面是xfce,wine版本3.8-1/3.7-1 运行/opt/deepinwine/apps/Deepin-TIM/run.sh提示: ``` wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe" wine version: 2.18 wine: configuration in '/home/username/.deepinwine/Deepin-TIM' has been updated. Wine cannot find the ncurses library (libncurses.so.5). reg: The system was unable...

假设有通用mapper MyEntityDao ```java public interface MyEntityDao extends Mapper {} ``` 在使用mockito时会无法返回正确的值 ```java @Test public void myTest(){ when(myEntityDao.select(any(MyEntity.class)))).thenReturn(mockData); List list=myService.select(param); // list.size()为0 } ```

Will it support CPD to detect duplicated codes?

enhancement