Java code should use CamelCase. Just that there are some C-isms in the bowels of UIMA core doesn't make it fashionable to use underscores.
-- Richard On 04.12.2014, at 23:14, Marshall Schor <[email protected]> wrote: > some methods in UIMA already use the underscore. For example, there's lots of > methods for CAS related things that are named > ll_xxxxx > > Cheers. -Marshall > > On 12/4/2014 5:01 PM, Burn Lewis wrote: >> With_underscores may be easier to read but all the other methods use >> camelCase ... which admittedly has the lower-case I / uppercase i confusion. >> >> Another alternative is to change the "safeness" of the index. e.g. >> myIndex.setSafeIteration(true/false); >> >> ~Burn
