| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 2 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 1 | |
| Coupling between objects | CBO | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
| Information Flow measure ( visible ) | IF4v | 36 | ******** |
| Information Flow measure ( concrete ) | IF4c | 1 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| sessionDidActivate( HttpSessionEvent ) declaration F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionActivationListener.java:15 | 1 | 0 | 0 | ------ | ------ |
| sessionWillPassivate( HttpSessionEvent ) declaration F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionActivationListener.java:17 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
SessionListener [CV] implements F:\winstone-src-0.9.10\src\test\winstone\testApplication\listeners\SessionListener.java:21WebAppConfiguration [V] member variable F:\winstone-src-0.9.10\src\java\winstone\WebAppConfiguration.java:139WinstoneSession [V] member variable F:\winstone-src-0.9.10\src\java\winstone\WinstoneSession.java:57normal parameter F:\winstone-src-0.9.10\src\java\winstone\WinstoneSession.java:90 |
EventListener [CV] extends F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionActivationListener.java:14HttpSessionEvent [V] normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionActivationListener.java:15normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionActivationListener.java:17 |