Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352314 - Rename VariableContentProvider.computeParitionSize() to computePartitionSize()
Summary: Rename VariableContentProvider.computeParitionSize() to computePartitionSize()
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 04:26 EDT by Mirko Seifert CLA
Modified: 2011-07-20 12:06 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 Mirko Seifert CLA 2011-07-18 04:26:01 EDT
Build Identifier: 

In class org.eclipse.debug.internal.ui.model.elements.VariableContentProvider the method computeParitionSize() should be called computePartitionSize(). This is a typo.

Reproducible: Always
Comment 1 Pawel Piech CLA 2011-07-20 12:06:02 EDT
Even though this is an internal class, many people have extended it already as if it was API.  IMO it's not worth breaking these rogue extensions to fix a typo.

Thank you for pointing it out though.