Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 316415

Summary: Warn about outdated baseline - was: Invalid @since errors don't go away after increasing bundle version to 3.7.0
Product: [Eclipse Project] PDE Reporter: Dani Megert <daniel_megert>
Component: API ToolsAssignee: PDE API Tools Inbox <pde-apitools-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: darin.eclipse
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: stalebug

Description Dani Megert CLA 2010-06-10 02:11:15 EDT
3.6 RC4+ (I20100608-0911).

I started to work on 3.7 and increased the bundle version of 'org.eclipse.jdt.ui' to '3.7.0'. This resulted in 8 API tooling errors (see below) which I cannot get rid of (tried clean all + full build; exit, restart, clean all + full build).



Description	Resource	Path	Location	Type
Invalid @since 3.6 tag on OPEN_ATTACHED_JAVA_DOC; expecting @since 3.7	JdtActionConstants.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 88	@since tag problem

Invalid @since 3.6 tag on OPEN_ATTACHED_JAVADOC; expecting @since 3.7	IJavaEditorActionDefinitionIds.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 508	@since tag problem

Invalid @since 3.6 tag on OPEN_IMPLEMENTATION; expecting @since 3.7	IJavaEditorActionDefinitionIds.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 488	@since tag problem

Invalid @since 3.6 tag on OPEN_IMPLEMENTATION; expecting @since 3.7	JdtActionConstants.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 55	@since tag problem

Invalid @since 3.6 tag on org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction; expecting @since 3.7	OpenAttachedJavadocAction.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 55	@since tag problem

Invalid @since 3.6 tag on org.eclipse.jdt.ui.actions.OpenImplementationAction; expecting @since 3.7	OpenImplementationAction.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions	line 52	@since tag problem

Invalid @since 3.6 tag on PREF_ANONYMOUS_EXPAND_WITH_CONSTRUCTORS; expecting @since 3.7	PreferenceConstants.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui	line 3286	@since tag problem

Invalid @since 3.6 tag on PREF_DEFAULT_EXPAND_WITH_CONSTRUCTORS_MEMBERS; expecting @since 3.7	PreferenceConstants.java	/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui	line 3275	@since tag problem
Comment 1 Dani Megert CLA 2010-06-10 03:05:32 EDT
User error!

I forgot to update the baseline. However, the tooling should be smarter and detect that case. Maybe it could compare the bundle version in the workspace with the one in the baseline: if the minor segment difference is > 1 then it could warn about potentially outdated base line.
Comment 2 Eclipse Webmaster CLA 2019-09-06 15:31:18 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Comment 3 Julian Honnen CLA 2019-09-09 02:45:56 EDT
Please remove the stalebug flag, if this issue is still relevant and can be reproduced on the latest release.