Getting External annotations to work [message #1832746] |
Thu, 24 September 2020 06:24  |
Eclipse User |
|
|
|
Hi,
I am scratching my head how to get external annotations to work in the IDE.
I have got this in my .classpath:
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="annotationpath" value="/org.eclipse.skills.releng.nullanalysis/eea"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<attributes>
<attribute name="annotationpath" value="/home/christian/eea"/>
</attributes>
</classpathentry>
first one links to an existing workspace project, second one to a file system folder.
On linux I do not see an "Annotate" context menu when I try to augment a parameter in the defining class. This is the same on 2020-06 and 2020-09.
On windows I do at least see the Annotate context menu on 2020-06, but when selecting I just hear the error ping from windows, but nothing happens. Also there are no entries in the .log file.
Any recommendations how to get this working?
thanks
Christian
With eclipse 2020-06 I do see the "annotate" context menu entry
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07560 seconds