You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, if errors are logged, they should be logged with a stack trace.
I assume the error is just caused by the fact that while editing or navigating inside Java file, mouse hover request may be cancelled because of some user actions that make the request obsolete. This is not an error and shouldn't be spamming the log.
The text was updated successfully, but these errors were encountered:
Extend `contentMergeViewers` extension point: add an attribute to
consider "linked" editor content type associations. The code checks if
contentMergeViewers contribution refers to such "linked" editor id in
extension, and check if editor supports other content types. In case
there are more content types supported by same "linked" editor, these
would be automatically considered as valid contentTypes for the
contentMergeViewers.
Updated CompareViewerSwitchingPane to consider more precise title
calculations for ContentMergeViewer instances (where concrete type info
is available after instantiation of a particular viewer).
Fixeseclipse-jdt/eclipse.jdt.ui#1294
…f bounds for length 1 (eclipse-jdt#724)
fixeseclipse-jdt#1294
+ Also fix it for TYPE_USE annotations
+ Test nesting in lambda instead of anonymous
+ additional fix for similar problem caused by varargs signature
+ require latest o.e.jdt.core.compiler.batch
Using I20240327-1800 build I randomly get errors without stack trace while working in Java editor:
Interrupted while waiting for CSS fragments cache lock, proceeding without using cache
This is a regression from #1074.
@RedeemerSK: please check.
The text was updated successfully, but these errors were encountered: