On Sat, 15 Aug 2015, Andreas Beeker wrote:
On 15.08.2015 19:59, Nick Burch wrote:
Any chance you could point us to a couple of examples? Might help with evaluating if we feel it's a real problem or not

Just open the findbugs page and navigate to the type named in the thread subject
or use [1] for the last build.

Ah, web accessible report, even better, thanks!

- org.apache.poi.hssf.record.UnicodeString can be removed
- org.apache.poi.hssf.util.AreaReference can be removed
- org.apache.poi.hssf.util.CellRangeAddress can be removed
- org.apache.poi.hssf.util.CellRangeAddressList needs to be renamed
- org.apache.poi.hssf.util.CellReference can be removed, calls to the 
2-arg-constructor need to be fixed
- org.apache.poi.hssf.util.Region can be removed

I think all of those are there to provide backwards compatibility. I think they're all HSSF classes which had their logic moved to SS so they could easily work for XSSF as well, but we need to preserve something so all the existing HSSF-only code people have continues to work

- org.apache.poi.xssf.model.IndexedUDFFinder can be removed

This is probably to mirror a pattern in HSSF, less sure if we can ditch this one or not?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to