https://issues.apache.org/ooo/show_bug.cgi?id=123862

--- Comment #2 from h...@apache.org <h...@apache.org> ---
(In reply to j.nitschke from comment #1)
> Hi, I would like to work on this simple task to get an overview of the
> various modules.

Thanks for working on this! Your approach and e.g. the regular expression looks
fine. You know what you're doing ;-)

With the many locations and the variations to check for emptiness before the
obviously missing method became available an almost automatic conversion with
many manual checks is the only reasonable way to go.

> How would you like negations formated?
> a) !a.isEmpty()
> b) ! a.isEmpty()
> c) ( !a.isEmpty() )
> d) ?

I personnaly prefer a.

> I planned to make one patch file per module, maybe bundle small modules in
> one

Sounds good. Have fun!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to