Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Bugzilla Bug 175233 Request to change access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public

Title: Bugzilla Bug 175233 Request to change access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public

Summary 
Bugzilla Bug 175233 Request to change access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public


Bugzilla Bug (s) Resolved:  175233



Description:
Change the modifier of updateRelatedViews() from private to protected. This let the other users to extends MultiPageReportEditor class and overwrite this method.


Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"

Notes to Build Team:
 
Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top