Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing classpath Issue #700

Closed
wants to merge 1 commit into from
Closed

fixing classpath Issue #700

wants to merge 1 commit into from

Conversation

gracekarina
Copy link
Contributor

This addresses issue of classpath in parser #682.

@gracekarina gracekarina requested a review from frantuma May 3, 2018 16:45
@@ -77,7 +76,7 @@ public static String readExternalUrlRef(String file, RefFormat refFormat, List<A
//its assumed to be a relative ref
String url = buildUrl(rootPath, file);

return readExternalRef(url, RefFormat.URL, auths, null);
return readExternalRef(url, RefFormat.URL, auths, null,null);
Copy link

Choose a reason for hiding this comment

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

The diff here is the space being removed. Please correct this formatting.

@@ -20,6 +48,9 @@ public static String loadFileFromClasspath(String location) {
inputStream = ClassLoader.getSystemResourceAsStream(location);
}




Copy link

Choose a reason for hiding this comment

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

Are those extra empty lines really necessary?





Copy link

Choose a reason for hiding this comment

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

Are those extra empty lines really necessary?

}



Copy link

Choose a reason for hiding this comment

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

Are those extra empty lines really necessary?

fail("Should have thrown an exception");
} catch (RuntimeException e) {

}
}

@Test
/*@Test
Copy link

Choose a reason for hiding this comment

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

If this test is no longer relevant, remove it; otherwise, uncomment and fix it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! I'll review and make the changes. This a work in progress

Copy link

Choose a reason for hiding this comment

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

OK. Since the PR is open, I assumed it was a final proposition. Keep up the good work 😊

@frantuma frantuma changed the base branch from 2.0 to master October 10, 2018 15:28
@gracekarina
Copy link
Contributor Author

replaced by #1134

@gracekarina gracekarina deleted the 2_0_classpath_issue branch August 19, 2019 16:26
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.

None yet

1 participant