Comment #1: /home/edmund/evaluate_projects/ArgoUML/argouml/src/argouml-app/src/org/argouml/cognitive/ToDoList.java: 196-198 [COMMENT #1] Sleep for the given number of seconds try { ****** COMMENT #1 ****** Thread.sleep(SLEEP_SECONDS * 1000); } catch (InterruptedException ignore) { # Rating on this comment # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: ———————————— Comment #2: /home/edmund/evaluate_projects/ArgoUML/argouml/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/LabelledLayout.java: 205-212 [COMMENT #1] Returns the minimum size. @param parent the parent. @return the minimum size. [COMMENT #2] Returns the minimum size using this layout manager. @param parent the parent. @return the minimum size using this layout manager. /** * Required by LayoutManager. * * @see java.awt.LayoutManager#minimumLayoutSize(java.awt.Container) */ ****** COMMENT #1 ****** ****** COMMENT #2 ****** public Dimension minimumLayoutSize(Container parent) { synchronized (parent.getTreeLock()) { final Insets insets = parent.getInsets(); # Rating on [COMMENT #1] # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: # Rating on [COMMENT #2] # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: ———————————— Comment #3: /home/edmund/evaluate_projects/ArgoUML/argouml/src/argouml-app/src/org/argouml/uml/ui/LabelledLayout.java: 215-222 [COMMENT #1] Returns the minimum size. @param parent the parent. @return the minimum size. [COMMENT #2] Returns the minimum size using this layout manager. @param parent the parent. /** * Required by LayoutManager. * * @see java.awt.LayoutManager#minimumLayoutSize(java.awt.Container) */ ****** COMMENT #1 ****** ****** COMMENT #2 ****** public Dimension minimumLayoutSize(Container parent) { synchronized (parent.getTreeLock()) { final Insets insets = parent.getInsets(); # Rating on [COMMENT #1] # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: # Rating on [COMMENT #2] # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: ————————————