-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Draft] Preliminary review of lanai code changes #1
base: master
Are you sure you want to change the base?
Conversation
Reviewed-by: lancea, joehw
Reviewed-by: zgu, iklam
…ng/plaf/nimbus/doc-files/properties.html Reviewed-by: serb, aivanov
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.
I left a few inline comments. Here are a couple global ones:
- Several files are missing copyright headers. I have scripts that will fix them, so I will volunteer to do that. I can update the copyright years to 2021 at the same time if there are no objections.
- I see several files with wildcard imports. Do we want to eliminate (expand) these?
src/java.desktop/macosx/classes/sun/java2d/metal/MTLBufImgOps.java
Outdated
Show resolved
Hide resolved
src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java
Outdated
Show resolved
Hide resolved
src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/EncoderManager.h
Show resolved
Hide resolved
src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/EncoderManager.m
Show resolved
Hide resolved
src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/RenderOptions.h
Show resolved
Hide resolved
src/java.desktop/share/classes/sun/java2d/pipe/RenderBuffer.java
Outdated
Show resolved
Hide resolved
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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.
Question for Phil: is a BSD license OK for this build script? The rest of the files are GPL.
No description provided.