Nathan Ridge
9475bffdea
Bug 395018 - False 'member was not initalized in this constructor'
...
warning for defaulted copy/move constructor
Change-Id: Ib7800e46174b195fd15daef923abfff482fd3aff
Reviewed-on: https://git.eclipse.org/r/9059
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:11:44 -08:00
Tomasz Wesolowski
5e369d662e
Bug 348387 - fp in ReturnChecker using try/catch
2012-11-17 01:49:04 -05:00
Sergey Prigogin
81ab8a71d8
Bumped up version to 8.1.1
2012-08-14 17:55:45 -07:00
Sergey Prigogin
ec941362f4
Bug 299911. Improved propagation of template instantiation context.
2012-08-14 15:47:41 -07:00
Sergey Prigogin
f122365484
Bug 299911. Added logging of methods that loose template instantiation
...
context.
2012-08-14 15:32:56 -07:00
Sergey Prigogin
3b5ee13aeb
Bug 383706. Restored accidentally commented out code.
2012-06-27 20:01:18 -07:00
Sergey Prigogin
d97e3d63f3
Bug 383706 - Class member initialization checker produces false
...
positives on deleted constructors
2012-06-27 18:17:38 -07:00
Sergey Prigogin
e36b23e17b
Cosmetics.
2012-06-27 18:14:58 -07:00
Sergey Prigogin
2d5f3da68e
Fixed an NPE.
2012-05-17 12:37:43 -07:00
Marc-Andre Laperle
af1c5c31d1
Bug 368611 - Bogus warning in template partial specialization
2012-05-13 13:45:31 -04:00
Sergey Prigogin
07924ceeeb
Cosmetics.
2012-04-28 23:13:16 -07:00
Sergey Prigogin
7366607b69
Cosmetics.
2012-04-15 19:32:26 -07:00
Sergey Prigogin
89e9f5d607
Fixed EmptyStackException.
2012-04-13 16:43:02 -07:00
Sergey Prigogin
03021e3af2
Cosmetics.
2012-04-13 16:41:01 -07:00
Sergey Prigogin
ae7dc29df9
Bug 376790 - Codan should not issue warnings for unused variables and
...
functions that have attribute unused
2012-04-13 15:49:10 -07:00
Sergey Prigogin
ada23a9a2f
Bug 372551. Removed the external tool checker support until all design
...
issues are resolved.
2012-03-13 18:42:16 -07:00
Marc-Andre Laperle
53bc0f10e6
Bug 368420 - FP in members not initialized in in copy constructor
2012-03-07 20:36:34 -05:00
Marc-Andre Laperle
0a9a95adcd
Bug 368419 - FP in members not initialized in constructor
2012-03-07 01:33:16 -05:00
Marc-Andre Laperle
e912eb6f32
Bug 372009 - Wrong class name in NonVirtualDestructor warning
2012-03-05 01:31:48 -05:00
Sergey Prigogin
0ecc12f363
Remove version constraints from dependencies between Codan plugins.
2012-02-24 12:49:54 -08:00
Sergey Prigogin
934adecf48
Adjustments to Alex's contribution.
2012-02-23 13:26:43 -08:00
Alex Ruiz
d7f5c2bd7c
Minor code cleanup.
2012-02-23 13:26:24 -08:00
Alex Ruiz
f405944e2d
Code cleanup:
...
- Merged CommandLauncher and ExternalToolInvoker
- Moved CppcheckChecker from project org.eclipse.codan.checkers to
org.eclipse.codan.checkers.ui
- Removed unnecessary dependencies on UI code in project
org.eclipse.codan.checkers
2012-02-23 13:24:18 -08:00
Alex Ruiz
a3758a0664
Minor code cleanup.
2012-02-23 13:18:19 -08:00
Alex Ruiz
b25c644007
* Enabled correct API baseline (3.7) and fixed related API-check errors.
...
* Moved classes that are not part of the API to "internal" packages.
* Removed unnecessary classes.
* Simplified creation of checkers by providing alternative super class
and constructors.
2012-02-23 13:17:23 -08:00
Alex Ruiz
a631e47e43
Externalized Strings.
2012-02-23 12:26:48 -08:00
Alex Ruiz
3115bb4e22
Initial take on external-tool-based checkers.
2012-02-23 12:25:05 -08:00
Sergey Prigogin
da28cc19fc
Java 1.5-style loops, etc.
2012-02-10 17:47:39 -08:00
Sergey Prigogin
9f0e997443
Fixed a typo.
2012-01-20 15:11:06 -08:00
Marc-Andre Laperle
d98768295b
Bug 368446 - NonVirtualDestructor checker: stack overflow when class
...
inherits itself
2012-01-14 16:50:28 -05:00
Sergey Prigogin
ecd14f70f8
Declare utility methods static.
2012-01-09 10:52:51 -08:00
Sergey Prigogin
d8c53b2501
@Override annotations.
2012-01-07 17:43:42 -08:00
Sergey Prigogin
693a79de5e
Fixed typos.
2011-12-05 19:57:17 -08:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1
Switched to Java 1.6.
2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Doug Schaefer
9ec9113700
Update version numbers for Juno.
2011-09-22 15:03:14 -04:00
Sergey Prigogin
fb7d64098f
Bug 356239 - ClassCastException in ClassTypeHelper.getOwnMethods.
2011-08-30 14:51:36 -07:00
Sergey Prigogin
a8522bf2a1
Added ability to suppress unused variable and function warnings for code
...
produced by macro expansion.
2011-08-29 17:03:55 -07:00
Sergey Prigogin
17f96f9eb3
Bug 356040 - Invalid "Unused declaration of variable" warning.
2011-08-28 20:45:15 -07:00
Sergey Prigogin
c0b9f79b30
Bug 356037 - "No break at the end of case" warning for a case statement
...
produced by macro expansion.
2011-08-28 19:31:15 -07:00
Alena Laskavaia
6f2671b1ee
Bug 352221 - Quick Fix for "case break" checker
2011-08-22 22:46:24 -04:00
Sergey Prigogin
33c2e373d4
Bug 353360 - Bogus "type must implement the inherited pure virtual
...
method" error. Fix and test case.
2011-07-30 23:03:30 -07:00
Sergey Prigogin
14afc9f4f4
Cosmetics.
2011-07-30 23:03:02 -07:00
Marc-Andre Laperle
74ecb38ea3
Bug 352983 - internal error in switch isFallThroughStatement
2011-07-25 13:49:00 -04:00
Sergey Prigogin
d3264a7418
Removed an invalid exemption for abstract classes.
2011-07-17 19:07:56 -07:00
Sergey Prigogin
21e056c856
Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't take
...
superclass into account. Fix and additional tests including the ones
contributed by Tomasz Wesolowski.
2011-07-17 19:07:11 -07:00
Tomasz Wesolowski
761ccb9301
Bug 333599 - [C++0x] Initializer lists & return without type
2011-07-15 21:13:03 -04:00
Anton Gorenkov
3b6f6642b8
Bug 339795 - [checker] Checker that finds class members that are not
...
initialized in constructor
2011-07-06 02:34:49 -04:00