Add space between guillemet and \ to avoid triggering a

graphivz bug that would ignore the escape code.
This commit is contained in:
Diomidis Spinellis 2003-05-07 20:02:41 +00:00
parent eb9764670f
commit 85f2650db5
10 changed files with 20 additions and 20 deletions

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);

View File

@ -344,7 +344,7 @@ class ClassGraph {
System.err.println("@stereotype expects one field: " + tags[i].text());
return ("");
}
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + '\\' + term;
r += StringFuns.guilopen + t[0] + StringFuns.guilclose + " \\" + term;
}
return (r);
}
@ -389,7 +389,7 @@ class ClassGraph {
opt.w.print("\t" + ci.name + " [");
r = stereotype(c, 'n') + r;
if (c.isInterface())
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + "\\n" + r;
r = StringFuns.guilopen + "interface" + StringFuns.guilclose + " \\n" + r;
boolean showMembers =
(opt.showAttributes || opt.showOperations) &&
(c.methods().length > 0 || c.fields().length > 0);