Sergey Prigogin
4c3a5dd669
Moved execution of checkers from CodanBuilder to CodanRunner.
2012-04-29 19:12:28 -07:00
Sergey Prigogin
d74d5f3757
Code streamlining.
2012-04-29 13:42:45 -07:00
Sergey Prigogin
b136bb95d0
Prevented class loading avalanche on UI thread when CDT is installed but
...
is not actively used.
2012-04-28 23:19:40 -07:00
Sergey Prigogin
07924ceeeb
Cosmetics.
2012-04-28 23:13:16 -07:00
Sergey Prigogin
c554c4e707
Don't run checkers on UI thread.
2012-04-28 17:59:34 -07:00
Sergey Prigogin
6a0f08849f
Cosmetics.
2012-04-28 16:51:23 -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
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
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
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
a3758a0664
Minor code cleanup.
2012-02-23 13:18:19 -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
Marc-Andre Laperle
f9c201f067
Fix pom after version number increase
2012-01-08 11:56:41 -05:00
sprigogin
a962baf8c0
Incremented major version to fix API error.
2012-01-07 18:40:42 -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
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
Sergey Prigogin
f05366610d
Cosmetics.
2011-05-27 03:30:26 +00:00
Alena Laskavaia
3bceaf6856
added a method to reurn problem instance by marker
2011-03-29 18:17:58 +00:00
Sergey Prigogin
60b01f39f3
Bug 338349 - CodanCReconciler does not find resources consistenly.
2011-03-25 21:49:27 +00:00
Alena Laskavaia
2122fc3c99
method should be syncronized
2011-03-19 18:48:54 +00:00
Alena Laskavaia
9afbc979e6
- moved generic base class for ast rewrite quick fix to common plugins
2011-03-19 18:15:57 +00:00
James Blackburn
0cf94c5dd7
API tooling: @since 1.1 should be @since 2.0
2011-03-16 13:05:01 +00:00
Alena Laskavaia
c2074dec42
- did a major refactoring with API breakage to get rid of bad dependency from codan.ui to cdt (should be in codan.ui.cxx)
2011-03-08 03:14:03 +00:00
Alena Laskavaia
598b6fc042
auto-format code using project formatter
2011-02-24 00:50:07 +00:00
Alena Laskavaia
9164b9a756
enable project specific code formatter so all committers use the same one
2011-02-24 00:47:37 +00:00
Alena Laskavaia
992cf58f31
fixed usage of improper attribute for problem id, added marker groupping support
2010-08-13 02:18:56 +00:00
Doug Schaefer
dd109e248c
Add missing about.html files.
2010-06-14 18:35:55 +00:00
Vivian Kong
912f531ec4
Bug 315439 Fix up copyright
2010-06-03 17:01:53 +00:00
Alena Laskavaia
d91b53a16b
Externalized strings in manifest
2010-05-31 01:42:48 +00:00
Alena Laskavaia
e0ee9359b1
Externalized strings
2010-05-07 02:58:31 +00:00
Alena Laskavaia
36e14f64c3
Refactor to move common code to a proper package and externalize strings
2010-05-02 01:47:28 +00:00
Alena Laskavaia
7fa181c4b6
- added preference to disable check as you type
2010-04-28 02:59:40 +00:00
Alena Laskavaia
56c7ec129c
- command contribution implemented properly
2010-04-21 01:40:15 +00:00
Alena Laskavaia
d06798f4ef
- removed dependencies on cdt 7.0 so it can be used with cdt 6.0
2010-03-24 13:21:15 +00:00
Vivian Kong
d69cdc0dbb
Bug 306725 - Missing plugin from Coden feature
2010-03-22 15:34:15 +00:00
Alena Laskavaia
5cc82d793a
separate language specific plugins from general
2010-03-18 14:06:45 +00:00