Binary compatibility report for the JLaTeXMath library between 0.8.5 and 0.9.2 versions
Test Info
Library Name | JLaTeXMath |
Version #1 | 0.8.5 |
Version #2 | 0.9.2 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 839 / 126 |
---|
Verdict | Incompatible (19.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 159 |
---|
Removed Methods | High | 8 |
---|
Problems with Data Types | High | 4 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 28 |
Added Methods (159)
jlatexmath-0.9.2.jar, AlphabetRegistration.class
package org.scilab.forge.jlatexmath
AlphabetRegistration.getPackage ( ) [abstract] : Object
[mangled: org/scilab/forge/jlatexmath/AlphabetRegistration.getPackage:()Ljava/lang/Object;]
AlphabetRegistration.getTeXFontFileName ( ) [abstract] : String
[mangled: org/scilab/forge/jlatexmath/AlphabetRegistration.getTeXFontFileName:()Ljava/lang/String;]
AlphabetRegistration.getUnicodeBlock ( ) [abstract] : Character.UnicodeBlock[ ]
[mangled: org/scilab/forge/jlatexmath/AlphabetRegistration.getUnicodeBlock:()[Ljava/lang/Character$UnicodeBlock;]
jlatexmath-0.9.2.jar, AlphabetRegistrationException.class
package org.scilab.forge.jlatexmath
AlphabetRegistrationException.AlphabetRegistrationException ( String str )
[mangled: org/scilab/forge/jlatexmath/AlphabetRegistrationException."<init>":(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, ArrayOfAtoms.class
package org.scilab.forge.jlatexmath
ArrayOfAtoms.addCol ( int n ) : void
[mangled: org/scilab/forge/jlatexmath/ArrayOfAtoms.addCol:(I)V]
jlatexmath-0.9.2.jar, CyrillicRegistration.class
package org.scilab.forge.jlatexmath.cyrillic
CyrillicRegistration.CyrillicRegistration ( )
[mangled: org/scilab/forge/jlatexmath/cyrillic/CyrillicRegistration."<init>":()V]
CyrillicRegistration.getPackage ( ) : Object
[mangled: org/scilab/forge/jlatexmath/cyrillic/CyrillicRegistration.getPackage:()Ljava/lang/Object;]
CyrillicRegistration.getTeXFontFileName ( ) : String
[mangled: org/scilab/forge/jlatexmath/cyrillic/CyrillicRegistration.getTeXFontFileName:()Ljava/lang/String;]
CyrillicRegistration.getUnicodeBlock ( ) : Character.UnicodeBlock[ ]
[mangled: org/scilab/forge/jlatexmath/cyrillic/CyrillicRegistration.getUnicodeBlock:()[Ljava/lang/Character$UnicodeBlock;]
jlatexmath-0.9.2.jar, DefaultTeXFont.class
package org.scilab.forge.jlatexmath
DefaultTeXFont.addAlphabet ( AlphabetRegistration reg ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addAlphabet:(Lorg/scilab/forge/jlatexmath/AlphabetRegistration;)V]
DefaultTeXFont.addAlphabet ( Character.UnicodeBlock alphabet, InputStream inlanguage, String language, InputStream insymbols, String symbols, InputStream inmappings, String mappings ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addAlphabet:(Ljava/lang/Character$UnicodeBlock;Ljava/io/InputStream;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)V]
DefaultTeXFont.addAlphabet ( Character.UnicodeBlock alphabet, String name ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addAlphabet:(Ljava/lang/Character$UnicodeBlock;Ljava/lang/String;)V]
DefaultTeXFont.addAlphabet ( Object base, Character.UnicodeBlock[ ] alphabet, String language ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addAlphabet:(Ljava/lang/Object;[Ljava/lang/Character$UnicodeBlock;Ljava/lang/String;)V]
DefaultTeXFont.addTeXFontDescription ( Object base, InputStream in, String name ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addTeXFontDescription:(Ljava/lang/Object;Ljava/io/InputStream;Ljava/lang/String;)V]
DefaultTeXFont.enableMagnification ( boolean b ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.enableMagnification:(Z)V]
DefaultTeXFont.registerAlphabet ( AlphabetRegistration reg ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.registerAlphabet:(Lorg/scilab/forge/jlatexmath/AlphabetRegistration;)V]
DefaultTeXFont.setMagnification ( float mag ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.setMagnification:(F)V]
DefaultTeXFont.setMathSizes ( float ds, float ts, float ss, float sss ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.setMathSizes:(FFFF)V]
jlatexmath-0.9.2.jar, DefaultTeXFontParser.class
package org.scilab.forge.jlatexmath
DefaultTeXFontParser.DefaultTeXFontParser ( Object base, InputStream file, String name )
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFontParser."<init>":(Ljava/lang/Object;Ljava/io/InputStream;Ljava/lang/String;)V]
DefaultTeXFontParser.parseExtraPath ( ) : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFontParser.parseExtraPath:()V]
DefaultTeXFontParser.registerFonts ( boolean b ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFontParser.registerFonts:(Z)V]
jlatexmath-0.9.2.jar, DynamicAtom.class
package org.scilab.forge.jlatexmath.dynamic
DynamicAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/dynamic/DynamicAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
DynamicAtom.DynamicAtom ( String externalCode )
[mangled: org/scilab/forge/jlatexmath/dynamic/DynamicAtom."<init>":(Ljava/lang/String;)V]
DynamicAtom.hasAnExternalConverterFactory ( ) [static] : boolean
[mangled: org/scilab/forge/jlatexmath/dynamic/DynamicAtom.hasAnExternalConverterFactory:()Z]
DynamicAtom.setExternalConverterFactory ( ExternalConverterFactory factory ) [static] : void
[mangled: org/scilab/forge/jlatexmath/dynamic/DynamicAtom.setExternalConverterFactory:(Lorg/scilab/forge/jlatexmath/dynamic/ExternalConverterFactory;)V]
jlatexmath-0.9.2.jar, ExternalConverter.class
package org.scilab.forge.jlatexmath.dynamic
ExternalConverter.getLaTeXString ( String p1 ) [abstract] : String
[mangled: org/scilab/forge/jlatexmath/dynamic/ExternalConverter.getLaTeXString:(Ljava/lang/String;)Ljava/lang/String;]
jlatexmath-0.9.2.jar, ExternalConverterFactory.class
package org.scilab.forge.jlatexmath.dynamic
ExternalConverterFactory.getExternalConverter ( ) [abstract] : ExternalConverter
[mangled: org/scilab/forge/jlatexmath/dynamic/ExternalConverterFactory.getExternalConverter:()Lorg/scilab/forge/jlatexmath/dynamic/ExternalConverter;]
jlatexmath-0.9.2.jar, FBoxAtom.class
package org.scilab.forge.jlatexmath
FBoxAtom.FBoxAtom ( Atom base, Color bg, Color line )
[mangled: org/scilab/forge/jlatexmath/FBoxAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Ljava/awt/Color;Ljava/awt/Color;)V]
jlatexmath-0.9.2.jar, FencedAtom.class
package org.scilab.forge.jlatexmath
FencedAtom.FencedAtom ( Atom base, SymbolAtom l, List m, SymbolAtom r )
[mangled: org/scilab/forge/jlatexmath/FencedAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/SymbolAtom;Ljava/util/List;Lorg/scilab/forge/jlatexmath/SymbolAtom;)V]
jlatexmath-0.9.2.jar, FontAlreadyLoadedException.class
package org.scilab.forge.jlatexmath
FontAlreadyLoadedException.FontAlreadyLoadedException ( String msg )
[mangled: org/scilab/forge/jlatexmath/FontAlreadyLoadedException."<init>":(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, FramedBox.class
package org.scilab.forge.jlatexmath
FramedBox.draw ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/FramedBox.draw:(Ljava/awt/Graphics2D;FF)V]
FramedBox.FramedBox ( Box box, float thickness )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;F)V]
FramedBox.FramedBox ( Box box, float thickness, Color line )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;FLjava/awt/Color;)V]
FramedBox.getLastFontId ( ) : int
[mangled: org/scilab/forge/jlatexmath/FramedBox.getLastFontId:()I]
jlatexmath-0.9.2.jar, GeoGebraLogoAtom.class
package org.scilab.forge.jlatexmath
GeoGebraLogoAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
GeoGebraLogoAtom.GeoGebraLogoAtom ( )
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoAtom."<init>":()V]
GeoGebraLogoAtom.getLeftType ( ) : int
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoAtom.getLeftType:()I]
GeoGebraLogoAtom.getRightType ( ) : int
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoAtom.getRightType:()I]
jlatexmath-0.9.2.jar, GeoGebraLogoBox.class
package org.scilab.forge.jlatexmath
GeoGebraLogoBox.draw ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoBox.draw:(Ljava/awt/Graphics2D;FF)V]
GeoGebraLogoBox.GeoGebraLogoBox ( float w, float h )
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoBox."<init>":(FF)V]
GeoGebraLogoBox.getLastFontId ( ) : int
[mangled: org/scilab/forge/jlatexmath/GeoGebraLogoBox.getLastFontId:()I]
jlatexmath-0.9.2.jar, GraphicsAtom.class
package org.scilab.forge.jlatexmath
GraphicsAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
GraphicsAtom.draw ( ) : void
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom.draw:()V]
GraphicsAtom.GraphicsAtom ( String path )
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom."<init>":(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, GraphicsBox.class
package org.scilab.forge.jlatexmath
GraphicsBox.draw ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/GraphicsBox.draw:(Ljava/awt/Graphics2D;FF)V]
GraphicsBox.getLastFontId ( ) : int
[mangled: org/scilab/forge/jlatexmath/GraphicsBox.getLastFontId:()I]
GraphicsBox.GraphicsBox ( BufferedImage image, int Width, int Height, float width, float height )
[mangled: org/scilab/forge/jlatexmath/GraphicsBox."<init>":(Ljava/awt/image/BufferedImage;IIFF)V]
jlatexmath-0.9.2.jar, GreekRegistration.class
package org.scilab.forge.jlatexmath.greek
GreekRegistration.getPackage ( ) : Object
[mangled: org/scilab/forge/jlatexmath/greek/GreekRegistration.getPackage:()Ljava/lang/Object;]
GreekRegistration.getTeXFontFileName ( ) : String
[mangled: org/scilab/forge/jlatexmath/greek/GreekRegistration.getTeXFontFileName:()Ljava/lang/String;]
GreekRegistration.getUnicodeBlock ( ) : Character.UnicodeBlock[ ]
[mangled: org/scilab/forge/jlatexmath/greek/GreekRegistration.getUnicodeBlock:()[Ljava/lang/Character$UnicodeBlock;]
GreekRegistration.GreekRegistration ( )
[mangled: org/scilab/forge/jlatexmath/greek/GreekRegistration."<init>":()V]
jlatexmath-0.9.2.jar, HdotsforAtom.class
package org.scilab.forge.jlatexmath
HdotsforAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/HdotsforAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
HdotsforAtom.HdotsforAtom ( int n, float coeff )
[mangled: org/scilab/forge/jlatexmath/HdotsforAtom."<init>":(IF)V]
jlatexmath-0.9.2.jar, HlineAtom.class
package org.scilab.forge.jlatexmath
HlineAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/HlineAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
HlineAtom.HlineAtom ( )
[mangled: org/scilab/forge/jlatexmath/HlineAtom."<init>":()V]
HlineAtom.setShift ( float shift ) : void
[mangled: org/scilab/forge/jlatexmath/HlineAtom.setShift:(F)V]
HlineAtom.setWidth ( float width ) : void
[mangled: org/scilab/forge/jlatexmath/HlineAtom.setWidth:(F)V]
jlatexmath-0.9.2.jar, HorizontalRule.class
package org.scilab.forge.jlatexmath
HorizontalRule.HorizontalRule ( float thickness, float width, float s, boolean trueShift )
[mangled: org/scilab/forge/jlatexmath/HorizontalRule."<init>":(FFFZ)V]
jlatexmath-0.9.2.jar, IddotsAtom.class
package org.scilab.forge.jlatexmath
IddotsAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/IddotsAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
IddotsAtom.IddotsAtom ( )
[mangled: org/scilab/forge/jlatexmath/IddotsAtom."<init>":()V]
jlatexmath-0.9.2.jar, LapedAtom.class
package org.scilab.forge.jlatexmath
LapedAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/LapedAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
LapedAtom.LapedAtom ( Atom at, char type )
[mangled: org/scilab/forge/jlatexmath/LapedAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;C)V]
jlatexmath-0.9.2.jar, MatrixAtom.class
package org.scilab.forge.jlatexmath
MatrixAtom.getColumnSep ( TeXEnvironment env, float width ) : Box[ ]
[mangled: org/scilab/forge/jlatexmath/MatrixAtom.getColumnSep:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;F)[Lorg/scilab/forge/jlatexmath/Box;]
MatrixAtom.MatrixAtom ( ArrayOfAtoms array, int type )
[mangled: org/scilab/forge/jlatexmath/MatrixAtom."<init>":(Lorg/scilab/forge/jlatexmath/ArrayOfAtoms;I)V]
jlatexmath-0.9.2.jar, MulticolumnAtom.class
package org.scilab.forge.jlatexmath
MulticolumnAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
MulticolumnAtom.getCol ( ) : int
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.getCol:()I]
MulticolumnAtom.getRow ( ) : int
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.getRow:()I]
MulticolumnAtom.getSkipped ( ) : int
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.getSkipped:()I]
MulticolumnAtom.hasRightVline ( ) : boolean
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.hasRightVline:()Z]
MulticolumnAtom.MulticolumnAtom ( int n, String align, Atom cols )
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom."<init>":(ILjava/lang/String;Lorg/scilab/forge/jlatexmath/Atom;)V]
MulticolumnAtom.setRowColumn ( int i, int j ) : void
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.setRowColumn:(II)V]
MulticolumnAtom.setWidth ( float w ) : void
[mangled: org/scilab/forge/jlatexmath/MulticolumnAtom.setWidth:(F)V]
jlatexmath-0.9.2.jar, MultlineAtom.class
package org.scilab.forge.jlatexmath
MultlineAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/MultlineAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
MultlineAtom.MultlineAtom ( ArrayOfAtoms column, int type )
[mangled: org/scilab/forge/jlatexmath/MultlineAtom."<init>":(Lorg/scilab/forge/jlatexmath/ArrayOfAtoms;I)V]
jlatexmath-0.9.2.jar, predefMacros.class
package org.scilab.forge.jlatexmath
predefMacros.alignatATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.alignatATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.alignATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.alignATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.alignedatATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.alignedatATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.alignedATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.alignedATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.atop_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.atop_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.atopwithdelims_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.atopwithdelims_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.Braket_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.Braket_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.cfrac_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.cfrac_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.choose_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.choose_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.clrlap_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.clrlap_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.DeclareMathSizes_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.DeclareMathSizes_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.flalignATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.flalignATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.gatherATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.gatherATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.gatheredATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.gatheredATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.genfrac_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.genfrac_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.GeoGebra_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.GeoGebra_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.hdotsfor_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.hdotsfor_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.hline_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.hline_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.hvspace_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.hvspace_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.iddots_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.iddots_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.includegraphics_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.includegraphics_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.intertext_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.intertext_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.jlmDynamic_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.jlmDynamic_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.magnification_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.magnification_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.mathclrlap_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.mathclrlap_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.matrixATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.matrixATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.multicolumn_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.multicolumn_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.multlineATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.multlineATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.over_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.over_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.overwithdelims_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.overwithdelims_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.prescript_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.prescript_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.rule_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.rule_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.Set_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.Set_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.shoveleft_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.shoveleft_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.shoveright_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.shoveright_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.size_macros ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.size_macros:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.smallmatrixATATenv_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.smallmatrixATATenv_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.text_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.text_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.underscore_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.underscore_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
jlatexmath-0.9.2.jar, RuleAtom.class
package org.scilab.forge.jlatexmath
RuleAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/RuleAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
RuleAtom.RuleAtom ( int wunit, float width, int hunit, float height, int runit, float raise )
[mangled: org/scilab/forge/jlatexmath/RuleAtom."<init>":(IFIFIF)V]
jlatexmath-0.9.2.jar, ScriptsAtom.class
package org.scilab.forge.jlatexmath
ScriptsAtom.ScriptsAtom ( Atom base, Atom sub, Atom sup, boolean left )
[mangled: org/scilab/forge/jlatexmath/ScriptsAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/Atom;Z)V]
jlatexmath-0.9.2.jar, SpaceAtom.class
package org.scilab.forge.jlatexmath
SpaceAtom.getLength ( String lgth ) [static] : float[ ]
[mangled: org/scilab/forge/jlatexmath/SpaceAtom.getLength:(Ljava/lang/String;)[F]
SpaceAtom.getUnit ( String unit ) [static] : int
[mangled: org/scilab/forge/jlatexmath/SpaceAtom.getUnit:(Ljava/lang/String;)I]
jlatexmath-0.9.2.jar, StyleAtom.class
package org.scilab.forge.jlatexmath
StyleAtom.StyleAtom ( int style, Atom at )
[mangled: org/scilab/forge/jlatexmath/StyleAtom."<init>":(ILorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.2.jar, TeXEnvironment.class
package org.scilab.forge.jlatexmath
TeXEnvironment.getTextwidth ( ) : float
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.getTextwidth:()F]
TeXEnvironment.setTextwidth ( int widthUnit, float textwidth ) : void
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.setTextwidth:(IF)V]
TeXEnvironment.TeXEnvironment ( int style, TeXFont tf, int widthUnit, float textwidth )
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment."<init>":(ILorg/scilab/forge/jlatexmath/TeXFont;IF)V]
jlatexmath-0.9.2.jar, TeXFormula.class
package org.scilab.forge.jlatexmath
TeXFormula.createGIF ( int style, float size, String out, Color bg, Color fg ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createGIF:(IFLjava/lang/String;Ljava/awt/Color;Ljava/awt/Color;)V]
TeXFormula.createImage ( String format, int style, float size, String out, Color bg, Color fg, boolean transparency ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createImage:(Ljava/lang/String;IFLjava/lang/String;Ljava/awt/Color;Ljava/awt/Color;Z)V]
TeXFormula.createJPEG ( int style, float size, String out, Color bg, Color fg ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createJPEG:(IFLjava/lang/String;Ljava/awt/Color;Ljava/awt/Color;)V]
TeXFormula.createPNG ( int style, float size, String out, Color bg, Color fg ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createPNG:(IFLjava/lang/String;Ljava/awt/Color;Ljava/awt/Color;)V]
TeXFormula.createTeXIcon ( int style, float size, boolean trueValues ) : TeXIcon
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createTeXIcon:(IFZ)Lorg/scilab/forge/jlatexmath/TeXIcon;]
TeXFormula.createTeXIcon ( int style, float size, int widthUnit, float textwidth, int align ) : TeXIcon
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createTeXIcon:(IFIFI)Lorg/scilab/forge/jlatexmath/TeXIcon;]
TeXFormula.registerFonts ( boolean b ) [static] : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.registerFonts:(Z)V]
TeXFormula.setDEBUG ( boolean b ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.setDEBUG:(Z)V]
TeXFormula.setLaTeX ( String ltx ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.setLaTeX:(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, TeXIcon.class
package org.scilab.forge.jlatexmath
TeXIcon.getIconDepth ( ) : int
[mangled: org/scilab/forge/jlatexmath/TeXIcon.getIconDepth:()I]
TeXIcon.getTrueIconDepth ( ) : float
[mangled: org/scilab/forge/jlatexmath/TeXIcon.getTrueIconDepth:()F]
TeXIcon.getTrueIconHeight ( ) : float
[mangled: org/scilab/forge/jlatexmath/TeXIcon.getTrueIconHeight:()F]
TeXIcon.getTrueIconWidth ( ) : float
[mangled: org/scilab/forge/jlatexmath/TeXIcon.getTrueIconWidth:()F]
TeXIcon.setForeground ( Color fg ) : void
[mangled: org/scilab/forge/jlatexmath/TeXIcon.setForeground:(Ljava/awt/Color;)V]
TeXIcon.setInsets ( Insets insets, boolean trueValues ) : void
[mangled: org/scilab/forge/jlatexmath/TeXIcon.setInsets:(Ljava/awt/Insets;Z)V]
TeXIcon.TeXIcon ( Box b, float size, boolean trueValues )
[mangled: org/scilab/forge/jlatexmath/TeXIcon."<init>":(Lorg/scilab/forge/jlatexmath/Box;FZ)V]
jlatexmath-0.9.2.jar, TeXParser.class
package org.scilab.forge.jlatexmath
TeXParser.addAtom ( Atom at ) : void
[mangled: org/scilab/forge/jlatexmath/TeXParser.addAtom:(Lorg/scilab/forge/jlatexmath/Atom;)V]
TeXParser.getCol ( ) : int
[mangled: org/scilab/forge/jlatexmath/TeXParser.getCol:()I]
TeXParser.getFormulaAtom ( ) : Atom
[mangled: org/scilab/forge/jlatexmath/TeXParser.getFormulaAtom:()Lorg/scilab/forge/jlatexmath/Atom;]
TeXParser.getLine ( ) : int
[mangled: org/scilab/forge/jlatexmath/TeXParser.getLine:()I]
TeXParser.getOverArgument ( ) : String
[mangled: org/scilab/forge/jlatexmath/TeXParser.getOverArgument:()Ljava/lang/String;]
TeXParser.reset ( String latex ) : void
[mangled: org/scilab/forge/jlatexmath/TeXParser.reset:(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, UnderscoreAtom.class
package org.scilab.forge.jlatexmath
UnderscoreAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/UnderscoreAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
UnderscoreAtom.UnderscoreAtom ( )
[mangled: org/scilab/forge/jlatexmath/UnderscoreAtom."<init>":()V]
jlatexmath-0.9.2.jar, URLAlphabetRegistration.class
package org.scilab.forge.jlatexmath
URLAlphabetRegistration.getPackage ( ) : Object
[mangled: org/scilab/forge/jlatexmath/URLAlphabetRegistration.getPackage:()Ljava/lang/Object;]
URLAlphabetRegistration.getTeXFontFileName ( ) : String
[mangled: org/scilab/forge/jlatexmath/URLAlphabetRegistration.getTeXFontFileName:()Ljava/lang/String;]
URLAlphabetRegistration.getUnicodeBlock ( ) : Character.UnicodeBlock[ ]
[mangled: org/scilab/forge/jlatexmath/URLAlphabetRegistration.getUnicodeBlock:()[Ljava/lang/Character$UnicodeBlock;]
URLAlphabetRegistration.register ( URL url, String language, Character.UnicodeBlock[ ] blocks ) [static] : void
[mangled: org/scilab/forge/jlatexmath/URLAlphabetRegistration.register:(Ljava/net/URL;Ljava/lang/String;[Ljava/lang/Character$UnicodeBlock;)V]
jlatexmath-0.9.2.jar, VlineAtom.class
package org.scilab.forge.jlatexmath
VlineAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/VlineAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
VlineAtom.getWidth ( TeXEnvironment env ) : float
[mangled: org/scilab/forge/jlatexmath/VlineAtom.getWidth:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)F]
VlineAtom.setHeight ( float height ) : void
[mangled: org/scilab/forge/jlatexmath/VlineAtom.setHeight:(F)V]
VlineAtom.setShift ( float shift ) : void
[mangled: org/scilab/forge/jlatexmath/VlineAtom.setShift:(F)V]
VlineAtom.VlineAtom ( int n )
[mangled: org/scilab/forge/jlatexmath/VlineAtom."<init>":(I)V]
jlatexmath-0.9.2.jar, WebStartAlphabetRegistration.class
package org.scilab.forge.jlatexmath
WebStartAlphabetRegistration.getPackage ( ) : Object
[mangled: org/scilab/forge/jlatexmath/WebStartAlphabetRegistration.getPackage:()Ljava/lang/Object;]
WebStartAlphabetRegistration.getTeXFontFileName ( ) : String
[mangled: org/scilab/forge/jlatexmath/WebStartAlphabetRegistration.getTeXFontFileName:()Ljava/lang/String;]
WebStartAlphabetRegistration.getUnicodeBlock ( ) : Character.UnicodeBlock[ ]
[mangled: org/scilab/forge/jlatexmath/WebStartAlphabetRegistration.getUnicodeBlock:()[Ljava/lang/Character$UnicodeBlock;]
WebStartAlphabetRegistration.register ( Character.UnicodeBlock[ ] blocks ) [static] : void
[mangled: org/scilab/forge/jlatexmath/WebStartAlphabetRegistration.register:([Ljava/lang/Character$UnicodeBlock;)V]
to the top
Removed Methods (8)
jlatexmath-0.8.5.jar, DefaultTeXFont.class
package org.scilab.forge.jlatexmath
DefaultTeXFont.addLanguage ( InputStream inlanguage, String language, InputStream insymbols, String symbols, InputStream inmappings, String mappings ) [static] : void
[mangled: org/scilab/forge/jlatexmath/DefaultTeXFont.addLanguage:(Ljava/io/InputStream;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)V]
jlatexmath-0.8.5.jar, FColorBoxAtom.class
package org.scilab.forge.jlatexmath
FColorBoxAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/FColorBoxAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
FColorBoxAtom.FColorBoxAtom ( Atom base, Color bg, Color line )
[mangled: org/scilab/forge/jlatexmath/FColorBoxAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Ljava/awt/Color;Ljava/awt/Color;)V]
jlatexmath-0.8.5.jar, FencedAtom.class
package org.scilab.forge.jlatexmath
FencedAtom.FencedAtom ( Atom base, SymbolAtom l, MiddleAtom m, SymbolAtom r )
[mangled: org/scilab/forge/jlatexmath/FencedAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/SymbolAtom;Lorg/scilab/forge/jlatexmath/MiddleAtom;Lorg/scilab/forge/jlatexmath/SymbolAtom;)V]
jlatexmath-0.8.5.jar, predefMacros.class
package org.scilab.forge.jlatexmath
predefMacros.addAlphabet_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.addAlphabet_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.begin_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.begin_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
jlatexmath-0.8.5.jar, StyleAtom.class
package org.scilab.forge.jlatexmath
StyleAtom.StyleAtom ( )
[mangled: org/scilab/forge/jlatexmath/StyleAtom."<init>":()V]
StyleAtom.StyleAtom ( int style )
[mangled: org/scilab/forge/jlatexmath/StyleAtom."<init>":(I)V]
to the top
Problems with Data Types, High Severity (4)
jlatexmath-0.8.5.jar
package org.scilab.forge.jlatexmath
[+] FColorBoxAtom (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FColorBoxAtom ( Atom, Color, Color )This constructor is from 'FColorBoxAtom' class.
createBox ( TeXEnvironment )This method is from 'FColorBoxAtom' class.
[+] MatrixAtom (1)
| Change | Effect |
---|
1 | Field vsep_ext of type SpaceAtom has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (2)
MatrixAtom ( ArrayOfAtoms, String )This constructor is from 'MatrixAtom' class.
createBox ( TeXEnvironment )This method is from 'MatrixAtom' class.
[+] TeXFormula (1)
| Change | Effect |
---|
1 | Type of field middle has been changed from MiddleAtom to java.util.List. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
AccentedAtom ( Atom, TeXFormula )2nd parameter 'acc' of this method has type 'TeXFormula'.
TeXFormula ( )This constructor is from 'TeXFormula' class.
TeXFormula ( String )This constructor is from 'TeXFormula' class.
TeXFormula ( String, String )This constructor is from 'TeXFormula' class.
TeXFormula ( String, String, boolean, boolean )This constructor is from 'TeXFormula' class.
TeXFormula ( String, boolean )This constructor is from 'TeXFormula' class.
TeXFormula ( TeXFormula )1st parameter 'f' of this method has type 'TeXFormula'.
add ( String )This method is from 'TeXFormula' class.
add ( Atom )This method is from 'TeXFormula' class.
add ( TeXFormula )1st parameter 'f' of this method has type 'TeXFormula'.
addPredefinedCommands ( InputStream )This method is from 'TeXFormula' class.
addPredefinedTeXFormula ( InputStream )This method is from 'TeXFormula' class.
...
[+] TeXParser (1)
| Change | Effect |
---|
1 | Field hasStyleChanged of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (126)
invoke ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
executeMacro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accent_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accent_macros ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accentbis_macros ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accentset_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
arrayATATenv_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
backslashcr_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
bgcolor_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
Big_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
big_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
bigg_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
...
to the top
Problems with Methods, Low Severity (1)
jlatexmath-0.8.5.jar, ArrayOfAtoms
package org.scilab.forge.jlatexmath
[+] ArrayOfAtoms.checkDimensions ( ) : void (1)
[mangled: org/scilab/forge/jlatexmath/ArrayOfAtoms.checkDimensions:()V]
| Change | Effect |
---|
1 | Removed org.scilab.forge.jlatexmath.InvalidMatrixException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types (28)
jlatexmath-0.8.5.jar
package org.scilab.forge.jlatexmath
[+] Atom (1)
| Change | Effect |
---|
1 | Field alignment has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (196)
AccentedAtom ( Atom, String )1st parameter 'base' of this method has type 'Atom'.
AccentedAtom ( Atom, Atom )1st parameter 'base' of this method has type 'Atom'.
AccentedAtom ( Atom, Atom, boolean )1st parameter 'base' of this method has type 'Atom'.
AccentedAtom ( Atom, TeXFormula )1st parameter 'base' of this method has type 'Atom'.
createBox ( TeXEnvironment )Field 'this.base' in the object of this method has type 'Atom'.
Atom ( )This constructor is from 'Atom' abstract class.
clone ( )This method is from 'Atom' abstract class.
clone ( )This method is from 'Atom' abstract class.
createBox ( TeXEnvironment )This abstract method is from 'Atom' abstract class.
getLeftType ( )This method is from 'Atom' abstract class.
getRightType ( )This method is from 'Atom' abstract class.
BigOperatorAtom ( Atom, Atom, Atom )1st parameter 'base' of this method has type 'Atom'.
...
[+] Box (2)
| Change | Effect |
---|
1 | Field DEBUG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field type has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (80)
createBox ( TeXEnvironment )Return value of this method has type 'Box'.
createBox ( TeXEnvironment )Return value of this abstract method has type 'Box'.
createBox ( TeXEnvironment )Return value of this method has type 'Box'.
createBox ( TeXEnvironment )Return value of this method has type 'Box'.
createBox ( TeXEnvironment )Return value of this method has type 'Box'.
Box ( )This constructor is from 'Box' abstract class.
Box ( Color, Color )This constructor is from 'Box' abstract class.
add ( int, Box )2nd parameter 'b' of this method has type 'Box'.
add ( Box )1st parameter 'b' of this method has type 'Box'.
draw ( Graphics2D, float, float )This abstract method is from 'Box' abstract class.
endDraw ( Graphics2D )This method is from 'Box' abstract class.
getDepth ( )This method is from 'Box' abstract class.
...
[+] DefaultTeXFont (2)
| Change | Effect |
---|
1 | Field loadedAlphabets has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field registeredAlphabets has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (52)
DefaultTeXFont ( float )This constructor is from 'DefaultTeXFont' class.
DefaultTeXFont ( float, boolean, boolean, boolean, boolean, boolean )This constructor is from 'DefaultTeXFont' class.
addTeXFontDescription ( InputStream, String )This method is from 'DefaultTeXFont' class.
addTeXFontDescription ( String )This method is from 'DefaultTeXFont' class.
copy ( )This method is from 'DefaultTeXFont' class.
deriveFont ( float )This method is from 'DefaultTeXFont' class.
getAxisHeight ( int )This method is from 'DefaultTeXFont' class.
getBigOpSpacing1 ( int )This method is from 'DefaultTeXFont' class.
getBigOpSpacing2 ( int )This method is from 'DefaultTeXFont' class.
getBigOpSpacing3 ( int )This method is from 'DefaultTeXFont' class.
getBigOpSpacing4 ( int )This method is from 'DefaultTeXFont' class.
getBigOpSpacing5 ( int )This method is from 'DefaultTeXFont' class.
...
[+] FBoxAtom (2)
| Change | Effect |
---|
1 | Field hsep has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field vsep has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
FBoxAtom ( Atom )This constructor is from 'FBoxAtom' class.
createBox ( TeXEnvironment )This method is from 'FBoxAtom' class.
[+] MatrixAtom (11)
| Change | Effect |
---|
1 | Field ALIGN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field ALIGNAT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field ALIGNED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field ALIGNEDAT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field ARRAY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field FLALIGN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field MATRIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field SMALLMATRIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field semihsep has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field vsep_ext_bot has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field vsep_ext_top has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
MatrixAtom ( ArrayOfAtoms, String )This constructor is from 'MatrixAtom' class.
createBox ( TeXEnvironment )This method is from 'MatrixAtom' class.
[+] TeXConstants (6)
| Change | Effect |
---|
1 | Field TYPE_HLINE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field TYPE_INTERTEXT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field TYPE_MULTICOLUMN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field UNIT_CM has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field UNIT_IN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field UNIT_MM has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
TeXConstants ( )This constructor is from 'TeXConstants' class.
[+] TeXFormula (1)
| Change | Effect |
---|
1 | Field VERSION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (29)
AccentedAtom ( Atom, TeXFormula )2nd parameter 'acc' of this method has type 'TeXFormula'.
TeXFormula ( )This constructor is from 'TeXFormula' class.
TeXFormula ( String )This constructor is from 'TeXFormula' class.
TeXFormula ( String, String )This constructor is from 'TeXFormula' class.
TeXFormula ( String, String, boolean, boolean )This constructor is from 'TeXFormula' class.
TeXFormula ( String, boolean )This constructor is from 'TeXFormula' class.
TeXFormula ( TeXFormula )1st parameter 'f' of this method has type 'TeXFormula'.
add ( String )This method is from 'TeXFormula' class.
add ( Atom )This method is from 'TeXFormula' class.
add ( TeXFormula )1st parameter 'f' of this method has type 'TeXFormula'.
addPredefinedCommands ( InputStream )This method is from 'TeXFormula' class.
addPredefinedTeXFormula ( InputStream )This method is from 'TeXFormula' class.
...
[+] TeXIcon (2)
| Change | Effect |
---|
1 | Field defaultSize has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field magFactor has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
createTeXIcon ( int, float )Return value of this method has type 'TeXIcon'.
TeXIcon ( Box, float )This constructor is from 'TeXIcon' class.
getBaseLine ( )This method is from 'TeXIcon' class.
getIconHeight ( )This method is from 'TeXIcon' class.
getIconWidth ( )This method is from 'TeXIcon' class.
getInsets ( )This method is from 'TeXIcon' class.
paintIcon ( Component, Graphics, int, int )This method is from 'TeXIcon' class.
setIconHeight ( int, int )This method is from 'TeXIcon' class.
setIconWidth ( int, int )This method is from 'TeXIcon' class.
setInsets ( Insets )This method is from 'TeXIcon' class.
[+] TeXParser (1)
| Change | Effect |
---|
1 | Field isLoading has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (126)
invoke ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
executeMacro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accent_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accent_macros ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accentbis_macros ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
accentset_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
arrayATATenv_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
backslashcr_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
bgcolor_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
big_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
Big_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
bigg_macro ( TeXParser, String[ ] )1st parameter 'tp' of this method has type 'TeXParser'.
...
to the top
Java ARchives (1)
jlatexmath-0.8.5.jar
to the top