-
Notifications
You must be signed in to change notification settings - Fork 146
JDK-8207328: Javadocs of Stylesheet are outdated #122
Comments
Added to JDK-8204653. |
Hi @nlisker , I have sent my signed contributor agreement to oracle and I'm waiting for a reply. Can I fix the mentioned javadocs myself and submit a pull request? I can see that the issue you linked is assigned to you so I wanted to ask before I do anything. Selim |
Yes, I'll unlink it. You'll have to submit a JBS bug though. |
@wowselim we will need to wait for your OCA to be recorded before we can act on your PR. |
@wowselim Note that late July is the deadline (unless stated otherwise) to push this change into 11, so if you don't get it done by that point, I'll want to do it myself. Did you submit a JBS issue? |
hi @nlisker I don't have an account on the bug tracker. I also didn't receive a reply from oracle regarding my agreement yet. The changes are on my fork already but I can't really do anything... |
@wowselim You don't need an account, submit the bug through https://bugreport.java.com/bugreport/. @kevinrushforth can move it. Maybe he can check on your OCA while at it. |
I wasn't aware of that, I created an issue now (internal ID : 9056056) |
It has been transferred to the JDK project as JDK-8207328 |
Regarding the OCA, I can check on it. |
@kevinrushforth sorry to bug you but are there any news regarding my OCA? Otherwise I suggest @nlisker just takes this issue since the deadline seems to be too close now. |
@wowselim I sent an inquiry today and will update you as soon as I hear back |
@wowselim Your OCA has been recorded. You can submit a PR to fix this when read. Note that doc-only bugs can still be fixed for openjfx11 during RDP2. |
I forgot to link to this issue from my commit message but I created following pull request: #147 |
javafx.css.Stylesheet
javadocs are a bit confusing. For example theconvertToBinary
method receives twojava.io.File
parameters, while talking about URLs. Similarly theloadBinary
method receives a URL but talks about the parameter asInputStream
.On a side note, the
getUrl
method returns a String which is also a bit confusing.https://docs.oracle.com/javase/9/docs/api/javafx/css/Stylesheet.html
The text was updated successfully, but these errors were encountered: