Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Renamed messages.properties to CodanUIMessages.properties.Sergey Prigogin2-5/+101
2011-04-19Rename messages.properties to Messages.properties.Sergey Prigogin2-5/+24
2011-04-12Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin5-8/+451
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin11-280/+430
2011-04-10Cosmetics.Sergey Prigogin1-2/+1
2011-04-10Cosmetics.Sergey Prigogin1-36/+42
2011-04-10Javadoc adjustments.Sergey Prigogin1-13/+11
2011-04-09Javadoc adjustments.Sergey Prigogin1-3/+3
2011-04-06Bug 342013 Code Analysis launch options not externalizedVivian Kong4-10/+25
2011-04-06Bug 341089: Codan does not handle missing functions in macros correctlyEmanuel Graf3-16/+39
2011-03-29depend on codan coreAlena Laskavaia1-1/+2
2011-03-29Bug 329430 - using bug icons for now for codan markersAlena Laskavaia7-5/+5
2011-03-29added a method to reurn problem instance by markerAlena Laskavaia1-0/+13
2011-03-29removed deprecated methodAlena Laskavaia1-11/+0
2011-03-25Bug 338349 - CodanCReconciler does not find resources consistenly.Sergey Prigogin1-30/+18
2011-03-25Code streamlining.Sergey Prigogin1-24/+25
2011-03-23Bug 340092 - Codan does not update severity in markers when a problem's sever...Sergey Prigogin1-6/+9
2011-03-23Bug 339305 - Preference "Run as you type" should appear only if checker suppo...Sergey Prigogin5-19/+74
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex R...Sergey Prigogin1-2/+2
2011-03-23Disabled auto formatting on save. Alena, please don't re-enable it.Sergey Prigogin3-6/+6
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex R...Sergey Prigogin1-1/+26
2011-03-22Bug 339463 - Quick fix create local variable and others do not infer paramete...Marc-Andre Laperle2-1/+32
2011-03-20started adding support for multiple instance problemsAlena Laskavaia13-90/+265
2011-03-19method should be syncronizedAlena Laskavaia2-1/+2
2011-03-19- moved generic base class for ast rewrite quick fix to common pluginsAlena Laskavaia5-5/+44
2011-03-19added convinience method to use outside of the packageAlena Laskavaia2-3/+17
2011-03-18Bug 329430: added extension to replace default icons for codan with custom. N...v201103180806Alena Laskavaia14-3/+30
2011-03-17extracted comment manupulation login to an abstract checkerAlena Laskavaia5-71/+113
2011-03-16API tooling: @since 1.1 should be @since 2.0James Blackburn1-1/+1
2011-03-13Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. ...Marc-Andre Laperle3-8/+26
2011-03-13Bug 338683 - Codan confuses fields with methodsMarc-Andre Laperle4-6/+102
2011-03-12hack to initialize ast cache for reading commentsAlena Laskavaia1-0/+8
2011-03-12added support to easy discovering comments for statement (for suppression)Alena Laskavaia5-129/+243
2011-03-11Bug 337677 - Warning about "void" in late-specified return typeMarc-Andre Laperle2-2/+61
2011-03-11Bug 339634 - [performance] Quick fix create local variable and others can be ...Marc-Andre Laperle1-5/+22
2011-03-11added resource object to profileAlena Laskavaia5-26/+52
2011-03-11id for checkerAlena Laskavaia1-0/+1
2011-03-11added example of property change listenerAlena Laskavaia2-0/+119
2011-03-11refactor bunch of stuff to support profiles better - not problem (kind) knows...Alena Laskavaia9-43/+424
2011-03-11fixed issues of accessing non-initialized checker registryAlena Laskavaia1-1/+5
2011-03-11return IEclipsePreferencesAlena Laskavaia1-14/+14
2011-03-08- did a major refactoring with API breakage to get rid of bad dependency fro...Alena Laskavaia11-62/+103
2011-03-08-fixed updates of scope & launch mode for multiple problemsAlena Laskavaia6-12/+23
2011-03-04Bug 338467 - Codan calls "before" and "after" even for checkers that are not ...Sergey Prigogin1-11/+8
2011-03-04Bug 338569 - Not found problem with customized settings makes Codan Preferenc...Sergey Prigogin1-2/+4
2011-03-04Bug 338492 - 'log(String, Throwable)' method. Patch by Alex Ruiz.Sergey Prigogin1-13/+31
2011-03-01partually support editing multiple problems at the same timeAlena Laskavaia5-47/+126
2011-03-01semantic errors problem would not run on build by defaultAlena Laskavaia4-12/+50
2011-02-28refactored per-problem launch mode: ui controls, internal structures, etcAlena Laskavaia15-225/+226
2011-02-27added ui code to grey out checkboxes which are conditionally enabled based on...Alena Laskavaia2-2/+35

Back to the top