Changeset 2215
- Timestamp:
- 11/29/17 13:58:08 (7 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRule.java
r2146 r2215 2318 2318 2319 2319 /** 2320 * @return2321 2320 */ 2322 2321 private int size() { … … 2325 2324 2326 2325 /** 2327 * @return2328 2326 */ 2329 2327 private ITask get(int index) { … … 2388 2386 2389 2387 /** 2390 * @return2391 2388 */ 2392 2389 private int getOccurrenceCount() { … … 2395 2392 2396 2393 /** 2397 * @return2398 2394 */ 2399 2395 private int size() { -
trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/guimodel/ANDROIDGUIElementSpec.java
r2207 r2215 22 22 /** 23 23 * <p> 24 * Implements the specification of {@link IGUIElement} for {@link ANDROIDGUIElement}s.24 * Implements the {@link IGUIElementSpec} for {@link ANDROIDGUIElement}s. 25 25 * </p> 26 26 * -
trunk/autoquest-plugin-genericevents/src/main/java/de/ugoe/cs/autoquest/plugin/genericevents/GenericEventLogSplitter.java
r2165 r2215 273 273 * </p> 274 274 * 275 * @return276 275 */ 277 276 public long getTimestamp() { … … 284 283 * </p> 285 284 * 286 * @return287 285 */ 288 286 public Map<String, String> getParameters() { … … 295 293 * </p> 296 294 * 297 * @return298 295 */ 299 296 public String getType() { … … 306 303 * </p> 307 304 * 308 * @param string 309 * @return 305 * @param key 310 306 */ 311 307 public String getParameter(String key) { -
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogParser.java
r2146 r2215 958 958 * </p> 959 959 * 960 * @return961 960 */ 962 961 boolean isPattern(); -
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/commands/CMDcondenseHTMLGUIModel.java
r2210 r2215 670 670 * </p> 671 671 * 672 * @return673 672 */ 674 673 public boolean isDefault() { -
trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SimpleSOAPEventType.java
r2037 r2215 167 167 * <p> 168 168 * returns the body of the SOAP request; how the body is determined is defined by the 169 * {@link RequestBodyMode}.169 * requests body mode. 170 170 * </p> 171 171 * -
trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/JFCReplayIDCalculator.java
r1097 r2215 33 33 * <p> 34 34 * This class provides the functionality to calculate the unique GUITAR replayIDs 35 * for {@link JFCEvent}s. This code is mainly based on guitar source code: edu.umd.cs.guitar.35 * for JFC events. This code is mainly based on guitar source code: edu.umd.cs.guitar. 36 36 * model.JFCDefaultIDGeneratorSimple 37 37 * … … 77 77 /** 78 78 * Calculates the replayID of a JFCEvent needed for compatibility with guitar suite 79 * @param List of {@link JFCGUIElementSpec}s that represent the path of an event target79 * @param guiElementPath List of {@link JFCGUIElementSpec}s that represent the path of an event target 80 80 * for which the replayID should be calculated. 81 81 * @return replayID -
trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/eventcore/WindowsMessageType.java
r927 r2215 98 98 * </p> 99 99 * 100 * @param msgType101 * type of the message102 100 * @return true if it is a keyboard interaction; false otherwise 103 101 */ … … 123 121 * </p> 124 122 * 125 * @param msgType126 * type of the message127 123 * @return true if it is mouse-down message; false otherwise 128 124 */ … … 152 148 * </p> 153 149 * 154 * @param msgType155 * type of the message156 150 * @return true if it is a double click message; false otherwise 157 151 */ … … 181 175 * </p> 182 176 * 183 * @param msgType184 * type of the message185 177 * @return true if it is mouse-up message; false otherwise 186 178 */ -
trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/guimodel/MFCGUIElementSpec.java
r2146 r2215 205 205 * </p> 206 206 * 207 * @param text207 * @param newName 208 208 * new name of the window 209 209 */ … … 223 223 * </p> 224 224 * 225 * @param text225 * @param newHwnd 226 226 * new name of the window 227 227 */ -
trunk/autoquest-plugin-php/src/main/java/de/ugoe/cs/autoquest/plugin/php/WeblogParser.java
r927 r2215 247 247 * <p> 248 248 * Returns the sequences of all frequent users. 249 * </p>250 249 * </p> 251 250 * -
trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java
r2039 r2215 411 411 * </p> 412 412 * 413 * @param sequence 413 * @param sequences 414 414 * sequence that is added as sequence diagram 415 415 * @param model … … 667 667 * </p> 668 668 * 669 * @param comp 669 * @param component 670 670 * component whose realized interfaces are determined 671 671 * @return realized interfaces … … 689 689 * Determines searches within a {@link Package} for a component to which the UTP TestContext 690 690 * stereotype is applied. 691 * </p> 691 692 * <ul> 692 693 * <li>If no testContextName is provided, the first test context found is returned.</li> 693 694 * <li>In case no test context is found, null is returned.</li> 694 * </ p>695 * </ul> 695 696 * 696 697 * @param pkg … … 801 802 * @param msgSourceLifeline 802 803 * source lifeline of the message 803 * @param targetAttributes804 * @param msgTargetLifeline 804 805 * target lifeline of the message 805 806 */
Note: See TracChangeset
for help on using the changeset viewer.