projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8797b
)
just added some spaces to improve error message
author
jjenista
<jjenista>
Mon, 23 Feb 2009 23:15:31 +0000
(23:15 +0000)
committer
jjenista
<jjenista>
Mon, 23 Feb 2009 23:15:31 +0000
(23:15 +0000)
Robust/src/IR/Flat/BuildCode.java
patch
|
blob
|
history
diff --git
a/Robust/src/IR/Flat/BuildCode.java
b/Robust/src/IR/Flat/BuildCode.java
index 5110b2be6c77bfdbf8cb817b7d51f1858d6e458c..0d224a062d7667f0e709360caffb95eaff0414c3 100644
(file)
--- a/
Robust/src/IR/Flat/BuildCode.java
+++ b/
Robust/src/IR/Flat/BuildCode.java
@@
-1935,7
+1935,7
@@
public class BuildCode {
}
if (fc.getThis()!=null&&md.getThis()==null) {
System.out.println("WARNING!!!!!!!!!!!!");
- System.out.println("Source code calls static method
"+md+"
on an object in "+fm.getMethod()+"!");
+ System.out.println("Source code calls static method
"+md+"
on an object in "+fm.getMethod()+"!");
}