Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Bug 321471 Return statement style patch from Marc-Andre LaperleAlena Laskavaia5-1/+197
2010-09-19Marker resolution generator has to be register for specific marker type not s...Alena Laskavaia1-0/+4
2010-09-18PR: 325669 - run on folder, patch from Marc-Andre LaperleAlena Laskavaia1-0/+6
2010-08-27Bug 323602: fixed f.p. in constructors/destructors for return checkerAlena Laskavaia3-7/+68
2010-08-27make semantic error to have their own marker typeAlena Laskavaia2-0/+26
2010-08-22Fixed @since tagAndrew Gvozdev1-1/+1
2010-08-18 Bug 321437 - passing a null index as the effect of not skipping any headers...Alena Laskavaia2-2/+2
2010-08-17added general problem attributes in customize pageAlena Laskavaia3-4/+120
2010-08-17fixed too long link in the problem detailsAlena Laskavaia2-3/+24
2010-08-17opening links from Problem Details was not working properlyAlena Laskavaia1-1/+4
2010-08-17externalized stringsAlena Laskavaia3-10/+15
2010-08-16Bug 309603 - Improve quick fixes to be more like JDT in the editor UIAlena Laskavaia3-5/+23
2010-08-13fixed usage of improper attribute for problem id, added marker groupping supportAlena Laskavaia10-29/+150
2010-08-07Bug 321933 fixed f.p. in assignment to itself checker when assignment is in m...Alena Laskavaia2-1/+16
2010-08-05Bug 175646 - applying patch for slow inClass context calculationAlena Laskavaia1-88/+120
2010-08-05Bug 309607 lots of refactoring and changes to support better marker managemen...Alena Laskavaia13-78/+533
2010-08-04added comment to checkers schemaAlena Laskavaia1-11/+26
2010-08-04got rid of concept of problem reference. Each problem should belong to one an...Alena Laskavaia1-19/+1
2010-08-04Bug 321383 - fixed performance issue for ProblemBindingCheckerAlena Laskavaia1-10/+1
2010-07-30- fixed bug in openInEditor methodAlena Laskavaia1-13/+18
2010-07-29Bug 314576: added assignment to itself checker, contribution from Severin Ge...Alena Laskavaia5-1/+132
2010-07-29Bug 316309: fixing void return typedef in C++ (patch from Marc-Andre Laperle)Alena Laskavaia1-3/+3
2010-07-29PR:317067 - typo in commentAlena Laskavaia1-1/+1
2010-07-29- removed commented out codeAlena Laskavaia1-15/+0
2010-07-29- fixed layout problems in problems configuration dialogAlena Laskavaia1-5/+25
2010-07-29- added category and did some renaming for problem binding checkerAlena Laskavaia3-25/+31
2010-07-29fixed markerResolutions which I brokeAlena Laskavaia1-0/+7
2010-07-23Added quick for to create local variable for gcc error messageAlena Laskavaia4-6/+68
2010-07-23Bug 320575 incorrect type inference for add field, patch from Tomasz WesolowskiAlena Laskavaia4-13/+11
2010-07-22generator will set problem arguments based on pattern groups for non codan pr...Alena Laskavaia2-2/+49
2010-07-22added document field to have access to it if neededAlena Laskavaia1-0/+9
2010-07-22extract getProblem methodAlena Laskavaia1-6/+17
2010-07-22added utility methods to access marker dataAlena Laskavaia1-4/+46
2010-07-22location should support placing markers on any resource not only fileAlena Laskavaia3-3/+70
2010-07-22fixed clone methodAlena Laskavaia1-7/+12
2010-07-22added utility method to simplify creationAlena Laskavaia1-0/+15
2010-07-22convinience methods to manipulate marker attributesAlena Laskavaia1-0/+26
2010-07-22allow to define quick fixes for gcc problems (not codan) as wellAlena Laskavaia4-11/+27
2010-07-22added comment about problems with marker dissaperingAlena Laskavaia1-1/+3
2010-07-22Bug 320575 - fallback for add variable should use int not voidAlena Laskavaia1-1/+1
2010-07-22save file - otherwise refactoring does not work...Alena Laskavaia1-1/+2
2010-07-21there were some dependency problems, we will try thisAlena Laskavaia1-3/+3
2010-07-21Bug 319196 - quick fixes for adding local variables,etc. based on patch from ...Alena Laskavaia9-1/+515
2010-07-21turned off codan running on editor reconcile - gets on a way of testsAlena Laskavaia1-2/+61
2010-07-21Bug 319196 updated to add common methodAlena Laskavaia1-0/+33
2010-07-21fixed bug - builder should be obtained from a modelAlena Laskavaia1-1/+2
2010-07-21Bug 309760 - renamed checkerAlena Laskavaia5-56/+431
2010-07-21Bug 319196 - updated utils with more useful methods (contributed by Tomasz We...Alena Laskavaia1-29/+304
2010-07-01Bug 317875: extended utility classesAlena Laskavaia2-1/+135
2010-07-01added framework for quick fix tests and exampleAlena Laskavaia7-2/+216

Back to the top