java-coding-prodigy

Results 35 comments of java-coding-prodigy

So what exactly am I supposed to implement here? Just a `boolean isOverriden`? or something else?

I couldn't figure out a direct way to get the inherited methods of the super class I tried to use `.getMethods()` but that only returns the public methods. If we...

So far I think I know what we can do to fix the issue. We need to get the supperclasses and interfaces of the method's class but they cannot be...

> @java-coding-prodigy are you still working on this? Do you need any support? I was working on it some time ago and I could continue now. However I had run...

Fixed the generic issue, however code is too ugly and slow, we should try to enhance it. I have only done this for classes, but I presume it would be...

I'm thinking of adding a `JavaMethod#overridenFrom(JavaType` and make `isOverriden` call that method. What do you think @hankem ?

One year anniversary of this PR 🎉 Also are we going to this or should it be closed?

It works now. ![image](https://user-images.githubusercontent.com/85149944/201686452-9fcddebf-eb95-4b63-a1d6-b0a7e95706f0.png)

It works now. ![image](https://user-images.githubusercontent.com/85149944/201686452-9fcddebf-eb95-4b63-a1d6-b0a7e95706f0.png)

@Tais993 Logged to check that messages reach the loop ![image](https://user-images.githubusercontent.com/85149944/202858173-fd83cb9b-a502-4cc4-a575-24ba7165b10a.png)