summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/HTMLOutputter.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 09:54:58 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commit0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch)
tree3d441110176e37c1a6ba2d15a3653d5023863075 /qadevOOo/runner/convwatch/HTMLOutputter.java
parentd26540bb05b0443e7988da34372c86f88cbf1f6c (diff)
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'qadevOOo/runner/convwatch/HTMLOutputter.java')
-rw-r--r--qadevOOo/runner/convwatch/HTMLOutputter.java36
1 files changed, 0 insertions, 36 deletions
diff --git a/qadevOOo/runner/convwatch/HTMLOutputter.java b/qadevOOo/runner/convwatch/HTMLOutputter.java
index b9e8f06d1b9c..7d99bda6f0ab 100644
--- a/qadevOOo/runner/convwatch/HTMLOutputter.java
+++ b/qadevOOo/runner/convwatch/HTMLOutputter.java
@@ -108,7 +108,6 @@ public class HTMLOutputter
StringBuffer a = new StringBuffer();
if (! OSHelper.isWindows())
{
- // System.out.println("Tu'nix system.");
a.append("<A HREF=\"");
a.append(_sHREF);
a.append("\">");
@@ -117,42 +116,13 @@ public class HTMLOutputter
}
else
{
- // System.out.println("Windows system.");
//! this should be replaced by a better method
//! name(WIN|UNIX)
a.append("<A HREF=\"");
a.append(_sHREF);
a.append("\">");
a.append(_sPathInfo);
- // a.append("(first)");
a.append("</A>");
- // if (_sHREF.charAt(1) == ':' && (_sHREF.charAt(0) == 'x' || _sHREF.charAt(0) == 'X'))
- // int index = 0;
- // index = _sHREF.indexOf("X:");
- // if (index == -1)
- // {
- // index = _sHREF.indexOf("x:");
- // }
- // if (index >= 0)
- // {
- // // int index = 0;
- // // remove "X:" and insert "/tausch"
- // StringBuffer sbUNIXPath = new StringBuffer( _sHREF.substring(0, index) );
- // sbUNIXPath.append("/tausch");
- // sbUNIXPath.append(_sHREF.substring(index + 2));
- // String sUNIXPath = sbUNIXPath.toString();
- // sUNIXPath = utils.replaceAll13(sUNIXPath, "\\", "/");
-
- // a.append("<A HREF=\"");
- // a.append(sUNIXPath);
- // a.append("\">");
- // a.append("(second)");
- // a.append("</A>");
- // }
- // else
- // {
- // System.out.println("Path is '" + _sHREF + "'");
- // }
}
return a.toString();
@@ -366,8 +336,6 @@ public class HTMLOutputter
{
m_aOut.write( "<TR>" + ls);
// the link to the old difference can't offer here
- // String sLink = getHREF(FileHelper.getBasename(_aStatus.m_sOldGfx), FileHelper.getBasename(_aStatus.m_sOldGfx));
- // m_aOut.write( tableDataCell(sLink) );
String sBasename = FileHelper.getBasename(m_sFilename);
String sNew = sBasename.substring(m_sNamePrefix.length());
@@ -383,10 +351,6 @@ public class HTMLOutputter
m_aOut.write( tableDataCell(sLink) );
String sPercent = String.valueOf(_aStatus.nPercent) + "%";
- // if (_aStatus.nPercent > 0 && _aStatus.nPercent < 5)
- // {
- // sPercent += " (less 5% is ok)";
- // }
m_aOut.write(tableDataCell( sPercent ) );
// is the check positiv, in a defined range