arturobernalg commented on a change in pull request #733:
URL: https://github.com/apache/commons-lang/pull/733#discussion_r632639366



##########
File path: 
src/test/java/org/apache/commons/lang3/exception/ContextedExceptionTest.java
##########
@@ -48,6 +48,12 @@ public void testContextedException() {
         assertTrue(StringUtils.isEmpty(message));
     }
 
+    @Test
+    public void testNullException() {
+        final String trace = ExceptionUtils.getStackTrace(null);

Review comment:
       Hi @garydgregory 
   Changed
   TY




-- 
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.

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


Reply via email to