Merged "Open PHP Declaration" and "Open Include File" into one action "Open Declarati...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / lookup / BinaryTypeBinding.java
index b9dafb5..04dd47d 100644 (file)
@@ -42,7 +42,7 @@ public final class BinaryTypeBinding extends ReferenceBinding {
        private LookupEnvironment environment;
 public BinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment) {
        this.compoundName = CharOperation.splitOn('/', binaryType.getName());
-       computeId();
+//     computeId();
 
        this.tagBits |= IsBinaryBinding;
        this.environment = environment;