java - How to intercept and change values -


i'm developing in eclipse (java 6) , working websphere server.

how can automate dynamic modification of small parts of code (mock-like) local development only? don't want share own adjustments other developers... create bad expectations including them thinking should working in way not correct or outside communications not happening should. i'm not using java framework, has been decided project.

i have looked @ asm , bcel can't find source on how them working in automated way kind of thing... if capable of it.

the changes need can achieved intercepting values of parameters of specific methods (some static , other not static) when called.

anything can automated result without changing of code shared between other developers can do. doesn't need automatically adapt new code.

i have been called attention of own adjustments being sent repository , want avoid @ best capability.

it’s quite unclear trying achieve sounds want local modifications code? if so, modify code, commit changes branch never publish. merge incoming changes branch every , then.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -