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

201 commits

Author SHA1 Message Date
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
Sergey Prigogin
7a7f4df061 Bug 337625 - Support for example parameters for message pattern to be used in codan preference UI. 2011-02-20 00:54:08 +00:00
Sergey Prigogin
f1d8668d9a Javadoc adjustments. 2011-02-20 00:50:56 +00:00
Sergey Prigogin
dafa751ccf Fixed compiler warnings. 2011-02-20 00:49:47 +00:00
Alena Laskavaia
57547df8f4 added support of specifing launch mode per problem 2011-02-10 04:15:29 +00:00
Alena Laskavaia
53ecdbbc27 Bug 335909 - adjusted cfg generation for switch and dead code 2011-02-09 03:19:10 +00:00
Alena Laskavaia
1e1fdab079 Bug 320187 - A codan checker for detecting format string vulnerabilities 2011-02-08 02:51:59 +00:00
Alena Laskavaia
42fa511831 Bug 336396: fixed double processing of files on build 2011-02-08 02:24:45 +00:00
Alena Laskavaia
5f895da197 Bug 334447 - exception on closed project - patch committed 2011-01-18 02:15:51 +00:00
Alena Laskavaia
bbbe3dceac Bug 329858: fixing exception with header files outside of workspace 2010-11-17 01:50:47 +00:00
Alena Laskavaia
cf174d1afb Bug 327710 convinience method 2010-10-18 00:26:54 +00:00
Alena Laskavaia
54aeb3242f make semantic error to have their own marker type 2010-08-27 00:18:22 +00:00
Andrew Gvozdev
31a39c55c8 Fixed @since tag 2010-08-22 14:49:15 +00:00
Alena Laskavaia
3d24fe63f2 externalized strings 2010-08-17 00:39:18 +00:00
Alena Laskavaia
b71382f1af Bug 309603 - Improve quick fixes to be more like JDT in the editor UI 2010-08-16 02:20:34 +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
Alena Laskavaia
e4c1d89d1a Bug 309607 lots of refactoring and changes to support better marker management - prevent fickering and improve performance 2010-08-05 02:11:18 +00:00
Alena Laskavaia
791ff12fae added comment to checkers schema 2010-08-04 01:23:33 +00:00