You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Richard Eckart de Castilho <ec...@ukp.informatik.tu-darmstadt.de> on 2013/01/10 21:00:30 UTC

Re: svn commit: r1431577 - in /uima/sandbox/TextMarker/trunk: uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/testing/evaluator/ uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/builder/ uimaj-ep-textmarker-...

> UIMA-2563
> - replaced String.isEmpty() by "".equals()

You may want to consider commons-lang StringUtils.isEmpty() or isBlank().

-- Richard

-- 
------------------------------------------------------------------- 
Richard Eckart de Castilho
Technical Lead
Ubiquitous Knowledge Processing Lab (UKP-TUD) 
FB 20 Computer Science Department      
Technische Universität Darmstadt 
Hochschulstr. 10, D-64289 Darmstadt, Germany 
phone [+49] (0)6151 16-7477, fax -5455, room S2/02/B117
eckart@ukp.informatik.tu-darmstadt.de 
www.ukp.tu-darmstadt.de 
Web Research at TU Darmstadt (WeRC) www.werc.tu-darmstadt.de
-------------------------------------------------------------------


Re: svn commit: r1431577 - in /uima/sandbox/TextMarker/trunk: uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/testing/evaluator/ uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/builder/ uimaj-ep-textmarker-...

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
Thanks for the hint.

Peter

Am 10.01.2013 21:00, schrieb Richard Eckart de Castilho:
>> UIMA-2563
>> - replaced String.isEmpty() by "".equals()
> You may want to consider commons-lang StringUtils.isEmpty() or isBlank().
>
> -- Richard
>