Community
Participate
Working Groups
This bug was discovered by FindBugs. org.eclipse.jdt.internal.debug.eval.ast.engine.ASTInstructionCompiler.getTypeId(Type) The following line compares a String to a Name, and will never return true. if ("java.lang.String".equals(simpleType.getName())){ //$NON-NLS-1$ return Instruction.T_String; } It should be comparing to to getName().getFullyQualifiedName().
Fixed in HEAD.
Also fixed in 3.6.1
Verified in M20100825-0800.