Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Collapse)AuthorFilesLines
2014-04-11Fixed compiler warnings.Sergey Prigogin1-1/+0
2014-04-09Missing NON-NLS stringsMarc Khouzam1-1/+1
Change-Id: Ia177b5ded46b3d6292af3e41951165c9d26b57cc Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-09Remove unused API filtersMarc Khouzam1-11/+0
Change-Id: Ia3a53fec79973ccdec7d74d68fcc4f4621fe1cc7 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-07Bug 430282 - Limit recursion depth when processing inheritanceNathan Ridge1-0/+9
hierarchies Change-Id: Ia9d9f379cb61e8d8bc8d1fb33f893fcd2a0688a2 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/23957 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-03-31Bug 431544 - UnsupportedOperationException inSergey Prigogin1-1/+2
ControlFlowGraphBuilder.build Change-Id: I91fd0b4e1a816b80a4bbad5e7a8ee1f61f9862a9 Reviewed-on: https://git.eclipse.org/r/24214 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-03-31Cosmetics.Sergey Prigogin2-97/+34
2014-03-15Fix intermittent test failures in codanMarc-Andre Laperle1-0/+2
Sometimes, index-based checkers (AbstractIndexAstChecker) were skipped because the indexer was not fully initialized so expected errors were not getting reported. Change-Id: Ibb764224f11ae4a867a4aa6b9de2b8ec55e90c55 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/23428 Reviewed-by: Nathan Ridge <zeratul976@hotmail.com> Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-02-23Bug 428725 - Severity selection from Coda Analyses preferences shouldTeodor Madan1-1/+1
not allow not supported values. Create ComboBoxCellEditor with SWT.READ_ONLY style Change-Id: I5d1bbc94ffb6df17be092108c1e45133849cea3e Signed-off-by: Teodor Madan <teodor.madan@freescale.com> Reviewed-on: https://git.eclipse.org/r/22363 Tested-by: Hudson CI
2014-02-12Bug 428041 - NPE in ReturnCheckerSergey Prigogin1-78/+33
2014-01-24Enabled JDK 1.7.Sergey Prigogin28-46/+46
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin7-7/+7
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55 Reviewed-on: https://git.eclipse.org/r/20908 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-12-17Bug 424160: null checks for CodanPreferencesLoader.getProjectNodeAndrew Eidsness2-10/+12
CodanPreferencesLoader.getProjectNode will sometimes return null. This patch adds null checks before using the result. Change-Id: If4dd70e6673d5da62cc0b8e899fb5066bdaa4bef Signed-off-by: Andrew Eidsness <eclipse@jfront.com> Reviewed-on: https://git.eclipse.org/r/19873 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-12-16Bug 419938 - [fp] Pure virtual implementation not recognized if only oneNathan Ridge1-0/+18
path implements it Change-Id: I90732a87d8d6b4ad2a84aa3c8b09b10727afa994 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/19823 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-12-06Cosmetics.Sergey Prigogin2-34/+9
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
An attempt to reduce memory consumption.
2013-12-06Cosmetics.Sergey Prigogin1-8/+0
2013-12-01Bug 421900 - NPE in StatementHasNoEffectChecker.usesOverloadOperator()Nathan Ridge1-6/+13
Change-Id: I9099f3600cfdac492784087ef5993b353111eab8 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/18468 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-10-09Fixed an NPE during shutdown.Sergey Prigogin1-0/+2
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-0/+16
Change-Id: I08732af62f43c03f362d4602736ef6b8e0f227e9 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/16147 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-3/+4
Change-Id: Ie6113d44647a222e063ab2ab27f3dc9d994f98fc Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/15451 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-28Bug 390782 - NPE in AssignmentToItselfChecker$1.isAssignmentToItselfSergey Prigogin1-9/+13
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev7-7/+7
2013-08-19Bug 414279 - Derived class method that overrides a base class methodNathan Ridge1-0/+19
brought into the derived scope with a using-declaration Change-Id: Ibeb49dddb7ef3768ffd4964e22a139afba8690fb Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/15573 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-02Bug 45203. Support for symbols exported by multiple headers.Sergey Prigogin1-7/+2
2013-07-28Moved getPureVirtualMethods method to SemanticQueries.Sergey Prigogin1-2/+2
2013-07-28Bug 351612 - Pure virtual implementation not recognized if multiplyNathan Ridge1-0/+54
inherited Change-Id: I1e9141fbb5cc72bb7b59b77d6faf958726094e5f Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14906 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-25Bug 352267 - Assignment in condition checker matches the wholeNathan Ridge3-12/+76
expression Change-Id: I7aea1c5d404a8d374020e34c997e6e890fcdb3d6 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14764 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-22Cosmetics.Sergey Prigogin1-1/+0
2013-07-19Bug 358694 - False warning about Unused static function in templateNathan Ridge2-0/+31
Change-Id: I0ebeef9db921239e896983c68e5291316209c2d2 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14680 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-18Bug 363884 - NPE using 'Add break statement' quick fixNathan Ridge2-7/+29
Change-Id: I240b196d04b5f032bfaa9666db595b788b7a1d02 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14640 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-17Bug 393129 - Do not give "unused symbol" warning for file-scope variableNathan Ridge2-0/+41
used in an asm block Change-Id: I2088bed2dd26af1220069dbdf18fda17d32fdf21 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14608 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-15Added missing copyright comments and cleaned up localizable messages.Sergey Prigogin9-31/+50
2013-07-15Normalized dependencies.Sergey Prigogin1-7/+7
2013-07-14Bug 399146 - Bogus 'statement has no effect' warning for call toNathan Ridge2-7/+40
overloaded operator Change-Id: Ie2092903356e048d96b8507ce30ec2d3edc2b2f7 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14534 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-09Bug 400673 - [c++11] Unnecessary warning in class constructor (notNathan Ridge2-1/+14
initialized member) when using "in class member initialization" Change-Id: I4e6af3b0927d44f0bb5417d7788fc9a026f8fb7c Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14397 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-08Cosmetics.Sergey Prigogin1-13/+13
2013-07-07Bug 408303 - [C++11] Incorrect member not initialized warnings forNathan Ridge1-0/+14
template class's defaulted constructors Change-Id: I61064421c2cee405c9a915abe500c94fa4423eef Signed-off-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-on: https://git.eclipse.org/r/14177 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-04Bug 412057 - UI tests don't run on Mac Cocoa using Tycho buildMarc-Andre Laperle1-1/+1
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-06-22Fixed an NPE.Sergey Prigogin1-0/+2
2013-05-22Cosmetics.Sergey Prigogin2-7/+8
2013-05-22Bug 402607 - [c++11] Invalid "member was not initialized warning" withDanny Ferreira2-0/+39
delegating constructors Change-Id: I521918be7b8c1dd867b53bd22f7646e610651fb6 Reviewed-on: https://git.eclipse.org/r/13043 Reviewed-by: Nathan Ridge <zeratul976@hotmail.com> Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-05-20Bug #368221axel1-3/+15
regression fix: enable navigation to the next/previous error in the editor Change-Id: Ie69f9a08f741b7b4b34a0c3f42ec4133a129c5ee Reviewed-on: https://git.eclipse.org/r/12979 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-05-03Bug #368221axel1-6/+24
Add CODAN markers to Preferences->General->Editors->Text Editors->Annotations Change-Id: I4ba5245306fb70a0f9d38235112b631bda36bb8f Reviewed-on: https://git.eclipse.org/r/12511 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-04Don't report unknown built-in functions as problems.Sergey Prigogin1-1/+6
2013-04-03Bug 404774 - Invalid implicit ctor call is not marked as errorSergey Prigogin2-18/+32
2013-02-05Enabled assertions during tests.Sergey Prigogin1-1/+1
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin1-2/+2
2013-01-05Fixed broken test.Sergey Prigogin1-15/+3
2013-01-02Changed default preferences to not produce a warning for the last caseSergey Prigogin1-4/+4
in a switch statement.
2013-01-01Bug 396749 - Checker is not enabled if only one problem is selectedMarc-Andre Laperle1-4/+2

Back to the top