it looks good to me, only I'm doing some code review to check out if we can make it cleaner/faster somewhere. For example I'm seeing there are string concatenations based on "something" + "else" whereas we could improve performance using StringBuilder (or StringBuffer if text is to be accessed by multiple threads). Tommaso
2010/12/2 Marshall Schor <[email protected]> > :-) ! -Marshall > > On 12/2/2010 10:51 AM, Jörn Kottmann wrote: > > Hi - I'm ready to do another release candidate of the uimaj java sdk. > >> I love your optimism :-) ... > >> > >> I'll wait till Friday - looking for your closing of 1875. > > > > UIMA-1875 is now closed, there is still one minor issue > > which must be tested and closed. I will do that later today. > > Looks good that we are ready for the next RC tomorrow > > from my side. > > > > Jörn > > > > >
