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
Alena Laskavaia
a93035a04c Added quick fix for parenthesis checker 2010-05-02 02:31:03 +00:00
Alena Laskavaia
7872cd18fd Moved extension point to right plugin 2010-05-02 02:15:07 +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
ecd0453485 - added javadoc and visibility refactoring 2010-05-01 00:56:13 +00:00
Alena Laskavaia
a54f3f21a7 - added javadoc, externalized strings, fixed copyright 2010-05-01 00:41:56 +00:00
Alena Laskavaia
bec406f7dd - show external location if it is not empty in problems details view 2010-04-30 20:48:56 +00:00
Alena Laskavaia
eb6e206f2b - added escaping of & character for swt Link control 2010-04-29 18:00:22 +00:00
Alena Laskavaia
8ece4ead1a - simplified API for problem details extensions 2010-04-29 16:34:18 +00:00
Alena Laskavaia
67d447ae99 - icon updated 2010-04-29 01:49:24 +00:00
Alena Laskavaia
63207d9813 - schema dir should be in the build 2010-04-28 21:39:44 +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
8f44d67a49 - removed version dependency so it compiles with CDT 6.0 2010-04-28 16:20:55 +00:00
Alena Laskavaia
7fa181c4b6 - added preference to disable check as you type 2010-04-28 02:59:40 +00:00
Alena Laskavaia
bccbcf872c - added Problem Details view - first draft 2010-04-27 20:54:32 +00:00
Alena Laskavaia
077398283c - renamed provisional package 2010-04-21 01:41:53 +00:00
Alena Laskavaia
56c7ec129c - command contribution implemented properly 2010-04-21 01:40:15 +00:00
Alena Laskavaia
404c5aba3c - optimized building 2010-04-20 02:34:10 +00:00
Alena Laskavaia
86b9fb3e90 - removed unused dependency 2010-04-19 14:17:48 +00:00
Alena Laskavaia
01b33ac701 [309603] - annotations for codan problems 2010-04-19 01:22:05 +00:00
Alena Laskavaia
e4694d3d57 - optimized process of non-editor files 2010-04-18 19:10:11 +00:00
Alena Laskavaia
ca52c0a338 - add sync to process methods of abstarct checker class because only one of checker is used and it can run in parallel 2010-04-18 02:28:39 +00:00
Alena Laskavaia
556a433366 - added catch by pointer as exception 2010-04-18 02:27:24 +00:00
Alena Laskavaia
d540bb4801 - added cople more c stmt to cfg builder 2010-04-17 02:28:32 +00:00
Alena Laskavaia
5a5d22c50d - added more tests and support for goto/label statements 2010-04-17 01:58:12 +00:00
Alena Laskavaia
234a20224a - added support for break and continue 2010-04-15 02:22:56 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Alena Laskavaia
ee3a2444d1 - re-wrote to use labeled node instead of decisionArc 2010-04-14 02:55:44 +00:00
Alena Laskavaia
c7f45478a9 -added switch to cfg 2010-04-13 02:07:27 +00:00
Alena Laskavaia
1732897f31 - implemented better quick fix framework and extension point for it 2010-04-13 01:13:59 +00:00
Alena Laskavaia
c9823a073f - renamed catch by reference checker 2010-04-13 00:55:39 +00:00
Alena Laskavaia
6f66ef520e - moved NodeFactory to proper place 2010-04-13 00:54:38 +00:00
Alena Laskavaia
a9c6b8f9a7 [307414] - fixed quick fix for assignment in condition - used position information 2010-04-08 01:10:35 +00:00
Alena Laskavaia
0e5d4a03b0 [306658] - properties subpage - fixed enablemetn and renamed 2010-04-07 02:11:59 +00:00
Alena Laskavaia
d89ad5f2d0 [307825] - fixed to support linked resources 2010-04-07 01:50:33 +00:00
Alena Laskavaia
aae25439d2 - fixed NPE in prefernces page 2010-04-07 01:35:07 +00:00
Alena Laskavaia
80fa0c1930 [307825] - fixed to support linked resources 2010-04-07 01:24:11 +00:00
Alena Laskavaia
e6358c05ce -got rid of joiner - it deadlocks 2010-04-07 01:23:32 +00:00
Alena Laskavaia
0908dbf0cd - added node factory and cfg for for statement 2010-04-01 02:14:48 +00:00
Alena Laskavaia
6d33ab23a6 - added test check 2010-03-31 00:50:54 +00:00
Alena Laskavaia
506daf12cd - added methods to get all nodes from cfg 2010-03-31 00:50:44 +00:00
Alena Laskavaia
e1b6394c31 - fixed icons 2010-03-31 00:50:24 +00:00
Alena Laskavaia
5954124bbf - fixed couple of NPE's 2010-03-30 18:34:54 +00:00
Alena Laskavaia
077c8e6e45 307495 - fixed NPE 2010-03-30 12:50:23 +00:00
Alena Laskavaia
2edd020c84 - added support for while loop in cfg 2010-03-30 03:04:48 +00:00
Alena Laskavaia
4967787769 - updated to catch possible exceptions 2010-03-29 15:34:44 +00:00
Alena Laskavaia
2449137d04 - fixed action name/icon 2010-03-29 02:39:41 +00:00
Alena Laskavaia
62c9bdecc9 - added control flow graph - initial commit 2010-03-29 02:32:42 +00:00
Alena Laskavaia
6b922df8c2 - test view to inspect control flow graph 2010-03-29 02:31:04 +00:00
Alena Laskavaia
dc4a320192 provisional API for Control Flow Graph 2010-03-26 19:45:05 +00:00
Alena Laskavaia
9f723276c7 PR: 307066 - fixed throw e cases 2010-03-26 15:14:41 +00:00