Bug 468706 - org.eclipse.gef4.cloudio.ui.Word mixes getters/setters and public fields.
Summary: org.eclipse.gef4.cloudio.ui.Word mixes getters/setters and public fields.
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF Cloudio (show other bugs)
Version: 0.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-28 15:35 EDT by Alexander Nyßen CLA
Modified: 2016-03-21 11:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).