Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2009-11-21added test for paranthesis checkerAlena Laskavaia2-8/+64
2009-11-21- fixed checking line number for testsAlena Laskavaia1-22/+61
2009-11-21- fixed error ast nodeAlena Laskavaia1-1/+1
2009-11-21- fixed execution env to be 1.5Alena Laskavaia4-7/+7
2009-11-21[171808] - Added "suggested parenthesis checker"Alena Laskavaia3-2/+155
2009-11-21- adjusted ast node for error resultAlena Laskavaia1-1/+1
2009-11-21- more precise positioning for ast nodes in editorAlena Laskavaia1-4/+10
2009-11-20[281187] - added checker to find uses of reference in declarator of catch exc...Alena Laskavaia2-0/+95
2009-11-20[287588] - do not run checker if all of its registered problems are disabledAlena Laskavaia3-18/+154
2009-09-23- fixed some API, added commentsAlena Laskavaia11-14/+77
2009-09-23- test project for checkersAlena Laskavaia9-0/+483
2009-09-23- moved marked const to interfaceAlena Laskavaia2-1/+2
2009-08-22- added interface method to distinguish fast checkers that can be run in edit...Alena Laskavaia4-20/+49
2009-08-22[279740] - Trying to separate public API and some clean-upAlena Laskavaia28-121/+655
2009-08-10- added headless launch support (application), based on patch of Francois Rig...Alena Laskavaia5-6/+125
2009-07-31bug 284830: [code analysis] Codan report markers on wrong files.Andrew Gvozdev4-15/+26
2009-07-30bug 285125: [code analysis] NPE during reconcileAndrew Gvozdev1-0/+3
2009-07-29bug 284830: Spelling mistakeAndrew Gvozdev2-2/+2
2009-07-10bug 278779: CodanProblemReporter creates duplicate markersAndrew Gvozdev1-0/+13
2009-06-02- fixed 1.5 java problemsAlena Laskavaia4-7/+8
2009-06-02- fixed 1.5 problemsAlena Laskavaia2-12/+8
2009-05-09added commentsAlena Laskavaia1-1/+28
2009-05-09set auto-expand levelAlena Laskavaia1-0/+1
2009-05-09[ 273251] - fixed bugs in analyzerAlena Laskavaia1-13/+15
2009-05-09added loggingAlena Laskavaia1-0/+21
2009-05-09[ 273251] - added checker to check for non-virtual destructorAlena Laskavaia2-0/+196
2009-05-09- remove debug printAlena Laskavaia1-1/+1
2009-04-24- added running checkers on AST reconcile (while typing)Alena Laskavaia6-11/+220
2009-04-22- added cell editor to pick severity of the problemAlena Laskavaia3-16/+78
2009-04-21refactored error reportedAlena Laskavaia5-8/+37
2009-04-21added commentsAlena Laskavaia1-1/+4
2009-04-21[272995] - fixed f.p. and f.nAlena Laskavaia1-1/+24
2009-04-21[272936] - fixed quick fixAlena Laskavaia1-1/+10
2009-04-19- fixed categories supportAlena Laskavaia4-3/+45
2009-04-19added statement has no effect checkerAlena Laskavaia2-0/+99
2009-04-18- to make workspace/project override of properties work, change to store indi...Alena Laskavaia7-117/+173
2009-04-18- trying to use eclipse propertiesAlena Laskavaia6-29/+42
2009-04-18- refactored to extract checkers.ui to another pluginAlena Laskavaia6-139/+18
2009-04-18plugin for checkers ui elementsAlena Laskavaia9-0/+226
2009-04-17sample implementation of QuickFixAlena Laskavaia4-4/+127
2009-04-17- fixed build JREAlena Laskavaia4-4/+4
2009-04-16- updated property store to initialize from coreAlena Laskavaia22-822/+682
2009-04-09initial commitAlena Laskavaia29-0/+1414
2009-04-09- initial commitAlena Laskavaia20-0/+2135

    Back to the top