Skip to content

Conversation

@BobHanson
Copy link
Owner

No description provided.

abego and others added 30 commits July 22, 2018 00:41
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().
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
removes issue of first-char capitalization in package names
Hanson1 - MathePrisma work
AWT control tweaks; List still not implemented - in process
transpiler upgrade for synthetic bridge methods
transpiler upgrade for synthetic bridge methods
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
@BobHanson BobHanson merged commit cfcf8af into hanson1 Feb 2, 2020
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.

4 participants