Changeset 2162 for trunk/autoquest-core-usability/src/main/resources
- Timestamp:
- 09/07/17 16:15:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-usability/src/main/resources/smellDescriptions_en.xml
r2042 r2162 180 180 </smellDescription> 181 181 182 <smellDescription smellId="TASK_RETRIED" briefText="task retried"> 183 <textFragment> 184 The task 185 </textFragment> 186 <parameterFragment parameterName="task" /> 187 <textFragment> 188 is often retried, i.e., repeated subsequently. On average, every 189 </textFragment> 190 <parameterFragment parameterName="repeatedInstanceRatio" /> 191 <textFragment> 192 th instance is followed by one or more repetitions of the task and the average repetition 193 ratio when a task is repeated is 194 </textFragment> 195 <parameterFragment parameterName="averageRepetitionRatio" /> 196 <textFragment> 197 additional repetitions. This can be task retries and may indicate, that the task is hard to 198 be performed. Hence, it should be eased up. This can be done by checking, why the task is 199 retried and then adapting the implementation so that the task can be finalized with its 200 initial execution. 201 </textFragment> 202 </smellDescription> 203 182 204 <smellDescription smellId="UNUSED_GUI_ELEMENTS" briefText="unused GUI elements"> 183 205 <textFragment> … … 266 288 <parameterFragment parameterName="ratio" /> 267 289 <textFragment> 268 different determined tasks. In the worst case, each action is its own task. In the best case, 290 different determined 291 </textFragment> 292 <parameterFragment parameterName="tasksType" /> 293 <textFragment> 294 . In the worst case, each action is its own task. In the best case, 269 295 all actions are described by the same tasks. This indicates, that the users act relatively 270 296 different as otherwise, all their actions would be described by only a few tasks. Hence,
Note: See TracChangeset
for help on using the changeset viewer.