commit | c45b3a52b3e64d5f2407f7759c32fcbf90f3e1b9 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan.herrmann@berlin.de> | Mon Apr 21 23:33:09 2014 +0200 |
committer | Stephan Herrmann <stephan.herrmann@berlin.de> | Mon Apr 21 23:33:09 2014 +0200 |
tree | f2bb34ce4d64fd193810ec02d307cd97b3d87d6e | |
parent | 54cdcc7c2796e809828c32f658b8f812a65be156 [diff] |
Bug 433150 Reorganize structure of runtime bundles / packages - adjust to changed lenght of compound name of OTREInternalError
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java b/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java index 35779eb..b410e48 100644 --- a/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java +++ b/org.eclipse.jdt.core/compiler/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/SyntheticBaseCallSurrogate.java
@@ -70,7 +70,7 @@ MethodModel.saveReturnType(this, origReturnType); // fetch type bindings while we have a scope: Scope scope = declaringClass.scope; - this.errorType = scope.getType(IOTConstants.OTRE_INTERNAL_ERROR, 5); + this.errorType = scope.getType(IOTConstants.OTRE_INTERNAL_ERROR, 3); this.stringType = scope.getJavaLangString(); // the synthetic methods of a class will be sorted according to a per-class index, find the index now: SyntheticMethodBinding[] knownAccessMethods = declaringClass.syntheticMethods();