wernerdv commented on code in PR #13540:
URL: https://github.com/apache/ignite/pull/13540#discussion_r3986688627


##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/testcontainers/IgniteContainer.java:
##########
@@ -439,13 +467,71 @@ private static File testClassesJar() throws IOException {
         }
     }
 
+    /**
+     * Resolves the fully qualified resources (the top-level class plus its 
nested classes, e.g. {@code Outer$1})
+     * for a class located either on the file system or inside a jar on the 
classpath.
+     *
+     * @param clsPath Resource path of the top-level class (package separator 
replaced with '/', ending in {@code .class}).
+     * @param nestedPrefix Package-based prefix of the nested classes, e.g. 
{@code org/apache/foo/Simple$}.
+     * @return Resource names of the class and its nested classes.
+     */
+    private static Collection<String> classResources(String clsPath, String 
nestedPrefix) throws IOException {

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to