Bruno Cartaxo

Results 12 issues of Bruno Cartaxo

Update search providers in order to comply with the changes made in their websites.

task

Definition of the REviewER open-source license based on the used libraries licenses as well as REviewER community interests. PS: Do a presentation (PPT) explaning the investigated licenses as well as...

task

We must define a Release Notes (txt) to use in our releases. PS: Create a release notes for the past release (0.1.0) based on the defined template.

task

Implement the Springer Link search provider concurrently in order to access result pages in different threads improving the search performance. Some sugesttions of eclipse plugins to analyse the reviewer performance:...

task

Implement the IEEE search provider concurrently in order to access result pages in different threads improving the search performance. Some sugesttions of eclipse plugins to analyse the reviewer performance: 1....

task

Implement the ACM search provider concurrently in order to access result pages in different threads improving the search performance. Some sugesttions of eclipse plugins to analyse the reviewer performance: 1....

task

Study the chapters 2, 3, 5, 6 e 7 of clean code book (http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882) and based on its principles prepare a presentation (PPT) explaining the principles, shows pieces of REviewER...

task

Scopus search provider is not bringing the first study in some cases like with the following search strings: STRING 1: "software engineering" STRING 2: "Software Engineering" AND ("Energy Efficiency" OR...

bug

Steps to Reproduce: 1. Try to export literature review with more than 65535 studies. Stack Trace: java.lang.IllegalArgumentException: Invalid row number (65536) outside allowable range (0..65535) at org.apache.poi.hssf.usermodel.HSSFRow.setRowNum(HSSFRow.java:239) at org.apache.poi.hssf.usermodel.HSSFRow.(HSSFRow.java:87) at...

bug

Sort studies in LiteratureReviewStudiesView by: code, title, and year. These links may be useful: http://www.dzone.com/snippets/javaswt-click-table-column http://stackoverflow.com/questions/11682138/how-can-i-sort-a-table-by-column-in-swt

enhancement