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

Issue 61870043: Issue 1561: submissionWorker exception

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by hunur.khanna
Modified:
1 year, 1 month ago
Reviewers:
Visibility:
Public.

Description

Issue 1561: submissionWorker exception

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -2440 lines) Patch
M .hgtags View 1 chunk +0 lines, -2 lines 0 comments Download
R src/main/java/teammates/client/scripts/RepairStudentsWithDuplicateEmail.java View 1 chunk +0 lines, -114 lines 0 comments Download
M src/main/java/teammates/common/datatransfer/CourseDetailsBundle.java View 1 chunk +0 lines, -1 line 0 comments Download
src/main/java/teammates/common/datatransfer/FeedbackSessionAttributes.java View 6 chunks +5 lines, -21 lines 0 comments Download
src/main/java/teammates/common/datatransfer/StudentAttributes.java View 1 chunk +1 line, -6 lines 0 comments Download
M src/main/java/teammates/common/util/Const.java View 8 chunks +4 lines, -15 lines 0 comments Download
src/main/java/teammates/common/util/FieldValidator.java View 9 chunks +15 lines, -23 lines 0 comments Download
M src/main/java/teammates/logic/api/Logic.java View 1 chunk +1 line, -1 line 0 comments Download
src/main/java/teammates/logic/automated/CompileLogs.java View 1 chunk +0 lines, -74 lines 0 comments Download
R src/main/java/teammates/logic/automated/CompileLogsServlet.java View 1 chunk +0 lines, -22 lines 0 comments Download
M src/main/java/teammates/logic/core/Emails.java View 11 chunks +25 lines, -80 lines 0 comments Download
M src/main/java/teammates/logic/core/EvaluationsLogic.java View 4 chunks +5 lines, -5 lines 0 comments Download
src/main/java/teammates/logic/core/FeedbackSessionsLogic.java View 4 chunks +5 lines, -6 lines 0 comments Download
M src/main/java/teammates/logic/core/SubmissionWorkerServlet.java View 1 chunk +10 lines, -6 lines 0 comments Download
M src/main/java/teammates/storage/api/FeedbackSessionsDb.java View 1 chunk +0 lines, -3 lines 0 comments Download
M src/main/java/teammates/storage/entity/FeedbackSession.java View 4 chunks +3 lines, -57 lines 0 comments Download
M src/main/java/teammates/ui/controller/ActionFactory.java View 1 chunk +0 lines, -1 line 0 comments Download
M src/main/java/teammates/ui/controller/EvalSubmissionEditPageData.java View 3 chunks +3 lines, -11 lines 0 comments Download
M src/main/java/teammates/ui/controller/FeedbackSubmissionEditPageData.java View 1 chunk +1 line, -1 line 0 comments Download
src/main/java/teammates/ui/controller/InstructorCourseDeleteAction.java View 1 chunk +5 lines, -1 line 0 comments Download
R src/main/java/teammates/ui/controller/InstructorEvalPreviewAction.java View 1 chunk +0 lines, -88 lines 0 comments Download
src/main/java/teammates/ui/controller/InstructorFeedbackAddAction.java View 5 chunks +3 lines, -14 lines 0 comments Download
src/main/java/teammates/ui/controller/InstructorFeedbackEditSaveAction.java View 4 chunks +1 line, -13 lines 0 comments Download
M src/main/java/teammates/ui/controller/InstructorFeedbackPreviewAsInstructorAction.java View 1 chunk +1 line, -1 line 0 comments Download
M src/main/java/teammates/ui/controller/InstructorFeedbackPreviewAsStudentAction.java View 1 chunk +1 line, -1 line 0 comments Download
src/main/java/teammates/ui/controller/PageData.java View 2 chunks +0 lines, -15 lines 0 comments Download
src/main/java/teammates/ui/controller/StudentEvalSubmissionEditPageData.java View 1 chunk +1 line, -14 lines 0 comments Download
src/main/resources/userEmailTemplate-feedbackSession.html View 1 chunk +1 line, -2 lines 0 comments Download
src/main/webapp/WEB-INF/cron.xml View 1 chunk +0 lines, -6 lines 0 comments Download
src/main/webapp/WEB-INF/web.xml View 1 chunk +0 lines, -10 lines 0 comments Download
src/main/webapp/about.html View 5 chunks +14 lines, -23 lines 0 comments Download
M src/main/webapp/dev/devman.html View 2 chunks +2 lines, -2 lines 0 comments Download
src/main/webapp/index.html View 1 chunk +1 line, -2 lines 0 comments Download
M src/main/webapp/instructorHelp.html View 1 chunk +1 line, -1 line 0 comments Download
src/main/webapp/js/common.js View 1 chunk +2 lines, -2 lines 0 comments Download
src/main/webapp/js/instructorFeedbackEdit.js View 1 chunk +0 lines, -1 line 0 comments Download
src/main/webapp/jsp/evalSubmissionEdit.jsp View 1 chunk +1 line, -1 line 0 comments Download
M src/main/webapp/jsp/instructorCourseStudentEdit.jsp View 2 chunks +2 lines, -7 lines 0 comments Download
src/main/webapp/jsp/instructorFeedbackEdit.jsp View 4 chunks +3 lines, -48 lines 0 comments Download
M src/main/webapp/jsp/instructorFeedbackSubmissionEdit.jsp View 1 chunk +13 lines, -13 lines 0 comments Download
src/main/webapp/jsp/instructorFeedbacks.jsp View 2 chunks +0 lines, -42 lines 0 comments Download
M src/main/webapp/jsp/studentEvalEdit.jsp View 3 chunks +4 lines, -39 lines 0 comments Download
src/main/webapp/jsp/studentFeedbackSubmissionEdit.jsp View 1 chunk +13 lines, -13 lines 0 comments Download
src/test/java/teammates/test/automated/FeedbackSessionClosingReminderTest.java View 3 chunks +2 lines, -27 lines 0 comments Download
M src/test/java/teammates/test/automated/FeedbackSessionOpeningReminderTest.java View 3 chunks +18 lines, -47 lines 0 comments Download
src/test/java/teammates/test/automated/FeedbackSessionPublishedReminderTest.java View 3 chunks +2 lines, -11 lines 0 comments Download
M src/test/java/teammates/test/cases/common/FieldValidatorTest.java View 16 chunks +27 lines, -87 lines 0 comments Download
M src/test/java/teammates/test/cases/ui/InstructorFeedbackQuestionAddActionTest.java View 4 chunks +4 lines, -4 lines 0 comments Download
src/test/java/teammates/test/cases/ui/browsertests/InstructorEvalsPageUiTest.java View 5 chunks +3 lines, -17 lines 0 comments Download
src/test/java/teammates/test/cases/ui/browsertests/InstructorFeedbackEditPageUiTest.java View 2 chunks +2 lines, -2 lines 0 comments Download
src/test/java/teammates/test/cases/ui/browsertests/InstructorFeedbackPageUiTest.java View 2 chunks +0 lines, -31 lines 0 comments Download
M src/test/java/teammates/test/cases/ui/browsertests/InstructorHomePageUiTest.java View 1 chunk +1 line, -1 line 0 comments Download
M src/test/java/teammates/test/cases/ui/browsertests/StudentCourseJoinConfirmationPageUiTest.java View 1 chunk +0 lines, -1 line 0 comments Download
src/test/java/teammates/test/driver/EmailAccount.java View 11 chunks +149 lines, -81 lines 0 comments Download
M src/test/java/teammates/test/pageobjects/InstructorEvalsPage.java View 2 chunks +0 lines, -12 lines 0 comments Download
src/test/java/teammates/test/pageobjects/InstructorFeedbacksPage.java View 2 chunks +0 lines, -21 lines 0 comments Download
M src/test/resources/data/InstructorEvalsPageUiTest.json View 1 chunk +1 line, -8 lines 0 comments Download
M src/test/resources/pages/InstructorCourseStudentEditPage.html View 1 chunk +2 lines, -2 lines 0 comments Download
src/test/resources/pages/InstructorCourseStudentEditUnregisteredPage.html View 1 chunk +2 lines, -2 lines 0 comments Download
src/test/resources/pages/InstructorHomeHTML.html View 5 chunks +5 lines, -35 lines 0 comments Download
src/test/resources/pages/InstructorHomeHTMLResponseRateFail.html View 5 chunks +5 lines, -35 lines 0 comments Download
M src/test/resources/pages/InstructorHomeHTMLSortByDate.html View 5 chunks +5 lines, -35 lines 0 comments Download
M src/test/resources/pages/InstructorHomeHTMLSortById.html View 5 chunks +5 lines, -35 lines 0 comments Download
src/test/resources/pages/InstructorHomeHTMLSortByName.html View 5 chunks +5 lines, -35 lines 0 comments Download
src/test/resources/pages/StudentHomeHTMLEmpty.html View 1 chunk +1 line, -2 lines 0 comments Download
src/test/resources/pages/instructorEvalAddSuccess.html View 4 chunks +4 lines, -28 lines 0 comments Download
M src/test/resources/pages/instructorEvalByDeadline.html View 3 chunks +3 lines, -21 lines 0 comments Download
src/test/resources/pages/instructorEvalById.html View 3 chunks +3 lines, -21 lines 0 comments Download
src/test/resources/pages/instructorEvalByName.html View 3 chunks +3 lines, -21 lines 0 comments Download
src/test/resources/pages/instructorEvalDeleteSuccessful.html View 3 chunks +1 line, -13 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackAddSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackDeleteSuccessful.html View 2 chunks +0 lines, -39 lines 0 comments Download
src/test/resources/pages/instructorFeedbackEditEmpty.html View 2 chunks +2 lines, -38 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackEditPublished.html View 2 chunks +2 lines, -38 lines 0 comments Download
src/test/resources/pages/instructorFeedbackEditSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
src/test/resources/pages/instructorFeedbackEmptyAll.html View 1 chunk +0 lines, -36 lines 0 comments Download
src/test/resources/pages/instructorFeedbackEmptySession.html View 1 chunk +0 lines, -36 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackMcqQuestionAddSuccess.html View 3 chunks +3 lines, -39 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackMcqQuestionEditSuccess.html View 3 chunks +3 lines, -39 lines 0 comments Download
src/test/resources/pages/instructorFeedbackMsqQuestionAddSuccess.html View 3 chunks +3 lines, -39 lines 0 comments Download
src/test/resources/pages/instructorFeedbackMsqQuestionEditSuccess.html View 3 chunks +3 lines, -39 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackNumScaleQuestionAddSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
src/test/resources/pages/instructorFeedbackNumScaleQuestionEditSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackPublishSuccessful.html View 2 chunks +0 lines, -39 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackQuestionAddSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackQuestionEditSuccess.html View 2 chunks +2 lines, -38 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackResultsPageOpen.html View 6 chunks +6 lines, -6 lines 0 comments Download
src/test/resources/pages/instructorFeedbackResultsSortGiver.html View 6 chunks +6 lines, -6 lines 0 comments Download
src/test/resources/pages/instructorFeedbackResultsSortRecipient.html View 6 chunks +6 lines, -6 lines 0 comments Download
src/test/resources/pages/instructorFeedbackResultsSortTable.html View 6 chunks +6 lines, -6 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackUnpublishSuccessful.html View 2 chunks +0 lines, -39 lines 0 comments Download
src/test/resources/pages/instructorHomeCourseDeleteSuccessful.html View 3 chunks +2 lines, -17 lines 0 comments Download
M src/test/resources/pages/instructorHomeEvalDeleteSuccessful.html View 4 chunks +4 lines, -28 lines 0 comments Download
M src/test/resources/pages/instructorHomeHTMLResponseRatePass.html View 5 chunks +5 lines, -35 lines 0 comments Download
M src/test/resources/pages/instructorStudentRecordsPageMixedQuestionType.html View 4 chunks +4 lines, -4 lines 0 comments Download
src/test/resources/pages/login.html View 1 chunk +1 line, -2 lines 0 comments Download
src/test/resources/pages/studentEvalEditPagePreview.html View 1 chunk +0 lines, -227 lines 0 comments Download
M src/test/resources/pages/studentFeedbackResultsPageMCQ.html View 5 chunks +5 lines, -5 lines 0 comments Download
src/test/resources/pages/studentFeedbackResultsPageMSQ.html View 5 chunks +5 lines, -5 lines 0 comments Download
M src/test/testng.xml View 2 chunks +1 line, -1 line 0 comments Download

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