You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intuitively, the method name should always be used to match getters and setters.
(I may be biased by my reliance on IntelliJs boilerplate generation here)
The text was updated successfully, but these errors were encountered:
The readme example:
Creates two distinct attributes instead of correctly matching getter and setter:
To blame are these lines:
JMXWrapper/src/com/udojava/jmx/wrapper/JMXBeanWrapper.java
Line 631 in 80fad1c
JMXWrapper/src/com/udojava/jmx/wrapper/JMXBeanWrapper.java
Line 647 in 80fad1c
Intuitively, the method name should always be used to match getters and setters.
(I may be biased by my reliance on IntelliJs boilerplate generation here)
The text was updated successfully, but these errors were encountered: