Balazs Meszaros

Results 5 comments of Balazs Meszaros

Because private methods do not override each other. Let me give you another example: ```java public class A { private void a() {} private void x() {} } public class...

Yes, you are right, reflection allows that, because they are not virtual. For virtual methods, nobody can call the super method. A possible use case for this: Let's assume that...

@mini666 are you planning to create a Jira ticket for this change?

@Dieken please create a Jira for this change if you want to get it merged. Thank you!

Do we need this change or can I close it?