Bug 335232 - api verification task seems to have trouble with re-exported types
Summary: api verification task seems to have trouble with re-exported types
Status: CLOSED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: PDE API Tools Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2011-01-24 13:44 EST by Olivier Thomann CLA
Modified: 2019-09-19 00:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2011-01-24 13:44:26 EST
Using M4 or HEAD version of this task reports lots of errors with re-exported types:

<?xml version="1.0" encoding="UTF-8"?>
<project name="api freeze" default="main" basedir="..">
	<target name="API Analysis">
		<apitooling.analysis
			baseline="C:/tests_api/eclipse-SDK-3.6-win32.zip"
			profile="C:/tests_api/eclipse-SDK-I20110124-0916-win32.zip"
			report="c:/tests_api/analysis/xml"
			excludelist="c:/tests_api/exclude_list_external.txt"
			filters="c:/tests_api/apifilters"
			debug="true"/>
		<apitooling.analysis_reportconversion
			debug="true"
			xmlfiles="c:/tests_api/analysis/xml"
			htmlfiles="c:/tests_api/analysis/html"
		/>
	</target>
	<target name="main">
		<antcall target="API Analysis" />
	</target>
</project>

Something has changed that broke this task. It might be a problem with the way the profiles are initialized.
jface.text for example reports 111 errors:
org.eclipse.jface.text 	111 	0 	1

The re-exported type org.eclipse.jface.text.AbstractDocument has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.AbstractLineTracker has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.Assert has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.BadLocationException has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.BadPartitioningException has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.BadPositionCategoryException has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.ConfigurableLineTracker has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.CopyOnWriteTextStore has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DefaultLineTracker has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DefaultPositionUpdater has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.Document has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DocumentEvent has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DocumentPartitioningChangedEvent has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DocumentRewriteSession has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DocumentRewriteSessionEvent has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.DocumentRewriteSessionType has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.FindReplaceDocumentAdapter has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.GapTextStore has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.IDocument has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.IDocumentExtension has been removed from org.eclipse.jface.text_3.6.0
The re-exported type org.eclipse.jface.text.IDocumentExtension2 has been removed from org.eclipse.jface.text_3.6.0
...

I cannot reproduce inside the IDE using the compare with baseline feature.
Comment 1 Eclipse Genie CLA 2019-09-18 12:59:39 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.

--
The automated Eclipse Genie.