>Everything goes fine till this line: >( (CSFUrlable) obj ).setUrlParams( urlParams ); > but then... I set the value of the field and it looks fine, but then I > read it and get null instead of expected value. It looks like it's my fault. It's a bug described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=122370 and it was fixed a long ago.
My error - I had aspectj 1.5.3 in my dependency, but was using aspectj-maven-compile plugin 1.0-beta-1 which uses aspectj 1.5.0 I'll check it further and let you know if that was the cause. Tomasz Kaczanowski _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
