-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update #16 javadoc, code style, and exceptions.
Note : Tests were commented for UI.
- Loading branch information
Omar WALDMANN
committed
May 30, 2017
1 parent
bf73b6d
commit edafe37
Showing
10 changed files
with
1,676 additions
and
1,938 deletions.
There are no files selected for viewing
479 changes: 301 additions & 178 deletions
479
fr.cnes.analysis.tools.analyzer/src/fr/cnes/analysis/tools/analyzer/Analyzer.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
11 changes: 11 additions & 0 deletions
11
fr.cnes.analysis.tools.analyzer/src/fr/cnes/analysis/tools/analyzer/package-info.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/************************************************************************************************/ | ||
/* i-Code CNES is a static code analyzer. */ | ||
/* This software is a free software, under the terms of the Eclipse Public License version 1.0. */ | ||
/* http://www.eclipse.org/legal/epl-v10.html */ | ||
/************************************************************************************************/ | ||
/** | ||
* Package containing i-Code CNES UI analyzer service. | ||
* | ||
* @version 3.0 | ||
*/ | ||
package fr.cnes.analysis.tools.analyzer; |
Oops, something went wrong.