Questions tagged [cbo]

16 questions
0
votes
1 answer

Calculating Efferent Coupling in Java

I need to calculate the Efferent Coupling (Coupling Between Objects) of a Java program from the source file. I'm already extracting the Abstract Syntax Tree with jdt in Eclipse, but I'm not sure if it's possible to directly extract class…
Tristan
  • 1,349
  • 2
  • 16
  • 25
1
2