You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by swirl <sw...@yahoo.com> on 2013/08/13 11:53:36 UTC

Re: Uima and Proguard obfuscation

Richard Eckart de Castilho <ri...@...> writes:

 
> That said, the obfuscator may have "optimized" 
> > private String outputDirectory
> away, because the value is never changed in the code known
> to the obfuscator. It cannot know that uimaFIT changes this
> field using reflection.
> 


Thanks for the info.

Basically, I excluded the analysis engines classes from Proguard totally 
using the Proguard configuation.