You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Ceki Gülcü <cg...@qos.ch> on 2001/04/22 15:27:06 UTC

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/spi LocationInfo.java

Mathias,

This one is mighty treacherous. Thank you for catching it. How did you notice it by the way? Thanks again. Ceki

At 13:11 22.04.2001 +0000, pathos@apache.org wrote:
>pathos      01/04/22 06:11:57
>
>  Modified:    src/java/org/apache/log4j/spi LocationInfo.java
>  Log:
>  Fixed Subtle performance bug in LocationInfo class (#1089).
>  
>  Revision  Changes    Path
>  1.4       +1 -1      jakarta-log4j/src/java/org/apache/log4j/spi/LocationInfo.java
>  
>  Index: LocationInfo.java
>  ===================================================================
>  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/spi/LocationInfo.java,v
>  retrieving revision 1.3
>  retrieving revision 1.4
>  diff -u -r1.3 -r1.4
>  --- LocationInfo.java 2000/12/26 21:42:48     1.3
>  +++ LocationInfo.java 2001/04/22 13:11:57     1.4
>  @@ -55,7 +55,7 @@
>   
>     // Check if we are running in IBM's visual age.
>     static boolean inVisualAge = false;
>  -  {
>  +  static {
>       try {
>         Class dummy = Class.forName("com.ibm.uvm.tools.DebugSupport");
>         inVisualAge = true;
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-cvs-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: log4j-cvs-help@jakarta.apache.org

--
Ceki Gülcü


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/spi LocationInfo.java

Posted by Mathias Bogaert <pa...@pandora.be>.
It was reported twice in the bug database.

:)

M

----- Original Message -----
From: "Ceki Gülcü" <cg...@qos.ch>
To: "LOG4J Developers Mailing List" <lo...@jakarta.apache.org>;
<ja...@apache.org>
Sent: Sunday, April 22, 2001 3:27 PM
Subject: Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/spi
LocationInfo.java



Mathias,

This one is mighty treacherous. Thank you for catching it. How did you
notice it by the way? Thanks again. Ceki

At 13:11 22.04.2001 +0000, pathos@apache.org wrote:
>pathos      01/04/22 06:11:57
>
>  Modified:    src/java/org/apache/log4j/spi LocationInfo.java
>  Log:
>  Fixed Subtle performance bug in LocationInfo class (#1089).
>
>  Revision  Changes    Path
>  1.4       +1 -1
jakarta-log4j/src/java/org/apache/log4j/spi/LocationInfo.java
>
>  Index: LocationInfo.java
>  ===================================================================
>  RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/spi/LocationInfo.java,v
>  retrieving revision 1.3
>  retrieving revision 1.4
>  diff -u -r1.3 -r1.4
>  --- LocationInfo.java 2000/12/26 21:42:48     1.3
>  +++ LocationInfo.java 2001/04/22 13:11:57     1.4
>  @@ -55,7 +55,7 @@
>
>     // Check if we are running in IBM's visual age.
>     static boolean inVisualAge = false;
>  -  {
>  +  static {
>       try {
>         Class dummy = Class.forName("com.ibm.uvm.tools.DebugSupport");
>         inVisualAge = true;
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-cvs-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: log4j-cvs-help@jakarta.apache.org

--
Ceki Gülcü


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org