Opened 12 years ago
Closed 12 years ago
#1911 closed defect (done)
Scatter Plot can't be saved
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Analysis | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The following exception is thrown when results containing a scatter plot is saved: PersistenceException: Properties must be readable and writable or explicity enable one way serialization.
Change History (8)
comment:1 Changed 12 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 12 years ago by ascheibe
comment:3 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by mkommend
- Owner changed from swagner to ascheibe
- Status changed from reviewing to assigned
I just had a look at r8404 and IMHO the fix is wrong. The getters were intentionally missing as the storable properties are only present to provide backwards compatibility. The exception described in this tickets results because the "one way" attribute is not set.
comment:5 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from assigned to reviewing
Thanks for the comment, I have fixed it in r8405.
comment:6 Changed 12 years ago by swagner
- Owner changed from mkommend to swagner
comment:7 Changed 12 years ago by swagner
- Owner changed from swagner to ascheibe
- Status changed from reviewing to readytorelease
Thanks for the comment and the fix.
comment:8 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r8404 added missing getters