arieslab / jnose

JNose - Java TestSmells Detection
GNU General Public License v3.0
20 stars 8 forks source link

False Positive - Ignore Test Smell (JUnit4/5) #48

Open denivancampos opened 2 years ago

denivancampos commented 2 years ago

Project: https://github.com/baomidou/mybatis-plus Class: mybatis-plus\mybatis-plus\src\test\java\com\baomidou\mybatisplus\test\chainwrapper\ChainWrapperTest.java testSmellName: IgnoredTest testSmellMethod: test testSmellLineBegin: 15 testSmellLineEnd: 25 Note: It happened in other projects (mybatis/mybatis-3) also with JUnit 5.

Note: It happened in JUnit 4 projects (https://github.com/hs-web/hsweb-framework) hsweb-framework\hsweb-authorization\hsweb-authorization-basic\src\test\java\org\hswebframework\web\authorization\basic\define\DefaultBasicAuthorizeDefinitionTest.java testSmellName: IgnoredTest testSmellMethod: test testSmellLineBegin: 54 testSmellLineEnd: 58