Task #7881 (closed)
Matlab style: move to string class instances
| Reported by: | jamoore | Owned by: | sbesson |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel, alexander.tournier@…, wmoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
In Matlab 2007b, omero.model.Project.class is an appropriate way to reference Java classes. In 2011, however, this the error:
`
The class omero.model.Project has no property or method named 'class'.
`
The proper usage under 2011 is 'omero.model.Project'. Since this also works in 2007b, we should modify all of our example code to use that.
See:
Change History (3)
comment:1 Changed 7 years ago by sbesson
- Owner set to sbesson
comment:2 Changed 7 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by jburel
test on various versions of matlab.
Modified class instances in OmeroMatlab Wiki section.
In the future, documentation will need proper integration tests.