Bug 227581 - TextMergeViewer misses two @since tags
Summary: TextMergeViewer misses two @since tags
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2008-04-17 11:56 EDT by Tomasz Zarna CLA
Modified: 2008-04-21 04:56 EDT (History)
0 users

See Also:


Attachments
Added missing tags... all of them (1.54 KB, patch)
2008-04-17 12:04 EDT, Tomasz Zarna CLA
no flags Details | Diff
mylyn/context/zip (777 bytes, application/octet-stream)
2008-04-17 12:04 EDT, Tomasz Zarna CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2008-04-17 11:56:33 EDT
TextMergeViewer misses the @since 3.4 tag for two new methods:
* org.eclipse.compare.contentmergeviewer.TextMergeViewer.isCurrentDiff(Diff)
* org.eclipse.compare.contentmergeviewer.TextMergeViewer.isNavigationPossible()
Comment 1 Tomasz Zarna CLA 2008-04-17 12:04:20 EDT
Created attachment 96458 [details]
Added missing tags... all of them
Comment 2 Tomasz Zarna CLA 2008-04-17 12:04:26 EDT
Created attachment 96459 [details]
mylyn/context/zip
Comment 3 Tomasz Zarna CLA 2008-04-18 05:22:15 EDT
If McQ approves the API change requested in bug 227585, there is will be no need to apply this fix.
Comment 4 Tomasz Zarna CLA 2008-04-21 04:56:02 EDT
Bug 227585 has been fixed by making both methods private (non-API) which makes this bug invalid.