Comment #1: /home/edmund/evaluate_projects/freecol-git/src/net/sf/freecol/client/gui/ImageLibrary.java: 170-172 [COMMENT #1] Fill all drawing area ****** COMMENT #1 ****** g2.setColor(border); g2.fillRect(0, 0, width, height); g2.setColor(background); # 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/freecol-git/src/net/sf/freecol/client/gui/ImageLibrary.java: 207-209 ****** COMMENT #1 ****** g2.setColor(border); g2.fillRect(0, 0, width, height); g2.setColor(background); # 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 #3: /home/edmund/evaluate_projects/freecol-git/src/net/sf/freecol/common/resources/ColorResource.java: 96-99 [COMMENT #1] if we can't decode lets try to get it by name ****** COMMENT #1 ****** try { Field field = Color.class.getField(colorName); return (Color) field.get(null); } catch (Exception e) { # 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: ————————————