Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Implemented isLValue function inside the checker to make backward compatible ...Alena Laskavaia1-9/+36
2010-05-17Removed @Test annotation to make it backward compatible with 6.0Alena Laskavaia3-20/+0
2010-05-17FIx to make it backward compatible with CDT 6.0Alena Laskavaia1-10/+15
2010-05-17Fix usage of progress monitorAlena Laskavaia1-3/+2
2010-05-17Fix compile errorAlena Laskavaia1-13/+12
2010-05-16Fixed spelling in a class nameAlena Laskavaia6-14/+14
2010-05-16Cleaned up problem preferences interfaces and fixed persistenceAlena Laskavaia39-623/+1613
2010-05-15Moved parameter control upAlena Laskavaia3-26/+27
2010-05-14Refactored adding parameter and renamed hash to mapAlena Laskavaia7-22/+64
2010-05-14Added parameters for checker - to check for implict returnAlena Laskavaia1-5/+34
2010-05-14Externalized stringsAlena Laskavaia3-12/+35
2010-05-14Refactored ProblemParameterInfoAlena Laskavaia13-40/+296
2010-05-13Externalized stringsAlena Laskavaia6-27/+19
2010-05-13Refactored common function to utility classAlena Laskavaia2-22/+71
2010-05-13no need to run indexer for these testsAlena Laskavaia2-9/+5
2010-05-13Added tests for CatchByReferenceAlena Laskavaia2-0/+115
2010-05-13Have to include src folder in binary build because it has test source codeAlena Laskavaia1-1/+2
2010-05-12Simplified code by using different API and get rid of warningsAlena Laskavaia2-42/+24
2010-05-12Interface class should have been in public packageAlena Laskavaia7-9/+12
2010-05-12Still trying to fix tests failure by fixing dependenciesAlena Laskavaia1-3/+3
2010-05-11Fixed f.p. for c++ lazy evaluation hacksAlena Laskavaia2-6/+13
2010-05-11Added tests for statement has not effect checkerAlena Laskavaia1-0/+15
2010-05-11Added data parameter to statement has no effect checkerAlena Laskavaia2-2/+2
2010-05-11Fixed f.p. for gnu compound statement expression extensionAlena Laskavaia1-1/+15
2010-05-11Fixed test infrastructure (use common code C test utils to read files from ja...Alena Laskavaia7-355/+340
2010-05-11Fixed missing NLS message warningAlena Laskavaia1-2/+1
2010-05-09Extracted interface for data object of Basic Block in control flow graphAlena Laskavaia6-12/+42
2010-05-09Bug 311268 fixed some f.p. in return checkerAlena Laskavaia4-7/+128
2010-05-08Bug 311268 tests (patch from Felipe)Alena Laskavaia2-0/+115
2010-05-08Bug 311268 added checker to check for return valuesAlena Laskavaia3-0/+203
2010-05-08Added problem message to display in info panelAlena Laskavaia3-18/+77
2010-05-08Improved diagnostic messageAlena Laskavaia1-1/+1
2010-05-08Externalized string - fixed issuesAlena Laskavaia16-125/+64
2010-05-08Fixed details not showing for regular problemsAlena Laskavaia1-1/+1
2010-05-07corrected messageAlena Laskavaia1-3/+3
2010-05-07Externalized stringsAlena Laskavaia22-47/+149
2010-05-05- making usage of CodanEditorUtilityAlena Laskavaia1-44/+6
2010-05-05- support for navigatable "URL"s containing file: syntax - would open editor ...Alena Laskavaia4-49/+74
2010-05-05- Added utility class to share between classes that want to open a file for m...Alena Laskavaia1-0/+111
2010-05-04- removed version dependency so it compiles with CDT 6.0Alena Laskavaia1-3/+3
2010-05-04fixed marker supertypes for codan marker and marker type generationAlena Laskavaia7-22/+65
2010-05-02Added quick fix for parenthesis checkerAlena Laskavaia6-16/+74
2010-05-02Moved extension point to right pluginAlena Laskavaia2-7/+8
2010-05-02Refactor to move common code to a proper package and externalize stringsAlena Laskavaia14-93/+83
2010-05-01- added javadoc and visibility refactoringAlena Laskavaia15-66/+48
2010-05-01- added javadoc, externalized strings, fixed copyrightAlena Laskavaia16-101/+164
2010-04-30- show external location if it is not empty in problems details viewAlena Laskavaia1-0/+3
2010-04-29- added escaping of & character for swt Link controlAlena Laskavaia1-12/+22
2010-04-29- simplified API for problem details extensionsAlena Laskavaia6-133/+130
2010-04-29- icon updatedAlena Laskavaia1-0/+0

Back to the top