1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

784 commits

Author SHA1 Message Date
Sergey Prigogin
1b0fae8b18 Javadoc adjustments. 2011-04-09 20:58:50 +00:00
Vivian Kong
667c8f071f Bug 342013 Code Analysis launch options not externalized 2011-04-06 14:02:52 +00:00
Emanuel Graf
39e579aa0a Bug 341089: Codan does not handle missing functions in macros correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341089
2011-04-06 08:11:52 +00:00
Alena Laskavaia
29a23cb5d2 depend on codan core 2011-03-29 18:22:15 +00:00
Alena Laskavaia
31ec0b89c2 Bug 329430 - using bug icons for now for codan markers 2011-03-29 18:19:33 +00:00
Alena Laskavaia
3bceaf6856 added a method to reurn problem instance by marker 2011-03-29 18:17:58 +00:00
Alena Laskavaia
38cea0f9eb removed deprecated method 2011-03-29 18:15:24 +00:00
Sergey Prigogin
60b01f39f3 Bug 338349 - CodanCReconciler does not find resources consistenly. 2011-03-25 21:49:27 +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
1b982e0418 Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex Ruiz. 2011-03-23 02:49:06 +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
Sergey Prigogin
b7f9782106 Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex Ruiz. 2011-03-23 02:47:21 +00:00
Marc-Andre Laperle
ba7cd25db1 Bug 339463 - Quick fix create local variable and others do not infer parameter types in method calls 2011-03-22 04:29:50 +00:00
Alena Laskavaia
527ee4ff5a started adding support for multiple instance problems 2011-03-20 01:53:23 +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
Alena Laskavaia
899b6159ac added convinience method to use outside of the package 2011-03-19 17:20:56 +00:00
Alena Laskavaia
11b9fcea4f Bug 329430: added extension to replace default icons for codan with custom. Now need the actual icons. 2011-03-18 02:14:26 +00:00
Alena Laskavaia
b8f814df23 extracted comment manupulation login to an abstract checker 2011-03-17 20:17:17 +00:00
James Blackburn
0cf94c5dd7 API tooling: @since 1.1 should be @since 2.0 2011-03-16 13:05:01 +00:00
Marc-Andre Laperle
cbd551eeef Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. Minor clean up. 2011-03-13 06:32:17 +00:00
Marc-Andre Laperle
d9f24fae67 Bug 338683 - Codan confuses fields with methods 2011-03-13 06:03:56 +00:00
Alena Laskavaia
2d5b88f62e hack to initialize ast cache for reading comments 2011-03-12 14:25:12 +00:00
Alena Laskavaia
2b1b5e18d4 added support to easy discovering comments for statement (for suppression) 2011-03-12 03:18:12 +00:00
Marc-Andre Laperle
63ec2d8b00 Bug 337677 - Warning about "void" in late-specified return type 2011-03-11 05:30:11 +00:00
Marc-Andre Laperle
5ef3de90b4 Bug 339634 - [performance] Quick fix create local variable and others can be slow 2011-03-11 05:15:53 +00:00
Alena Laskavaia
dfb6654676 added resource object to profile 2011-03-11 03:40:48 +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
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
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
4c2ba3b3f0 -fixed updates of scope & launch mode for multiple problems 2011-03-08 01:54:44 +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
9a7ecdfa7c Bug 338569 - Not found problem with customized settings makes Codan Preference UI unusable. Patch by Alex Ruiz. 2011-03-04 23:13:45 +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
f3bb6aa2dd added label to build prefs that they can be overriden by checker 2011-02-27 01:58:43 +00:00
Alena Laskavaia
c4dc0ee219 got rid of info box - replaced with tooltips 2011-02-26 18:39:40 +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
5a695e5cf5 removed unnecessary code 2011-02-26 01:31:22 +00:00
Vivian Kong
101d5367d0 Change update site URL to indigo 2011-02-25 14:36:44 +00:00