If A extends B, using IntelliJ idea, how can i generate toString() using B’s public (or protected) methods automatically.
In this example, how can i include public methods from the FileRow?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a template to use
super.toString(), but there is no way to reference superclass members directly. It may be worth submitting a new request for this feature.