Bug 468706

Summary: org.eclipse.gef4.cloudio.ui.Word mixes getters/setters and public fields.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF CloudioAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 0.1.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-05-28 15:35:16 EDT
Word provides a couple of getters and setters (but not for all fields) and some public fields. We should make the public fields private and offer getters and setters for all fields.
Comment 1 Alexander Nyßen CLA 2016-02-03 05:04:05 EST
We should also replace the Assert-calls with IllegalArgumentExceptions (as in all other parts of the framework).