Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/home/shadbb/domains/czub.info/public_html/wp-content/plugins/wp-syntax/wp-syntax.php on line 383

When create a GUI class I’m find a problem of access to the variables in another class using a universal procedure. Here is my solution to the problem 🙂 package testexample;   import java.lang.reflect.Field;   class S3Element {   private Object obj=null; private Field fld=null; private String fieldName="";   /** * * @param obj – […]