| opends/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/DirectoryServerPluginTestCase.java | ●●●●● patch | view | raw | blame | history |
opends/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/DirectoryServerPluginTestCase.java
@@ -561,6 +561,12 @@ Class pluginClass = DirectoryServerPlugin.class; for (Method m : pluginClass.getMethods()) { if (m.getName().startsWith("ajc$")) { // This is a method added by AspectJ weaving. We can ignore it. continue; } if (Modifier.isPublic(m.getModifiers()) && (! Modifier.isAbstract(m.getModifiers()))) {