Skip to content

MLE-17028 Fixing Polaris warnings - #1748

Merged
rjrudin merged 1 commit into
developfrom
feature/17208-polaris
Apr 28, 2025
Merged

MLE-17028 Fixing Polaris warnings#1748
rjrudin merged 1 commit into
developfrom
feature/17208-polaris

Conversation

@rjrudin

@rjrudin rjrudin commented Apr 25, 2025

Copy link
Copy Markdown
Contributor

Should take care of all highs and mediums.

Should take care of all highs and mediums.
@rjrudin
rjrudin force-pushed the feature/17208-polaris branch from b9b437f to 9e0b0a3 Compare April 25, 2025 18:29
Calendar fromDate = Calendar.getInstance();
fromDate.setTime(row.getDate("from_date"));
s.put("fromDate", dateFormat.format(fromDate.getTime()));
s.put("fromDate", new SimpleDateFormat(ISO_8601_FORMAT).format(fromDate.getTime()));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems weird that Polaris wants you to create this object every time.

@BillFarber BillFarber left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, but tough to be sure with the current server Optic bug.

@rjrudin

rjrudin commented Apr 28, 2025

Copy link
Copy Markdown
Contributor Author

All good now, Optic bug was fixed in the server and only failure is an intermittent DMSDK one.

@rjrudin
rjrudin merged commit 3ab3694 into develop Apr 28, 2025
@rjrudin
rjrudin deleted the feature/17208-polaris branch April 28, 2025 13:24
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.

2 participants