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

Bug 352314

Summary: Rename VariableContentProvider.computeParitionSize() to computePartitionSize()
Product: [Eclipse Project] Platform Reporter: Mirko Seifert <mirko.seifert>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: trivial    
Priority: P3 CC: pawel.1.piech
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.