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

268 commits

Author SHA1 Message Date
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
Sergey Prigogin
cf018dec6c Javadoc adjustments. 2011-04-10 00:06:47 +00:00
Alena Laskavaia
38cea0f9eb removed deprecated method 2011-03-29 18:15:24 +00:00
Sergey Prigogin
4a37d52c1c Code streamlining. 2011-03-25 03:20:47 +00:00
Sergey Prigogin
25bed5bd57 Bug 340092 - Codan does not update severity in markers when a problem's severity has been changed in Preferences. Patch by Alex Ruiz. 2011-03-23 03:02:03 +00:00
Sergey Prigogin
0a500299af Bug 339305 - Preference "Run as you type" should appear only if checker supports that launch mode. Patch by Alex Ruiz. 2011-03-23 02:59:10 +00:00
Sergey Prigogin
c42f42cb81 Disabled auto formatting on save. Alena, please don't re-enable it. 2011-03-23 02:48:23 +00:00
Alena Laskavaia
527ee4ff5a started adding support for multiple instance problems 2011-03-20 01:53:23 +00:00
Alena Laskavaia
dfb6654676 added resource object to profile 2011-03-11 03:40:48 +00:00
Alena Laskavaia
de346dcf4b refactor bunch of stuff to support profiles better - not problem (kind) knows about parent category and its profile 2011-03-11 03:18:21 +00:00
Alena Laskavaia
5a8cf9f832 fixed issues of accessing non-initialized checker registry 2011-03-11 03:17:38 +00:00
Alena Laskavaia
c2dfefd6ea return IEclipsePreferences 2011-03-11 03:17:19 +00:00
Sergey Prigogin
63b1a31bb5 Bug 338467 - Codan calls "before" and "after" even for checkers that are not supposed to run in a launch mode. Patch by Alex Ruiz. 2011-03-04 23:25:33 +00:00
Sergey Prigogin
9738529f90 Bug 338492 - 'log(String, Throwable)' method. Patch by Alex Ruiz. 2011-03-04 23:07:30 +00:00
Alena Laskavaia
14199fcfa3 partually support editing multiple problems at the same time 2011-03-01 03:32:51 +00:00
Alena Laskavaia
1db363d94c semantic errors problem would not run on build by default 2011-03-01 02:21:13 +00:00
Alena Laskavaia
6179bd2262 refactored per-problem launch mode: ui controls, internal structures, etc 2011-02-28 04:43:38 +00:00
Alena Laskavaia
cbb43fd93b added ui code to grey out checkboxes which are conditionally enabled based on launch mode 2011-02-27 03:13:31 +00:00
Alena Laskavaia
e01c3cc7c3 added on deman launch profile instead of on inc build 2011-02-27 02:35:23 +00:00
Alena Laskavaia
1d85f97705 Bug 337487 - Bad exception handling in Codan 2011-02-24 02:23:23 +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
Sergey Prigogin
3974422239 On behalf of Alex Ruiz. 2011-02-23 00:09:54 +00:00
Alena Laskavaia
cec0640481 fixed default value for LaunchTypeProblemPrefrence 2011-02-22 02:54:08 +00:00