skybber commented on pull request #117:
URL: https://github.com/apache/deltaspike/pull/117#issuecomment-811048701


   Its not clear for me , what should be correct output in this case:
   ```
       public class Class_NonAbstract
       {
           public void test()
           {
           }
       }
       
       public abstract class Class_NonAbstractToAbstract extends 
Class_NonAbstract
       {
           public abstract void test();
       }
   ```
   
   DS currently removes test() method from set of collected method, sou that 
output collection does not have neither `Class_NonAbstract.test` and neither 
`Class_NonAbstractToAbstract.test`


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