rolandschulz / PTP

Eclipse Parallel Tools Platform
http://www.eclipse.org/ptp/
6 stars 3 forks source link

Consider State Versus Variable Changes #18

Open eblen opened 13 years ago

eblen commented 13 years ago

For the sync and build providers, and perhaps other cases, data is stored both as state and inside a variable. Sometimes the setter methods only update the former, causing changes not to be propagated right away. Where does this occur? What effect does it have?