You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/10/10 00:56:18 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print positivePrintBoolean.html positivePrintChar.html positivePrintCharArray.html positivePrintDouble.html positivePrintDoubleMaxBound.html positivePrintDoubleMinBound.html positivePrintFloat.html positivePrintFloatMaxBound.html positivePrintFloatMinBound.html positivePrintInt.html positivePrintIntMaxBound.html positivePrintIntMinBound.html positivePrintLong.html positivePrintLongMaxBound.html positivePrintLongMinBound.html positivePrintObj.html positivePrintStr.html positivePrintln.html positivePrintlnBoolean.html positivePrintlnChar.html positivePrintlnCharArray.html positivePrintlnDouble.html positivePrintlnFloat.html positivePrintlnInt.html positivePrintlnLong.html positivePrintlnObj.html positivePrintlnStr.html

santosh     00/10/09 15:56:18

  Added:       src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print
                        positivePrintBoolean.html positivePrintChar.html
                        positivePrintCharArray.html
                        positivePrintDouble.html
                        positivePrintDoubleMaxBound.html
                        positivePrintDoubleMinBound.html
                        positivePrintFloat.html
                        positivePrintFloatMaxBound.html
                        positivePrintFloatMinBound.html
                        positivePrintInt.html positivePrintIntMaxBound.html
                        positivePrintIntMinBound.html
                        positivePrintLong.html
                        positivePrintLongMaxBound.html
                        positivePrintLongMinBound.html
                        positivePrintObj.html positivePrintStr.html
                        positivePrintln.html positivePrintlnBoolean.html
                        positivePrintlnChar.html
                        positivePrintlnCharArray.html
                        positivePrintlnDouble.html
                        positivePrintlnFloat.html positivePrintlnInt.html
                        positivePrintlnLong.html positivePrintlnObj.html
                        positivePrintlnStr.html
  Log:
  watchdog 4.0
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintBoolean.html
  
  Index: positivePrintBoolean.html
  ===================================================================
  <html>
  <title>positivePrintBoolean</title>
  <body>
  
  <!-- this is to test if print(boolean b) method works -->
  
  true
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintChar.html
  
  Index: positivePrintChar.html
  ===================================================================
  <html>
  <title>positivePrintChar</title>
  <body>
  
  <!-- this is to test if print(char c) method works -->
  
  A
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintCharArray.html
  
  Index: positivePrintCharArray.html
  ===================================================================
  <html>
  <title>positivePrintCharArray</title>
  <body>
  
  <!-- this is to test if print(char[] c) method works -->
  ABC
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintDouble.html
  
  Index: positivePrintDouble.html
  ===================================================================
  <html>
  <title>positivePrintDouble</title>
  <body>
  
  <!-- this is to test if print(double d) method works -->
  
  234567.0
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintDoubleMaxBound.html
  
  Index: positivePrintDoubleMaxBound.html
  ===================================================================
  <html>
  <title>positivePrintDoubleMaxBound</title>
  <body>
  
  <!-- Get the max. boundary for double for checking -->
  
  1.7976931348623157E308
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintDoubleMinBound.html
  
  Index: positivePrintDoubleMinBound.html
  ===================================================================
  <html>
  <title>positivePrintDoubleMinBound</title>
  <body>
  
  <!-- Get the min. boundary for double for checking -->
  
  4.9E-324 
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintFloat.html
  
  Index: positivePrintFloat.html
  ===================================================================
  <html>
  <title>positivePrintFloat</title>
  <body>
  
  <!-- this is to test if print(float f) method works -->
  
  45.0
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintFloatMaxBound.html
  
  Index: positivePrintFloatMaxBound.html
  ===================================================================
  <html>
  <title>positivePrintFloatMaxBound</title>
  <body>
  
  <!-- Get the max. boundary for float for checking -->
  
  3.4028235E38 
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintFloatMinBound.html
  
  Index: positivePrintFloatMinBound.html
  ===================================================================
  <html>
  <title>positivePrintFloatMinBound</title>
  <body>
  
  <!-- Get the min. boundary for float for checking -->
  
  1.4E-45 
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintInt.html
  
  Index: positivePrintInt.html
  ===================================================================
  <html>
  <title>positivePrintInt</title>
  <body>
  
  <!-- this is to test if print(Int i) method works -->
  
  234
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintIntMaxBound.html
  
  Index: positivePrintIntMaxBound.html
  ===================================================================
  <html>
  <title>positivePrintIntMaxBound</title>
  <body>
  
  <!-- Get the max. boundary for int for checking -->
  
  2147483647
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintIntMinBound.html
  
  Index: positivePrintIntMinBound.html
  ===================================================================
  <html>
  <title>positivePrintIntMinBound</title>
  <body>
  
  <!-- Get the min. boundary for int for checking -->
  
  -2147483648 
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintLong.html
  
  Index: positivePrintLong.html
  ===================================================================
  <html>
  <title>positivePrintLong</title>
  <body>
  
  <!-- this is to test if print(long l) method works -->
  123456789
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintLongMaxBound.html
  
  Index: positivePrintLongMaxBound.html
  ===================================================================
  <html>
  <title>positivePrintLongMaxBound</title>
  <body>
  
  <!-- Get the max. boundary for long for checking -->
  
  9223372036854775807 
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintLongMinBound.html
  
  Index: positivePrintLongMinBound.html
  ===================================================================
  <html>
  <title>positivePrintLongMinBound</title>
  <body>
  
  <!-- Get the min. boundary for long for checking -->
  -9223372036854775808 
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintObj.html
  
  Index: positivePrintObj.html
  ===================================================================
  <html>
  <title>positivePrintObj</title>
  <body>
  
  <!-- this is to test if print(java.lang.Object obj) method works -->
  123
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintStr.html
  
  Index: positivePrintStr.html
  ===================================================================
  <html>
  <title>positivePrintStr</title>
  <body>
  
  <!-- this is to test if print(java.lang.String str) method works -->
  india
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintln.html
  
  Index: positivePrintln.html
  ===================================================================
  <html>
  <title>positivePrintln</title>
  <body>
  
  <!-- this is to test if println method works -->
  
  <!-- trying to print each character in an array, in a new line -->
  A
  B
  C
          
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnBoolean.html
  
  Index: positivePrintlnBoolean.html
  ===================================================================
  <html>
  <title>positivePrintlnBoolean</title>
  <body>
  
  <!-- this is to test if println(boolean b) method works -->
  true
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnChar.html
  
  Index: positivePrintlnChar.html
  ===================================================================
  <html>
  <title>positivePrintlnChar</title>
  <body>
  
  <!-- this is to test if println(char c) method works -->
  m
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnCharArray.html
  
  Index: positivePrintlnCharArray.html
  ===================================================================
  <html>
  <title>positivePrintlnCharArray</title>
  <body>
  
  <!-- this is to test if println(char c[]) method works -->
  m
  a
  d
  r
  a
  s
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnDouble.html
  
  Index: positivePrintlnDouble.html
  ===================================================================
  <html>
  <title>positivePrintlnDouble</title>
  <body>
  
  <!-- this is to test if println(double d) method works -->
  1234.56789
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnFloat.html
  
  Index: positivePrintlnFloat.html
  ===================================================================
  <html>
  <title>positivePrintlnFloat</title>
  <body>
  
  <!-- this is to test if println(float f) method works -->
  1234.0
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnInt.html
  
  Index: positivePrintlnInt.html
  ===================================================================
  <html>
  <title>positivePrintlnInt</title>
  <body>
  
  <!-- this is to test if println(int i) method works -->
  12
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnLong.html
  
  Index: positivePrintlnLong.html
  ===================================================================
  <html>
  <title>positivePrintlnLong</title>
  <body>
  
  <!-- this is to test if println(long l) method works -->
  123456789
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnObj.html
  
  Index: positivePrintlnObj.html
  ===================================================================
  <html>
  <title>positivePrintlnObj</title>
  <body>
  
  <!-- this is to test if println(java.lang.Object obj) method works -->
  123
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnStr.html
  
  Index: positivePrintlnStr.html
  ===================================================================
  <html>
  <title>positivePrintlnStr</title>
  <body>
  
  <!-- this is to test if println(java.lang.String str) method works -->
  india
  </body>
  </html>