- This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Brian Fernandes.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
atomz4peaceParticipantThis 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 4 years, 4 months ago by atomz4peace.
Brian FernandesModeratorIf you bring up the Error log’s menu, you should see an “Activate on new events” item that you can uncheck (see attachment). This should prevent the log from popping up and grabbing focus.
As far as getting rid of the actual error, can you please tell us what version of MyEclipse you’re using? Have you made any changes to the Java that MyEclipse is started with? Do send us the entire error log so we can look for additional details in there. Thanks!
Attachments:
You must be logged in to view attached files. -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)