Ignore:
Timestamp:
10/20/15 10:11:04 (9 years ago)
Author:
pharms
Message:
  • finalized smell detection for phd thesis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-usability/src/main/resources/smellDescriptions_en.xml

    r1950 r2042  
    2121      In 
    2222    </textFragment> 
     23    <parameterFragment parameterName="numberOfEqualEntries" /> 
     24    <textFragment> 
     25      of 
     26    </textFragment> 
     27    <parameterFragment parameterName="numberOfAllEntries" /> 
     28    <textFragment> 
     29      times (  
     30    </textFragment> 
    2331    <parameterFragment parameterName="textRepetitionRatio" /> 
    2432    <textFragment> 
    25       % of entering text into text field  
     33      %) of entering text into text field  
    2634    </textFragment> 
    2735    <parameterFragment parameterName="textField1" /> 
     
    173181   
    174182  <smellDescription smellId="UNUSED_GUI_ELEMENTS" briefText="unused GUI elements"> 
    175     <parameterFragment parameterName="ratio" /> 
    176     <textFragment> 
    177       % of the GUI elements ( 
    178     </textFragment> 
    179     <parameterFragment parameterName="noOfUnused" /> 
    180     <textFragment> 
    181       of 
    182     </textFragment> 
    183     <parameterFragment parameterName="noOfAll" /> 
    184     <textFragment> 
    185       ) are not used. This can have several reasons. Either they are not 
    186       visible to the user or they are not required. If they are important, they may not be 
    187       recognized by the user. This can be caused by visual design or because they are too hidden. 
    188       If they are less important, they can either be removed from the GUI or relocated to a less 
    189       prominent position. The unused GUI elements are: 
     183    <textFragment> 
     184      In 
     185    </textFragment> 
     186    <parameterFragment parameterName="allDisplays" /> 
     187    <textFragment> 
     188      times the view 
     189    </textFragment> 
     190    <parameterFragment parameterName="view" /> 
     191    <textFragment> 
     192      is displayed, the following GUI elements belonging to the view were never used. They make up 
     193    </textFragment> 
     194    <parameterFragment parameterName="ratio" /> 
     195    <textFragment> 
     196      % of all 
     197    </textFragment> 
     198    <parameterFragment parameterName="allGuiElements" /> 
     199    <textFragment> 
     200      interaction elements in that view. This indicates, that they are not required and 
     201      can, therefore, be removed. The unused GUI elements are: 
    190202    </textFragment> 
    191203    <parameterFragment parameterName="unusedGuiElements" /> 
     
    227239  <smellDescription smellId="CHECK_BOX_SINGLE_SELECTION" briefText="check box single selection"> 
    228240    <textFragment> 
    229       Found a group of check boxes of which only one is usually selected. In this case, radio 
    230       buttons should be used instead, if the alternatives are mutually exclusive. The check boxes 
     241      Found a group of check boxes of which only one is usually selected. In 
     242    </textFragment> 
     243    <parameterFragment parameterName="allUsages" /> 
     244    <textFragment> 
     245      usages of the check box group, 
     246    </textFragment> 
     247    <parameterFragment parameterName="singleUsages" /> 
     248    <textFragment> 
     249      times ( 
     250    </textFragment> 
     251    <parameterFragment parameterName="ratio" /> 
     252    <textFragment> 
     253      %) only one of all check boxes was selected finally by the user (considering, that all 
     254      check boxes are always unchecked when they are displayed). If the alternatives represented by 
     255      the check boxes are mutually exclusive, radio buttons should be used instead. The check boxes 
    231256      belonging to the group are: 
    232257    </textFragment> 
     
    255280    <parameterFragment parameterName="noOfViewDisplays" /> 
    256281    <textFragment> 
    257       times the view 
    258     </textFragment> 
    259     <parameterFragment parameterName="view" /> 
    260     <textFragment> 
    261       has been displayed, the element 
     282      times it has been displayed to users, the element 
    262283    </textFragment> 
    263284    <parameterFragment parameterName="element" /> 
Note: See TracChangeset for help on using the changeset viewer.