(State tail)
| 144 | } |
| 145 | |
| 146 | public boolean valueChanged(State tail) { |
| 147 | if (!forceCheck || isDirty()) { |
| 148 | return isDirty(); |
| 149 | } |
| 150 | |
| 151 | //?? Let's be lazy and just say yes for now. |
| 152 | return true; |
| 153 | |
| 154 | } |
| 155 | |
| 156 | @Override |
| 157 | public boolean equals(Object obj) { |
no test coverage detected