Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1475)

Issue 5618043: GRBK-689

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by jpgorrono
Modified:
12 years, 1 month ago
Base URL:
https://source.sakaiproject.org/contrib/gradebook2/trunk/
Visibility:
Public.

Description

adding tamsler and constance.i.fuller to reviewers (hopefully I have the right Constance there)

Patch Set 1 #

Total comments: 12

Messages

Total messages: 2
tamsler
http://codereview.appspot.com/5618043/diff/1/client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java File client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java (left): http://codereview.appspot.com/5618043/diff/1/client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java#oldcode758 client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java:758: refreshSetupPanel(); Do we need to adjust the wizard's title. ...
12 years, 2 months ago (2012-02-04 00:38:35 UTC) #1
tamsler
12 years, 1 month ago (2012-03-23 21:09:23 UTC) #2
FindBugs found a potential NPE. Please see comment.

http://codereview.appspot.com/5618043/diff/1/client/src/java/org/sakaiproject...
File
client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java
(right):

http://codereview.appspot.com/5618043/diff/1/client/src/java/org/sakaiproject...
client/src/java/org/sakaiproject/gradebook/gwt/client/gxt/view/panel/ImportPanel.java:800:
boundary = d>boundary ? d : boundary;
do we need to handle the case where d==boundary?

http://codereview.appspot.com/5618043/diff/1/server/src/java/org/sakaiproject...
File
server/src/java/org/sakaiproject/gradebook/gwt/server/ImportExportUtilityImpl.java
(right):

http://codereview.appspot.com/5618043/diff/1/server/src/java/org/sakaiproject...
server/src/java/org/sakaiproject/gradebook/gwt/server/ImportExportUtilityImpl.java:1115:
for (org.apache.poi.ss.usermodel.Cell cell : row) {
FingBugs flags this as potential NPE because we null check "row" above.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b