Sergey Prigogin
724e1991ac
Cosmetics.
2013-05-22 10:22:38 -07:00
Danny Ferreira
20e43a2744
Bug 402607 - [c++11] Invalid "member was not initialized warning" with
...
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-22 13:19:23 -04:00
Sergey Prigogin
fa881229a6
Don't report unknown built-in functions as problems.
2013-04-03 17:36:17 -07:00
Sergey Prigogin
cc82847af6
Bug 404774 - Invalid implicit ctor call is not marked as error
2013-04-02 23:48:43 -07:00
Sergey Prigogin
3b6247d7cf
Changed default preferences to not produce a warning for the last case
...
in a switch statement.
2013-01-02 14:13:07 -08:00
Nathan Ridge
032c010a82
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 13:11:57 -05:00
Tomasz Wesolowski
660a75531a
Bug 348387 - fp in ReturnChecker using try/catch
2012-11-17 01:38:45 -05:00
Sergey Prigogin
b774b53a26
Bug 299911. Improved propagation of template instantiation context.
2012-08-10 12:54:58 -07:00
Sergey Prigogin
f4d616cdc0
Bug 299911. Added logging of methods that loose template instantiation
...
context.
2012-08-08 17:38:17 -07:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Sergey Prigogin
962736a429
Bug 383706. Restored accidentally commented out code.
2012-06-27 21:07:15 -07:00
Sergey Prigogin
4e99b5aea4
Bug 383706 - Class member initialization checker produces false
...
positives on deleted constructors
2012-06-27 18:03:44 -07:00
Sergey Prigogin
f0d78b9761
Cosmetics.
2012-06-27 15:48:41 -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