Marc-Andre Laperle
58c1312133
Bug 392932 - ResourceException disabling checker in Codan preferences
2012-11-04 21:57:22 -05:00
Sergey Prigogin
cace4b374b
Normalized extension point labels.
2012-08-24 10:14:48 -07:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Sergey Prigogin
821918824e
Bug 378023 - Error markers are not removed when a checker is disabled
2012-04-29 22:43:37 -07:00
Sergey Prigogin
fd677bb18f
More logical order of parameters.
2012-04-29 19:52:11 -07:00
Sergey Prigogin
4c3a5dd669
Moved execution of checkers from CodanBuilder to CodanRunner.
2012-04-29 19:12:28 -07:00
Sergey Prigogin
84c0d6f47c
Cosmetics.
2012-04-29 19:06:50 -07:00
Sergey Prigogin
f3588cf4b0
Fixed a typo.
2012-04-29 19:01:22 -07:00
Sergey Prigogin
c8e3a663f0
Eliminated redundant checker runs.
2012-04-28 23:15:29 -07:00
Sergey Prigogin
00a6c5069f
Streamlined check enablement logic.
2012-04-28 20:20:47 -07:00
Alex Ruiz
181907f2fd
Bug 372551. Fixed running checkers on file open. Split "On file save"
...
launch mode into "On file save" and "On file open". Removed warnings in
project org.eclipse.cdt.codan.ui.cxx.
Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de
Reviewed-on: https://git.eclipse.org/r/5665
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-26 23:02:11 -04:00
Alex Ruiz
1f83e4aa21
Bug 372551. Codan support for writing checkers that invoke external
...
tools.
Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0
Reviewed-on: https://git.eclipse.org/r/5586
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18 15:52:48 -04:00
Sergey Prigogin
ada23a9a2f
Bug 372551. Removed the external tool checker support until all design
...
issues are resolved.
2012-03-13 18:42:16 -07:00
Sergey Prigogin
f85b0e8f4c
Remove @noreference from getResourceProfileWorkingCopy since it's used
...
externally.
2012-03-01 16:18:31 -08:00
Sergey Prigogin
0ecc12f363
Remove version constraints from dependencies between Codan plugins.
2012-02-24 12:49:54 -08:00
Sergey Prigogin
f6ecdf5318
Warning cleanup.
2012-02-23 15:05:20 -08:00
Sergey Prigogin
934adecf48
Adjustments to Alex's contribution.
2012-02-23 13:26:43 -08:00
Alex Ruiz
00c29ec7eb
Added more tests.
2012-02-23 13:25:46 -08:00
Alex Ruiz
f405944e2d
Code cleanup:
...
- Merged CommandLauncher and ExternalToolInvoker
- Moved CppcheckChecker from project org.eclipse.codan.checkers to
org.eclipse.codan.checkers.ui
- Removed unnecessary dependencies on UI code in project
org.eclipse.codan.checkers
2012-02-23 13:24:18 -08:00
Alex Ruiz
de264b53a7
Added test for CommandLauncher.
2012-02-23 13:23:09 -08:00
Alex Ruiz
fba2b5c3e4
Leftover cleanup from previous commit.
2012-02-23 13:22:06 -08:00
Alex Ruiz
88d576787e
Code cleanup, to make CommandLauncher testable.
2012-02-23 13:20:20 -08:00
Alex Ruiz
295466d26f
Fixed test broken by accident.
...
Switched to System.arrayCopy instead of manual array copy.
2012-02-23 13:20:05 -08:00
Alex Ruiz
55b9874f5d
Minor code cleanup.
2012-02-23 13:19:06 -08:00
Alex Ruiz
b25c644007
* Enabled correct API baseline (3.7) and fixed related API-check errors.
...
* Moved classes that are not part of the API to "internal" packages.
* Removed unnecessary classes.
* Simplified creation of checkers by providing alternative super class
and constructors.
2012-02-23 13:17:23 -08:00
Alex Ruiz
3115bb4e22
Initial take on external-tool-based checkers.
2012-02-23 12:25:05 -08:00
Sergey Prigogin
dc6bc55815
Cosmetics.
2012-02-22 20:18:46 -08:00
Sergey Prigogin
1548edd7e5
Cosmetics.
2012-02-11 17:11:59 -08:00
Sergey Prigogin
5db78a20c8
Cosmetics.
2012-02-10 17:47:52 -08:00
Sergey Prigogin
da28cc19fc
Java 1.5-style loops, etc.
2012-02-10 17:47:39 -08:00
Sergey Prigogin
d8c53b2501
@Override annotations.
2012-01-07 17:43:42 -08:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1
Switched to Java 1.6.
2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Doug Schaefer
9ec9113700
Update version numbers for Juno.
2011-09-22 15:03:14 -04:00
Sergey Prigogin
1f58e41046
Fixed javadoc.
2011-07-20 12:32:49 -07:00
Alena Laskavaia
c3dbd2cb91
Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /
...
Bundle-Vendor
2011-07-05 21:59:02 -04:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Vivian Kong
1ac5b9f1e2
Bug 348747 - Codan source bundles missing required files
2011-06-08 14:10:28 +00:00
Vivian Kong
a8138c9ba2
Bug 331788 - NLS: Severities for Code Analysis Problem Preferences not externalized for translation
2011-05-24 14:43:46 +00:00
Sergey Prigogin
f118967040
Moved initialization of default preference to Codan core where it belongs.
2011-05-24 01:13:36 +00:00
Sergey Prigogin
63c5b6c950
Bug 346365 - Codan ignores default preferences.
2011-05-19 04:06:02 +00:00
Sergey Prigogin
67e7fae707
Bug 345793 - Codan checkers run even when disabled.
2011-05-13 22:31:04 +00:00
Alena Laskavaia
bd992e2e92
- added stats collecting code
2011-04-25 03:12:05 +00:00
Sergey Prigogin
95eeab8640
Renamed messages.properties to CeheckersMessages.properties.
2011-04-19 17:06:50 +00:00
Sergey Prigogin
30fc84b911
Rename messages.properties to Messages.properties.
2011-04-19 17:00:58 +00:00
Sergey Prigogin
87ae09ee72
Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.
2011-04-12 22:13:46 +00:00
Sergey Prigogin
9c507fe607
Cosmetics.
2011-04-10 01:22:26 +00:00
Sergey Prigogin
0a5580f3d3
Cosmetics.
2011-04-10 01:20:27 +00:00