cap4e-help Mailing List for Code Analysis Plugin
Brought to you by:
shake234
You can subscribe to this list here.
| 2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Eric D. <eri...@bf...> - 2007-02-26 07:38:12
|
You use efferent and afferent /packages /in calculating the instability. Why do you not use efferent and afferent /classes /as it was proposed by Robert C. Martin? See also page 6 in: http://www.objectmentor.com/resources/articles/oodmetrc.pdf Eric -- Eric Dubuis, Berner Fachhochschule, Technik und Informatik, Postfach, CH-2501 Biel, Schweiz. Tel: +41-32-321 6318. E-Mail: eri...@bf..., WWW: http://prof.ti.bfh.ch/due1. |
|
From: SE/AE/Kunz M. <ae...@vf...> - 2005-07-25 13:41:57
|
Hi All
we have tried your eclipse plugin CAP.
It works very nice, but there are one problem:
When I create a local variable and declare it with the full qualified =
class name,
it is not displayed in the efferent coupling view.
Thanks for your help.
Regards,
Mathias
Code-Sample:=20
package package_a;
// This does not create a dependency.
import package_b.*;
public class TestClass
{
////////////////////////////////////////////////
// Instance creation for local variable=20
////////////////////////////////////////////////
public TestClass()
{
// This does not create a dependency, when the import contains a =
wildcard.
EfferentCoupeling efferentCoupeling_b =3D new EfferentCoupling();
// Local variable with full qualified class name
// This does not create a dependency.
package_c.EfferentCoupeling efferentCoupling_c =3D new =
package_c.EfferentCoupling();
}
}
package package_b;
public class EfferentCoupling {
public String getName() {
return "EfferentCoupling";
}
=09
public static String getClassName() {
return "EfferentCoupling";
}
}
package package_c;
public class EfferentCoupling {
public String getName() {
return "EfferentCoupling";
}
=09
public static String getClassName() {
return "EfferentCoupling";
}
}
|
|
From: Johannes S. <joh...@fa...> - 2005-01-20 11:42:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Welcome to the list... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) iD8DBQFB75kCejb1wmRiRr4RAjMmAKDjRxeYIWj0xsGXGliBRMJv4Ha35ACg2Of3 +00S0B+yq5qoBulwUG5HJCY= =6imP -----END PGP SIGNATURE----- |