Skip to content

Update journal loader to understand new format of the PMC journal list.#173

Open
markpatton wants to merge 2 commits intomainfrom
1216-journal-loader-update
Open

Update journal loader to understand new format of the PMC journal list.#173
markpatton wants to merge 2 commits intomainfrom
1216-journal-loader-update

Conversation

@markpatton
Copy link
Contributor

No description provided.

@markpatton markpatton requested a review from rpoet-jh February 24, 2026 16:21
@markpatton
Copy link
Contributor Author

markpatton commented Feb 24, 2026

I have some ITs to fix and pass-support and may also need the docker version update.

@sonarqubecloud
Copy link

endDate = record.get(5);
}
final boolean isActive = (endDate == null || endDate.trim().equals(""));
String status = record.get(9).strip();
Copy link
Contributor

Choose a reason for hiding this comment

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

Should you check record.get(9) for null?

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