1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

36 commits

Author SHA1 Message Date
Alena Laskavaia
32c2e14b80 Fixed copyright
Change-Id: I801f28d73afeba8432283eb9b5e8de3fa9b47a32
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2017-05-02 12:41:40 -04:00
Marc Khouzam
9e1e981b4d Move the rest of the CDT plugins to java 8
This change was generated using the script:
releng/scripts/ChangeJavaVersion.sh

Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-06-22 14:51:43 -04:00
Marc Khouzam
2ad68f7f80 Update copyright dates
Change-Id: I94ac38c37657e270f62db9bbd2859c2c6de40e5f
2016-02-11 01:50:14 -05:00
Alena Laskavaia
d310621847 Fixed codan example for pref change listener
Change-Id: I8693a4bdfd14a05ca077ec3357f82a2358bee07d
2016-01-11 21:47:56 -05:00
Marc Khouzam
f3ff649041 Fix copyright of all CDT plugins using the copyright tool from platform.
This commit does not add missing copyrights, just updates the date on
the existing ones.

Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2016-01-03 20:38:31 -05:00
Nathan Ridge
5d2f7bcb56 Bug 352407 - Correctly compare resource path to pattern in codan
exclusion filter

Change-Id: Ic7f9740fa129bb5e05a6156f077af8a8c0d36e7b
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-08 14:36:13 -04:00
Alena Laskavaia
acbd1e14f8 codan: example of CElement checker - external invoke
Change-Id: I0b88fb611372ffdbcceda3d0588c9fb65486cb03
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-03-06 15:38:59 -05:00
Alena Laskavaia
0966863ef7 updated codan examples
Change-Id: I30bf2da294ec613917ce0f836f61709b1af9b513
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-03-04 14:28:26 -05:00
Sergey Prigogin
5d7a19fa6c Enabled JDK 1.7.
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Andrew Eidsness
2136875477 Bug 424160: null checks for CodanPreferencesLoader.getProjectNode
CodanPreferencesLoader.getProjectNode will sometimes return null.  This
patch adds null checks before using the result.

Change-Id: If4dd70e6673d5da62cc0b8e899fb5066bdaa4bef
Signed-off-by: Andrew Eidsness <eclipse@jfront.com>
Reviewed-on: https://git.eclipse.org/r/19873
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-12-17 17:17:59 -05:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07: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
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Alena Laskavaia
c3dbd2cb91 Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /
Bundle-Vendor
2011-07-05 21:59:02 -04:00
Vivian Kong
1ac5b9f1e2 Bug 348747 - Codan source bundles missing required files 2011-06-08 14:10:28 +00:00
Alena Laskavaia
31689d7b5d id for checker 2011-03-11 03:40:30 +00:00
Alena Laskavaia
084629fb9c added example of property change listener 2011-03-11 03:27:36 +00:00
Alena Laskavaia
352e59b270 fixed grep example and added details provider for it 2011-02-26 01:47:10 +00:00
Alena Laskavaia
7e3b1acf38 fixed checker which was broken after my prev refactoring 2011-02-26 01:31:44 +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
7b8eb1ed1a added example grep checker and updated some comments 2011-02-23 02:54:00 +00:00
Alena Laskavaia
353b63daf9 make CIndex checker extened AbtractCheckerWithParamters because it should 2011-02-22 02:57:11 +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
3c2fd7ab95 Cleaned up problem preferences interfaces and fixed persistence 2010-05-16 02:18:02 +00:00
Alena Laskavaia
208b649f76 Refactored ProblemParameterInfo 2010-05-14 02:36:16 +00:00
Alena Laskavaia
e0ee9359b1 Externalized strings 2010-05-07 02:58:31 +00:00
Alena Laskavaia
8ece4ead1a - simplified API for problem details extensions 2010-04-29 16:34:18 +00:00
Alena Laskavaia
db7ec65b72 - added extension point to provide problem details in Problem Details view and example of doing so for Flexlint 2010-04-28 21:39:09 +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
92923566ce - added abstract classes for parameter info 2010-03-22 02:14:41 +00:00
Alena Laskavaia
a7ff454fda - added example word into problem description to distinguiish from real checker 2010-03-18 15:03:09 +00:00
Alena Laskavaia
e79f9bc741 - renamed to reflect type of checker 2010-03-18 14:38:30 +00:00
Alena Laskavaia
bad558e232 - extracted example from real checkers 2010-03-18 14:33:13 +00:00