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

212 commits

Author SHA1 Message Date
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
Alena Laskavaia
8a8fc5617c got rid of concept of problem reference. Each problem should belong to one and only one checker. This will allow to avoid problems with markers persistancy and control. 2010-08-04 01:13:15 +00:00
Alena Laskavaia
d2f4f9daa0 - added category and did some renaming for problem binding checker 2010-07-29 01:11:43 +00:00
Alena Laskavaia
8ce10b8b62 generator will set problem arguments based on pattern groups for non codan problems 2010-07-22 02:51:48 +00:00
Alena Laskavaia
b282976dfa extract getProblem method 2010-07-22 02:31:50 +00:00
Alena Laskavaia
c6ea6624d7 added utility methods to access marker data 2010-07-22 02:28:49 +00:00
Alena Laskavaia
7b9acc4aae location should support placing markers on any resource not only file 2010-07-22 02:28:12 +00:00
Alena Laskavaia
fdeec42574 fixed clone method 2010-07-22 02:27:15 +00:00
Alena Laskavaia
6c54353b6e added utility method to simplify creation 2010-07-22 02:25:54 +00:00
Alena Laskavaia
a4a8abe72d convinience methods to manipulate marker attributes 2010-07-22 01:48:51 +00:00
Alena Laskavaia
3d0baee8fb Bug 317538: added framework to store arguments in a marker (add added intermediate object between reporter and marker) 2010-06-22 02:15:20 +00:00
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