-
Notifications
You must be signed in to change notification settings - Fork 185
Fix Javadoc of SVGRasterizer #2536
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
Fix Javadoc of SVGRasterizer #2536
Conversation
Test Results 118 files ±0 118 suites ±0 10m 33s ⏱️ + 1m 21s For more details on these failures, see this check. Results for commit 27b2438. ± Comparison against base commit 7d4190a. ♻️ This comment has been updated with latest results. |
HeikoKlare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adapting the contract. I have some comments. Can you please also add a reference to the resolved issue in the commit message?
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/SVGRasterizer.java
Outdated
Show resolved
Hide resolved
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/SVGRasterizer.java
Outdated
Show resolved
Hide resolved
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/JSVGRasterizerTest.java
Outdated
Show resolved
Hide resolved
b5614aa to
fa53b86
Compare
Done |
HeikoKlare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just saw that the new test classes is not added to any test suite yet, which is why it is not executed in any CI runs. It should be added to AllNonBrowserTests.
@arunjose696 can you please do that? Then this should be ready to go from my side.
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/JSVGRasterizerTest.java
Outdated
Show resolved
Hide resolved
5b11d60 to
5b29c56
Compare
|
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/SVGRasterizer.java
Outdated
Show resolved
Hide resolved
5b29c56 to
2872a87
Compare
This commits fixes Javadoc of SVGRasterizer and adds tests to verify the contract Fixes eclipse-platform#2515
2872a87 to
27b2438
Compare
This commits fixes Javadoc of SVGRasterizer and adds tests to verify the contract
Fixes #2515