-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 dev #36
Merged
Merged
V3 dev #36
Conversation
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
Changelog : + Optional parameters can be added to the export function service + IExport classes must implement hasParameters() and getParameters() functions + XML Export updated to handle parameters sent by the user as defined in the analysisResult.xsd CNES file + i-Code CNES UI updated to handle export wizard with parameters requested by Exporter service contributors
Now verifying that a rule is contributing to the analyzer before running it instead of checking it in preferences.
Now verifying that a rule is contributing to the analyzer before running it instead of checking it in preferences.
Also, using it in the analyzer
Rules are now referencing languages contributing to languages EP and contributing to checks EP
Old use of ImageFactory for enabled and disabled buttons was causing optimisation problem because exceeding SWT's threads handlers numbers.
Changelog : + Check selection improved to be on both tables; + Unchecking one metric or one rule is unchecking the column's checker associated; - Code duplication removal, making metric's tableviewer extending checker's tableviewer
Changelog : + Info display button + Correction of displayed information in TreeViewers + Set default action improval.
WaldoFR
pushed a commit
that referenced
this pull request
Jul 13, 2017
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this pull request
Jan 25, 2020
begarco
pushed a commit
that referenced
this pull request
Feb 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
languages
infr.cnes.analysis.tools.analyzer
plug-in to contribute to add new languages availables.LanguageService
to reach data from thelanguages
extension point.checks
infr.cnes.analysis.tools.analyzer
to be contributed by new checkers. Each checker must refer an contributor oflanguages
extension point.CheckerService
to reach data from thechecks
extension point.check()
function in theAnalyzer
service class to use the new services.fr.cnes.analysis.tools.languages
contributing to thefr.cnes.analysis.tools.analyzer
'slanguages
extension point to refer basics languages handled by i-Code CNES for the current version.fortran77
,fortran90
&shell
for bothmetrics
&rules
are now contributing to thefr.cnes.analysis.tools.analyzer
'schecks
extension point.fr.cnes.analysis.tools.ui
plug-in to work with the new services of the analyzer.fr.cnes.anaylsis.tools.ui
to make it more convenient.configurations
extension point that refers bothchecksIds
andlanguagesIds
of respectivechecks
&languages
extension point. Once a new configuration is set in contribution, the user can set it in preferences pages.ConfigurationService
to reach datas of extension pointconfigurations
.UserPreferencesServices
to add, set, and get values of preferences more conveniently.PlatforumUI
's one to set preferences for i-Code CNES plug-in.ImageFactory
utility class to reach pictures & icons added in ressources.Export
service of the pluginfr.cnes.analysis.tools.export
to allow parameters passing through aMap
.fr.cnes.analysis.tools.ui
including new parameter setting on preferences.