Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Conversation

@nbhoski
Copy link
Member

@nbhoski nbhoski commented Apr 30, 2019

No description provided.

@nbhoski nbhoski requested a review from jwilkick-mw May 2, 2019 12:01
@nbhoski nbhoski requested a review from jwilkick-mw May 7, 2019 09:51
.replace("R2017a", version);
}
return matlabRoot;
String defaultVersionInfo = "versioninfo/R2017a/" + VERSION_INFO_XML_FILE;

Choose a reason for hiding this comment

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

Nice use of a constant here! Perhaps could do the same for "versioninfo/" in case that path changes?

Also, this might not be called often enough to really matter, but maybe a StringBuilder in here? If you only call this once or twice, it probably doesn't matter that much and it is pretty readable as is, so I don't think it is a blocker.

@nbhoski nbhoski merged commit 8cd9ec0 into master May 9, 2019
@nbhoski nbhoski deleted the code_coverage branch May 10, 2019 04:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants