Searched refs:CORE_PACKAGE (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/loggers/
H A DLoggingCategoryNamesTest.java38 private static final String CORE_PACKAGE = DirectoryServer.class.getPackage().getName(); field in class:LoggingCategoryNamesTest
45 { CORE_PACKAGE },
46 { CORE_PACKAGE + ".SomeClass" },
47 { CORE_PACKAGE + ".pack1.SomeClass"},
48 { CORE_PACKAGE + ".pack1.pack2.SomeClass" },
56 { CORE_PACKAGE.substring(0, CORE_PACKAGE.length()-1) },
57 { CORE_PACKAGE.substring(0, CORE_PACKAGE.length()-1) + ".SomeClass" },
58 { CORE_PACKAGE
[all...]

Completed in 25 milliseconds