MASES Public Developers Team
MASES Public Developers Team
To cover the full issue some other options must be managed, read https://www.ibm.com/docs/en/elm/6.0.2?topic=servers-enabling-jmx-application and https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html for an overview. The following can be done immediately: > 1. JMX at all The...
More or less the same behavior shall be applied to the classes ending with `Adapter`. Consider the [WindowAdapter](https://github.com/openjdk/jdk/blob/97afbd9603ba8ec1956c4cedf542667d33988661/src/java.desktop/share/classes/java/awt/event/WindowAdapter.java) class from OpenJDK: ```java public abstract class WindowAdapter implements WindowListener, WindowStateListener, WindowFocusListener...
Maybe the changes requested from https://github.com/masesgroup/JNet/issues/512#issuecomment-2271476753 shall be managed differentiating the repository between: 1. the developed side associated to JNetReflector (e.g. the previous and new classes needed) and core of...
Reopen since #525 partially covers the needs of this issue
Latest step to cover the request of https://github.com/masesgroup/netdroid/issues/75 is to add a sort of method filter using a new configuration property: - the property lists the classes shall be filtered...
Looking at the code in https://github.com/masesgroup/netdroid/pull/101 generated using latest JNetReflector a missing functionality is not available. When a method is overridden the base method sometime shall be invoked like in...
To extract information, after the URL is built, the tool needs an HTML Parser which converts the online documentation in something can be traversed to search for class, method and...
Try to add tests for JNetCLI and JNetPS
Add tests for listeners as requested from #679
Within the file https://github.com/masesgroup/netdroid/blob/a1b5d1d5d5e8371a0c58da0df5711292bc0ec476/src/net/Netdroid/Generated/Java/Util/Collections.cs the methods are reflected without the issue reported, maybe the differences are in the configuration used: - JNet uses modules - Netdroid uses JARs