Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Failing JDT UI tests

FYI, the following JDT UI tests are currently failing (when ran against JDT
Core HEAD):

- org.eclipse.jdt.ui.tests v20051116-1200
  +- org.eclipse.jdt.ui.tests.quickfix.UnresolvedTypesQuickFixTest
      +- testTypeInTypeArguments2()
      +- testParameterizedType2()

- org.eclipse. jdt.ui.tests.refactoring v20051115-0800
  +- org.eclipse.jdt.ui.tests.refactoring.ExtractInterfaceTests
      +- test102()
      +- test103()

I suspect that the changes in generic type bindings caused these failures.



Back to the top