Binary compatibility report for the JLaTeXMath library between 0.9.6 and 0.9.7 versions

Test Info


Library NameJLaTeXMath
Version #10.9.6
Version #20.9.7

Test Results


Total Java ARchives1
Total Methods / Classes1046 / 172
VerdictIncompatible
(1.1%)

Problem Summary


SeverityCount
Added Methods-37
Removed MethodsHigh6
Problems with
Data Types
High1
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-5

Added Methods (37)


jlatexmath-0.9.7.jar, Box.class
package org.scilab.forge.jlatexmath
Box.getElderParent ( )  :  Box
Box.getParent ( )  :  Box
Box.setElderParent ( Box elderParent )  :  void
Box.setParent ( Box parent )  :  void

jlatexmath-0.9.7.jar, BreakFormula.class
package org.scilab.forge.jlatexmath
BreakFormula.BreakFormula ( )
BreakFormula.split ( Box box, float width, float interline ) [static]  :  Box

jlatexmath-0.9.7.jar, BreakMarkAtom.class
package org.scilab.forge.jlatexmath
BreakMarkAtom.BreakMarkAtom ( )
BreakMarkAtom.createBox ( TeXEnvironment env )  :  Box

jlatexmath-0.9.7.jar, CharAtom.class
package org.scilab.forge.jlatexmath
CharAtom.getCharacter ( )  :  char

jlatexmath-0.9.7.jar, CharBox.class
package org.scilab.forge.jlatexmath
CharBox.toString ( )  :  String

jlatexmath-0.9.7.jar, ColorAtom.class
package org.scilab.forge.jlatexmath
ColorAtom.getColor ( String s ) [static]  :  Color

jlatexmath-0.9.7.jar, Dummy.class
package org.scilab.forge.jlatexmath
Dummy.getType ( )  :  int

jlatexmath-0.9.7.jar, DynamicAtom.class
package org.scilab.forge.jlatexmath.dynamic
DynamicAtom.DynamicAtom ( String externalCode, String option )
DynamicAtom.getAtom ( )  :  Atom
DynamicAtom.getInsertMode ( )  :  boolean

jlatexmath-0.9.7.jar, HorizontalBox.class
package org.scilab.forge.jlatexmath
HorizontalBox.addBreakPosition ( int pos )  :  void
HorizontalBox.cloneBox ( )  :  HorizontalBox
HorizontalBox.split ( int position )  :  HorizontalBox[ ]
HorizontalBox.splitRemove ( int position )  :  HorizontalBox[ ]

jlatexmath-0.9.7.jar, PredefMacros.class
package org.scilab.forge.jlatexmath
PredefMacros.above_macro ( TeXParser tp, String[ ] args ) [static]  :  Atom
PredefMacros.abovewithdelims_macro ( TeXParser tp, String[ ] args ) [static]  :  Atom
PredefMacros.insertBreakMark_macro ( TeXParser tp, String[ ] args ) [static]  :  Atom
PredefMacros.jlmXML_macro ( TeXParser tp, String[ ] args ) [static]  :  Atom

jlatexmath-0.9.7.jar, TeXFormula.class
package org.scilab.forge.jlatexmath
TeXFormula.createTeXIcon ( int style, float size, int type, int widthUnit, float textwidth, int align, int interlineUnit, float interline )  :  TeXIcon
TeXFormula.createTeXIcon ( int style, float size, int widthUnit, float textwidth, int align, int interlineUnit, float interline )  :  TeXIcon
TeXFormula.TeXFormula ( String s, Map map )
TeXFormula.TeXFormula ( TeXParser tp )
TeXFormula.TeXFormula ( TeXParser tp, String s )
TeXFormula.TeXFormula ( TeXParser tp, String s, boolean firstpass )
TeXFormula.TeXFormula ( TeXParser tp, String s, String textStyle )
TeXFormula.TeXFormula ( TeXParser tp, String s, String textStyle, boolean firstpass, boolean space )

jlatexmath-0.9.7.jar, TeXIcon.class
package org.scilab.forge.jlatexmath
TeXIcon.getBox ( )  :  Box

jlatexmath-0.9.7.jar, TeXParser.class
package org.scilab.forge.jlatexmath
TeXParser.getLength ( )  :  float[ ]

jlatexmath-0.9.7.jar, WebStartAlphabetRegistration.class
package org.scilab.forge.jlatexmath
WebStartAlphabetRegistration.getPackage ( )  :  Object
WebStartAlphabetRegistration.getTeXFontFileName ( )  :  String
WebStartAlphabetRegistration.getUnicodeBlock ( )  :  Character.UnicodeBlock[ ]
WebStartAlphabetRegistration.register ( Character.UnicodeBlock[ ] blocks ) [static]  :  void

to the top

Removed Methods (6)


jlatexmath-0.9.6.jar, DynamicAtom.class
package org.scilab.forge.jlatexmath.dynamic
DynamicAtom.DynamicAtom ( String externalCode )

jlatexmath-0.9.6.jar, TeXFormula.class
package org.scilab.forge.jlatexmath
TeXFormula.TeXFormula ( boolean isPartial )
TeXFormula.TeXFormula ( boolean isPartial, String s )
TeXFormula.TeXFormula ( boolean isPartial, String s, boolean firstpass )
TeXFormula.TeXFormula ( boolean isPartial, String s, String textStyle )
TeXFormula.TeXFormula ( boolean isPartial, String s, String textStyle, boolean firstpass, boolean space )

to the top

Problems with Data Types, High Severity (1)


jlatexmath-0.9.6.jar
package org.scilab.forge.jlatexmath
[+] ColorAtom (1)

to the top

Problems with Data Types, Low Severity (1)


jlatexmath-0.9.6.jar
package org.scilab.forge.jlatexmath
[+] TeXFormula (1)

to the top

Other Changes in Data Types (5)


jlatexmath-0.9.6.jar
package org.scilab.forge.jlatexmath
[+] Box (3)
[+] HorizontalBox (1)
[+] TeXFormula (1)

to the top

Java ARchives (1)


jlatexmath-0.9.6.jar

to the top