Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Updated STABLE branch

STABLE branch updated.
You can browse it at:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=STABLE

or get the corresponding binary patch at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/org.eclipse.jdt.core-STABLE.zip

What's new in this drop
      Java compiler never record more than 100 markers for compilation
      problems. All APIs using IProblemRequestor still see them all. This
      change is intended to prevent overhelming the task list with
      secondary problems.
      Added APIs that allow to create a type hierarchy with a set of
      working copies that take precendence over their original compilation
      unit:
            IType.newSuperTypeHierarchy(IWorkingCopy[], IProgressMonitor)
            IType.newTypeHierarchy(IWorkingCopy[], IProgressMonitor)
      Note that change notification and refreshing is not supported on
      these hierarchies.
Problem Reports Fixed
14051 The implementation for IType.resolveType(String) is not implemented
as noted in the JavaDoc specs
15322 need a way to create a type hierarchy that considers working copies
15142 CCE in SourceConstructorDeclaration
15349 JavaModelException out of Content assist
15677 Exception calling sourceType.getFields on working copy of new class
15657 IDOMMethod.getReturnType returns null for all methods
15804 DOM/AST: wrong Length in cascading if/then/else
15400 Compiler generates way too many errors
15857 Deadlock in the indexer.shutdown()
15756 Organizing imports doesn't pick up the right type
15430 hang up eclipse
14965 Search results in .class files don't select reference
15690 Classpath being set in wrong notification lifecycle
15810 ClasspathContainer question
15717 I cant hold JDK Compiler Compliance level setting.
15448 i keep loosing preferences
15113 extract method: assertion failure
Problem Reports Closed
15761 Log message after importing plugins fails
15852 need set api on IClasspathEntry
15579 Incomplete Java Error Message
13756 Code Completion + Type Introspection
3198 Caller of Signature.toString(String) should be aware that it won't
work for '$' separated top-level types (1G4QB2S)
15332 Problem with "\\" in editor/compiler





Back to the top