Detailed report on module NoBodyResponse

MetricTagOverallPer Function
Lines of CodeLOC 32******
McCabe's Cyclomatic NumberMVG 2******
Lines of CommentCOM 0********
LOC/COML_C****** 
MVG/COMM_C------ 
Weighted Methods per Class (  weighting = unity )WMC1 7 
Weighted Methods per Class (  weighting = visible )WMCv 0 
Depth of Inheritance TreeDIT 3 
Number of ChildrenNOC 0 
Coupling between objectsCBO 6 
Information Flow measure (  inclusive )IF4 0********
Information Flow measure (  visible )IF4v 0********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:141
5 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
NoBodyResponse(  HttpServletResponse )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:148

4 0 0------------
getCharacterEncoding(   )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:171

3 0 0------------
getOutputStream(   )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:167

3 0 0------------
getWriter(   )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:175

6 1 0------------
setContentLength(   )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:153

4 1 0------------
setContentLength(  int )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:158

4 0 0------------
setContentType(  String )
definition   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:163

3 0 0------------

Relationships

ClientsSuppliers
  HttpServletResponse [V]
normal parameter   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:148


HttpServletResponseWrapper [CV]
extends   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:141


NoBodyOutputStream [V]
member variable   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:142


PrintWriter [V]
member variable   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:144
return type   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:175


ServletOutputStream [V]
return type   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:167


String [V]
normal parameter   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:163
return type   F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:171