birt
birt copied to clipboard
Eclipse BIRT™ The open source reporting and data visualization project.
These two products have not much to do with report designers.
The designer barks on startup something about a duplicate extension. I'm pretty sure this is caused by the RotatedText tutorial. There are two versions of this plugin. The first version...
We have a lot of warnings. See if we can remove some of them.
We have a load of branches. Many of them are years old and are behind AND ahead of master. I suggest we snip them.
A generic issue for various bits and pieces related to releng, documentation, etc...
We have signed most parts of our builds but still we did not do * Mac notarization * Sign a couple of source bundles * and also some dependencies are...
Guilty code, the GC created is never disposed. Easy enough. However, from the look of this code I think that we should reconsider how the bold font is retrieved and...
In some situations, like an "complex" query cannot be parsed by the Oracle JDBC driver, the call of org.eclipse.birt.report.data.oda.jdbc.ParameterMetaData.getParameterType(...) throws an JDBCException. SQL example: `SELECT 1 FROM DUAL WHERE 1...
Fix Warnings
We have 130K warnings which are not good for the performance and image of the project. Either: * Suppress the warnings in the project preferences * Fix them