This is just annoying because it takes focus on the view panes away from the console pane. When debugging and using spring jdbc methods, I get this in the error log every time it steps through a jdbc call like create a new query.
Java Model Exception: Java Model Status [Unknown javadoc format for execute(java.lang.Object[]) {key=Lorg/springframework/jdbc/object/SqlQuery<>;.execute([Ljava/lang/Object;)Ljava/util/List;|Lorg/springframework/dao/DataAccessException;} [in SqlQuery [in SqlQuery.class [in org.springframework.jdbc.object [in C:\Users\u\AppData\Local\MyEclipse CI\configuration\org.eclipse.osgi\78\0\.cp\data\3.1\dist\org.springframework.jdbc-3.1.1.RELEASE.jar]]]]]
at org.eclipse.jdt.internal.core.JavadocContents.getMethodDoc(JavadocContents.java:176)
at org.eclipse.jdt.internal.core.BinaryMethod.getAttachedJavadoc(BinaryMethod.java:751)
at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:533)
at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo(JavadocHover.java:760)
at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.internalGetHoverInfo(JavadocHover.java:678)
at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo2(JavadocHover.java:670)
at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:165)
at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:132)
at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo2(JavaEditorTextHoverProxy.java:89)
at org.eclipse.jface.text.TextViewerHoverManager$1.run(TextViewerHoverManager.java:155)
Any chance that can be fixed in the future?
Thank you
-
This topic was modified 5 years, 1 month ago by
atomz4peace.