Currently, if the JBangPreprocessor matches to a UDF script it will compile it no matter what. This means even if a UDF script is not used by the project.
Since the script compilation is a very time consuming actions, we should make this behavior smarter, analyzing if the project actually uses the UDF and only compile it if it is necessary.
Currently, if the
JBangPreprocessormatches to a UDF script it will compile it no matter what. This means even if a UDF script is not used by the project.Since the script compilation is a very time consuming actions, we should make this behavior smarter, analyzing if the project actually uses the UDF and only compile it if it is necessary.