projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ccac3b
)
isImmutable is used by the disjoint family of analyses and we added string because...
author
jjenista
<jjenista>
Fri, 13 May 2011 20:15:56 +0000
(20:15 +0000)
committer
jjenista
<jjenista>
Fri, 13 May 2011 20:15:56 +0000
(20:15 +0000)
Robust/src/IR/TypeDescriptor.java
patch
|
blob
|
history
diff --git
a/Robust/src/IR/TypeDescriptor.java
b/Robust/src/IR/TypeDescriptor.java
index 3cf65385adebe95402d12100ff87ee14a2cc5571..dfaf3550e600cad9dc908bf117b5426e09883713 100644
(file)
--- a/
Robust/src/IR/TypeDescriptor.java
+++ b/
Robust/src/IR/TypeDescriptor.java
@@
-282,7
+282,7
@@
public class TypeDescriptor extends Descriptor {
}
public boolean isImmutable() {
- return isPrimitive()
|| isString()
;
+ return isPrimitive();
}
public TypeDescriptor(NameDescriptor name) {