nbauma109 commented on PR #163:
URL: https://github.com/apache/commons-bcel/pull/163#issuecomment-1303047659

   These getter are meant to avoid boilerplate code using getAttributes so 
they're not completely indispensable, maybe except the getter on indexes of the 
module which could be accessed by reflection but that would be horrible. There 
are a lot of use cases of showing class attributes in graphical components or 
ASCII table in console. If we parse a class file, the elements must be 
accessible inside it, not just a toString representation of module components, 
that one would have to reparse.


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

Reply via email to