fix for:
java.lang.NullPointerException
at
org.eclipse.dltk.internal.javascript.validation.TypeInfoValidator$ValidationVisitor.describeArguments(TypeInfoValidator.java:1524)
at
org.eclipse.dltk.internal.javascript.validation.TypeInfoValidator$ValidationVisitor.validateCallExpressionRMethod(TypeInfoValidator.java:1205)
at
org.eclipse.dltk.internal.javascript.validation.TypeInfoValidator$ValidationVisitor.validateCallExpression(TypeInfoValidator.java:1047)

because getDeclaredType was not stable it could return constantly a
different value. Now it is more stable because the value that has a
declared value is always preferred over a value that just has types
1 file changed
tree: 33ee54c20c80bb0e06b37c3f057f3dbc36c42eb0
  1. features/
  2. plugins/
  3. tests/
  4. update.site/
  5. pom.xml