forked from cnescatlab/i-CodeCNES
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Every exceptions thrown by checkers are sending more informative messages - Code was improved as defined in cnescatlab#77 with a logger & part of PMD & checkstyle issues were solved About the logger, a new class UILogger was made. It runs org.eclipse.logger logger so all the logs are written directly to /*.log file of ./metadata of workspace and /configuration of eclipse folder. To precise the level of log a parameter must be indicated on the launch, as defined in this page : (https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html ). So the following argument can be used to define level of the logger -Declipse.log.level=<level> where level can be INFO, WARNING, or ERROR. An important change was made on ConfigurationPagePreferences that was using CheckerTableViewer and MetricsTableViewer in a composite Container. These class are now extending Composite that contains a search SWT.label, a SWT.Text (for the search input) and a TableViewer with Checkers and parameters relatives to them. Old composite containing these class was replaced by the new CheckerComposite and MetricsComposite.
- Loading branch information
Omar Waldmann
committed
Sep 4, 2017
1 parent
1aff959
commit 9af8af5
Showing
56 changed files
with
2,152 additions
and
1,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.