[jruby-joni] 42/279: Log also dMin and dMax.

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:26:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit 12ee76b32cbef83f1a2990bbbe51fdf587dab059
Author: Marcin Mielżyński <lopx at gazeta.pl>
Date:   Fri Nov 14 01:29:25 2008 +0000

    Log also dMin and dMax.
    
    git-svn-id: http://svn.codehaus.org/jruby/joni/trunk@8072 961051c9-f516-0410-bf72-c9f7e237a7b7
---
 src/org/joni/Regex.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/org/joni/Regex.java b/src/org/joni/Regex.java
index 1e00453..c79ed1f 100644
--- a/src/org/joni/Regex.java
+++ b/src/org/joni/Regex.java
@@ -371,14 +371,14 @@ public final class Regex implements RegexState {
         }
 
         s += "\n";
-        
+
         if (searchAlgorithm != SearchAlgorithm.NONE) {
             s += "  sub anchor: " + OptAnchorInfo.anchorToString(subAnchor) + "\n";
         }
 
-        s += "threshold length: " + thresholdLength;
-        s += "\n";
-        
+        s += "dmin: " + dMin + " dmax: " + dMax + "\n";
+        s += "threshold length: " + thresholdLength + "\n";
+
         if (exact != null) {
             s += "exact: [" + new String(exact, exactP, exactEnd - exactP) + "]: length: " + (exactEnd - exactP) + "\n"; 
         } else if (searchAlgorithm == SearchAlgorithm.MAP || searchAlgorithm == SearchAlgorithm.MAP_SB) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list