forked from java2script/java2script
-
Notifications
You must be signed in to change notification settings - Fork 12
readme #148
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eclipse 4.7.3a reports Java problem:
'The method flatten(Node<T>, IntFunction<T[]>) in the type Nodes is not
applicable for the arguments (Node, IntFunction)'
when compiling ReferencePipeline.java.
Cause
=====
It looks like the compiler cannot correctly infer the (generic) types
of the method calls in the argument list of flatten.
Solution
========
Introduce an extra temporary variable 'node' with explicit type 'Node<A>'
holding the value of the expression originally passed to flatten. This
way the correct types are used in the method call and the error message
disappears.
CanvasRenderingContext2D.putImageData() isn't affected by the canvas transformation matrix.
Implement simple translation at JSGraphics2D.drawImage().
graphics, license update
label, button work.
button, label work
adds fix for JSGraphics2D.drawDirect (untested)
Hanson1 - table/label work
adds fix for JSGraphics2D.drawDirect
table work
fixed use of save/restore of ui nodes in tables
default background white
inadvertent resetting of table background via JPopupMenu
Hanson1 - menubar, menu, table UI
menubar, menu, table UI improvements
JTextPane, JEditorPane, JTextArea, JTextField updates, implementations
JTextPane, JEditorPane, JTextArea, JTextField updates, implementations
java.nio work: Files, FileSystem, ByteChannel, FileChannel, Charset, ByteBuffer, CharBuffer
1 nokogiri vulnerability found in docs/Gemfile.lock Remediation Upgrade nokogiri to version 1.8.5 or later. Details CVE-2018-14404 More information moderate severity Vulnerable versions: < 1.8.5 Patched version: 1.8.5 A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application.
major upgrade -- graphics antialiasing, menus, focus, key accelerators; still no focus tabbing
Major upgrade
removes issue of first-char capitalization in package names
AWT Button/Label fixes
AWT Button/Label fixes
Hanson1 - MathePrisma work
AWT control tweaks; List still not implemented - in process
transpiler upgrade for synthetic bridge methods
transpiler upgrade for synthetic bridge methods
java2script 3.2.7
java2script 3.2.7
3.2.7 adds @j2sAlias to indicate an alternative name for a method.
3.2.7-v2 introduces @j2sAlias as a way of adding a custom method name, as in exports
3.2.7_v4 JAXB fixes missing class type
3.2.7_v4 JAXB fixes missing class type
3.2.7 fixes; tweaks of j2sApplet.js and j2sClazz.js
3.2.7_v4 automatically switches extends Label and JLabel
3.2.7 fixes; tweaks of j2sApplet.js and j2sClazz.js,3.2.7_v4 automatically switches extends Label and JLabel
oops! Can't change java* extends!
oops! Can't change java* extends!
Adds SwingJSUtils (from mpUtils) to javajs.async
Adds SwingJSUtils (from mpUtils) to javajs.async
work in relation to OpenSourcePhysics
minor fixes for OpenSourcePhysics -- Files.readAllBytes
fix for menu item, slider, applet, Files.readAllBytes
fix for menu item, slider, applet, Files.readAllBytes
updated j2sMenu,Slider,ComboBox
updated j2sMenu,Slider,ComboBox
Merge pull request #146 from BobHanson/hanson1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.