java插件--eclemma-1.5.3.zip --测试用

 

1.

测试用eclemma-1.5.3.zip
java插件-测试用

if(true){
System.out.println("测试到了");
}
如上,if语句当没有else,测试时if的条件也没有等于false的情况时 默认不高亮提示。

 

2.服务类移动了位置后出现的错误

当eclemma-1.5.3.zip测试时 会生成xx文件
当服务类移动了位置后 就会出现如下错误:【Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [com/superschool/resource/spring/context/application/applicationContext.xml]; nested exception is java.lang.IllegalStateException: Annotation-specified bean name 'baseDataService' for bean class [com.superschool.service.impl.BaseDataService] conflicts with existing, non-compatible bean definition of same name and class [com.superschool.service.BaseDataService] ... 24 more
Caused by: java.lang.IllegalStateException: Annotation-specified bean name 'baseDataService' for bean class [com.superschool.service.impl.BaseDataService] conflicts with existing, non-compatible bean definition of same name and class [com.superschool.service.BaseDataService]
不兼容相同的名称和类bean定义的提示。

解救方法是:把目录: E:\workspace\.metadata\.plugins\com.mountainminds.eclemma.core\.instr 下的东西删除。运行测试重新成成就哦了。

你可能感兴趣的:(java插件--eclemma-1.5.3.zip --测试用)