Col-E commented on issue #245: Surefire-1584: Add option to rerun failing tests 
for JUnit5 
URL: https://github.com/apache/maven-surefire/pull/245#issuecomment-537007114
 
 
   > Pls check if the difference between those two methods is what I used in 
the previous comment because I was too fast to compare in detail. Thx
   
   I noticed that:
   ```java
    source = testPlan.getParent( testIdentifier )
             .map( this::toClassMethodName )
   ```
   should probably be:
   ```java
    source = testPlan.getParent( testIdentifier )
             .map( i -> toClassMethodName( i, usePlan ) )
   ```
   I think that should be it for any possible regressions.

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


With regards,
Apache Git Services

Reply via email to