Skip to content

Conversation

mozzy11
Copy link
Member

@mozzy11 mozzy11 commented Mar 5, 2019

Ticket : https://issues.openmrs.org/browse/REPORT-770

-Added a user interface component that enables viewing and searching logs,
-Added an automated task to delete these logs after a certain period of time
-Added test units for my changes

…searching logs, Add an automated task to delete these logs after a certain period of time and added Tests
try {
List<String> logs = rs.loadReportLog(reqst);
allLogs.addAll(logs);
}catch(NullPointerException e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better way to deal with the nullpointer problem rather than catching it?

@gracepotma
Copy link

@dkayiwa @mozzy11 can this be merged or closed along with the original ticket?

@dkayiwa
Copy link
Member

dkayiwa commented Apr 2, 2021

@gracepotma there is a comment, above, from @ghost which @mozzy11 has not yet responded to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants