abhisripathi commented on code in PR #1391: URL: https://github.com/apache/commons-lang/pull/1391#discussion_r2108830909
########## src/test/java/org/apache/commons/lang3/ClassUtilsTest.java: ########## @@ -237,6 +237,14 @@ public void test_getAllSuperclasses_Class() { assertNull(ClassUtils.getAllSuperclasses(null)); } + @Test + public void test_getShortCanonicalName_MalformedInput() { + String input = "[String"; Review Comment: Thanks for the feedback, Gary! I’ve removed the unrelated countUpperCaseLetters code and inlined the local variables in the test as requested. Let me know if anything else needs to be updated. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org