[rules-dev] static imports

Mark Proctor mproctor at codehaus.org
Wed Jan 17 18:02:13 EST 2007


Janino and  Eclipse JDT both now support static imports while targetting 
JDK1.4 bytecode. So I want to move our function support to use static 
imports, instead of the current regexp mess we have now. Instead of 
having import function, like we have now, I'll just have import static 
like java 1.5 has - as we can fully support it now.

Mark



More information about the rules-dev mailing list