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

241 commits

Author SHA1 Message Date
Alena Laskavaia
f912261f97 Bug 317067: typo in comments 2010-06-19 17:40:40 +00:00
Alena Laskavaia
7b02c1b681 Bug 317016: renamed miss-spelled function 2010-06-17 01:01:42 +00:00
Alena Laskavaia
ce55d2dce6 enabled API checks 2010-06-17 00:56:57 +00:00
Alena Laskavaia
8ab2acc24a Bug 317061: fixed exception throwing 2010-06-17 00:34:47 +00:00
Marc Khouzam
af62fdaef7 Bug 317075: Wrong text to the exception 2010-06-16 19:42:54 +00:00
Doug Schaefer
dd109e248c Add missing about.html files. 2010-06-14 18:35:55 +00:00
Vivian Kong
912f531ec4 Bug 315439 Fix up copyright 2010-06-03 17:01:53 +00:00
Alena Laskavaia
164cdd8a6e Javadoc 2010-06-03 01:07:59 +00:00
Alena Laskavaia
47c6380964 Bug 315425 batch marker deletion (James' patch) 2010-06-03 01:03:27 +00:00
Alena Laskavaia
b16ac6b603 Javadoc 2010-06-02 01:08:25 +00:00
Alena Laskavaia
fb8475e290 Javadoc and fixed internal method signature 2010-06-02 01:08:08 +00:00
Alena Laskavaia
29b2cdb667 Updated javadoc, removed duplicate method 2010-06-02 00:39:31 +00:00
Alena Laskavaia
587eb8061f Bug 279740: API restrictions 2010-06-01 02:32:16 +00:00
Alena Laskavaia
fbd72a420b Javadoc 2010-06-01 02:24:14 +00:00
Alena Laskavaia
904a66b402 Bug 279740: Javadoc for APIs 2010-05-31 02:53:25 +00:00
Alena Laskavaia
d91b53a16b Externalized strings in manifest 2010-05-31 01:42:48 +00:00
Alena Laskavaia
3ec7ac60fa Clean up interfaces for control flow graph 2010-05-25 02:16:11 +00:00
Alena Laskavaia
6a49ab36dd Clean up and javadoc 2010-05-25 01:33:23 +00:00
Alena Laskavaia
c2919ed4f9 Added scope preference for checkers 2010-05-24 15:05:39 +00:00
Alena Laskavaia
dab37d2d92 Fixed interface to return resource instead of file because in general problem can be on directory too not only file 2010-05-24 14:09:18 +00:00
Alena Laskavaia
644fefb8c5 Fixed preferences of type List 2010-05-23 02:18:18 +00:00
Alena Laskavaia
5bd960f42a removed debug println 2010-05-20 02:36:32 +00:00
Alena Laskavaia
8f07ba0efc Corrected validation 2010-05-19 02:52:53 +00:00
Alena Laskavaia
c9d0b338cb open API 2010-05-18 03:08:11 +00:00
Alena Laskavaia
1c77ff42c8 Clean-up javadoc, method names and open API 2010-05-18 03:07:38 +00:00
Alena Laskavaia
bf4c760f6a Fixed spelling in a class name 2010-05-16 02:19:01 +00:00
Alena Laskavaia
3c2fd7ab95 Cleaned up problem preferences interfaces and fixed persistence 2010-05-16 02:18:02 +00:00
Alena Laskavaia
459a3c2b6e Refactored adding parameter and renamed hash to map 2010-05-14 02:56:39 +00:00
Alena Laskavaia
208b649f76 Refactored ProblemParameterInfo 2010-05-14 02:36:16 +00:00
Alena Laskavaia
eff03629d6 Interface class should have been in public package 2010-05-12 22:20:25 +00:00
Alena Laskavaia
fdb501da55 Fixed missing NLS message warning 2010-05-11 02:07:52 +00:00
Alena Laskavaia
a39fe6b4b2 Extracted interface for data object of Basic Block in control flow graph 2010-05-09 01:54:29 +00:00
Alena Laskavaia
d7586e020f Improved diagnostic message 2010-05-08 01:23:29 +00:00
Alena Laskavaia
9594eeb577 corrected message 2010-05-07 23:37:04 +00:00
Alena Laskavaia
e0ee9359b1 Externalized strings 2010-05-07 02:58:31 +00:00
Alena Laskavaia
bf3078242e fixed marker supertypes for codan marker and marker type generation 2010-05-04 02:46:01 +00:00
Alena Laskavaia
ecd0453485 - added javadoc and visibility refactoring 2010-05-01 00:56:13 +00:00
Alena Laskavaia
7fa181c4b6 - added preference to disable check as you type 2010-04-28 02:59:40 +00:00
Alena Laskavaia
077398283c - renamed provisional package 2010-04-21 01:41:53 +00:00
Alena Laskavaia
404c5aba3c - optimized building 2010-04-20 02:34:10 +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
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
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
6f66ef520e - moved NodeFactory to proper place 2010-04-13 00:54:38 +00:00
Alena Laskavaia
0908dbf0cd - added node factory and cfg for for statement 2010-04-01 02:14:48 +00:00
Alena Laskavaia
506daf12cd - added methods to get all nodes from cfg 2010-03-31 00:50:44 +00:00
Alena Laskavaia
2edd020c84 - added support for while loop in cfg 2010-03-30 03:04:48 +00:00