]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-2648: Code cleanup
authorSimon Steiner <ssteiner@apache.org>
Fri, 16 Sep 2016 10:43:45 +0000 (10:43 +0000)
committerSimon Steiner <ssteiner@apache.org>
Fri, 16 Sep 2016 10:43:45 +0000 (10:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1761019 13f79535-47bb-0310-9956-ffa450edef68

72 files changed:
fop-core/src/main/java/org/apache/fop/afp/AFPResourceLevelDefaults.java
fop-core/src/main/java/org/apache/fop/afp/fonts/RasterFont.java
fop-core/src/main/java/org/apache/fop/apps/FOUserAgent.java
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphClassTable.java
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphCoverageTable.java
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java
fop-core/src/main/java/org/apache/fop/complexscripts/scripts/DevanagariScriptProcessor.java
fop-core/src/main/java/org/apache/fop/complexscripts/scripts/GujaratiScriptProcessor.java
fop-core/src/main/java/org/apache/fop/complexscripts/scripts/GurmukhiScriptProcessor.java
fop-core/src/main/java/org/apache/fop/complexscripts/scripts/TamilScriptProcessor.java
fop-core/src/main/java/org/apache/fop/complexscripts/util/CharScript.java
fop-core/src/main/java/org/apache/fop/complexscripts/util/NumberConverter.java
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyCache.java
fop-core/src/main/java/org/apache/fop/fonts/CIDSubset.java
fop-core/src/main/java/org/apache/fop/fonts/Font.java
fop-core/src/main/java/org/apache/fop/fonts/FontCache.java
fop-core/src/main/java/org/apache/fop/fonts/FontInfo.java
fop-core/src/main/java/org/apache/fop/fonts/SimpleSingleByteEncoding.java
fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java
fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java
fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java
fop-core/src/main/java/org/apache/fop/fonts/substitute/FontQualifier.java
fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java
fop-core/src/main/java/org/apache/fop/fonts/truetype/TTFSubSetFile.java
fop-core/src/main/java/org/apache/fop/fonts/type1/AFMParser.java
fop-core/src/main/java/org/apache/fop/fonts/type1/PostscriptParser.java
fop-core/src/main/java/org/apache/fop/layoutmgr/table/RowPainter.java
fop-core/src/main/java/org/apache/fop/render/PrintRenderer.java
fop-core/src/main/java/org/apache/fop/render/RendererContext.java
fop-core/src/main/java/org/apache/fop/render/afp/AFPRendererContext.java
fop-core/src/main/java/org/apache/fop/render/intermediate/AbstractIFPainter.java
fop-core/src/main/java/org/apache/fop/render/intermediate/IFRenderer.java
fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java
fop-core/src/main/java/org/apache/fop/render/java2d/Java2DSVGHandler.java
fop-core/src/main/java/org/apache/fop/render/pdf/PDFRenderingUtil.java
fop-core/src/main/java/org/apache/fop/render/pdf/PDFSVGHandler.java
fop-core/src/main/java/org/apache/fop/render/print/PageableRenderer.java
fop-core/src/main/java/org/apache/fop/render/ps/PSDocumentHandler.java
fop-core/src/main/java/org/apache/fop/render/ps/PSRenderingUtil.java
fop-core/src/main/java/org/apache/fop/render/ps/PSSVGHandler.java
fop-core/src/main/java/org/apache/fop/render/rtf/FOPRtfAttributes.java
fop-core/src/main/java/org/apache/fop/render/rtf/FoUnitsConverter.java
fop-core/src/main/java/org/apache/fop/render/rtf/PageAttributesConverter.java
fop-core/src/main/java/org/apache/fop/render/rtf/RTFHandler.java
fop-core/src/main/java/org/apache/fop/render/rtf/TextAttributesConverter.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfColorTable.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfFontManager.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPage.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfStringConverter.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfStyleSheetTable.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTable.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableRow.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTextrun.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/PercentContext.java
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/TableContext.java
fop-core/src/main/java/org/apache/fop/render/txt/TXTRenderer.java
fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java
fop-core/src/main/java/org/apache/fop/svg/ACIUtils.java
fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTranscoder.java
fop-core/src/main/java/org/apache/fop/svg/PDFGraphics2D.java
fop-core/src/main/java/org/apache/fop/svg/font/FOPGVTGlyphVector.java
fop-core/src/main/java/org/apache/fop/tools/anttasks/RunTest.java
fop-core/src/main/java/org/apache/fop/util/XMLUtil.java
fop-core/src/main/java/org/apache/fop/util/text/IfFieldPart.java
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java
fop-core/src/test/java/org/apache/fop/fo/flow/table/CollapsedConditionalBorderTestCase.java
fop-core/src/test/java/org/apache/fop/fotreetest/FOTreeTestCase.java

index 2ec844ac28674bc6dc06e5b189ba5649c659f2bd..39c72d8f50d72b105c305ca780577adee4caf0aa 100644 (file)
@@ -47,7 +47,7 @@ public class AFPResourceLevelDefaults {
         if (result == null) {
             throw new IllegalArgumentException("Unknown resource type name: " + resourceTypeName);
         }
-        return result.byteValue();
+        return result;
     }
 
     private Map defaultResourceLevels = new java.util.HashMap();
index 9f9c5ed956484adcf8b508886a6f29c8e0ea34bf..1facbf0595368185c5024022aa5e9d14fb9933ca 100644 (file)
@@ -94,9 +94,9 @@ public class RasterFont extends AFPFont {
             SortedMap<Integer, CharacterSet> smallerSizes = charSets.headMap(requestedSize);
             SortedMap<Integer, CharacterSet> largerSizes = charSets.tailMap(requestedSize);
             int smallerSize = smallerSizes.isEmpty() ? 0
-                    : smallerSizes.lastKey().intValue();
+                    : smallerSizes.lastKey();
             int largerSize = largerSizes.isEmpty() ? Integer.MAX_VALUE
-                    : largerSizes.firstKey().intValue();
+                    : largerSizes.firstKey();
 
             Integer fontSize;
             if (!smallerSizes.isEmpty()
@@ -115,9 +115,9 @@ public class RasterFont extends AFPFont {
                 }
                 substitutionCharSets.put(requestedSize, csm);
                 // do not output the warning if the font size is closer to an integer less than 0.1
-                if (!(Math.abs(fontSize.intValue() / 1000.0 - sizeInPt) < 0.1)) {
+                if (!(Math.abs(fontSize / 1000.0 - sizeInPt) < 0.1)) {
                     String msg = "No " + sizeInPt + "pt font " + getFontName()
-                            + " found, substituted with " + fontSize.intValue() / 1000f + "pt font";
+                            + " found, substituted with " + fontSize / 1000f + "pt font";
                     LOG.warn(msg);
                 }
             }
index c0f0ac3d9a05dcc2b2b1df9df9e6b75cdba7534a..43d2b9d800422069926a47f8da8d46977d087d7d 100644 (file)
@@ -716,7 +716,7 @@ public class FOUserAgent {
     public boolean isAccessibilityEnabled() {
         Boolean enabled = (Boolean)this.getRendererOptions().get(Accessibility.ACCESSIBILITY);
         if (enabled != null) {
-            return enabled.booleanValue();
+            return enabled;
         } else {
             return false;
         }
index 66dbf97c0d4edce92f419837217198fc9596cba0..25ff6034fb250b5574bae5c98a2d832696829806 100644 (file)
@@ -196,7 +196,7 @@ public final class GlyphClassTable extends GlyphMappingTable implements GlyphCla
             if (it.hasNext()) {
                 Object o = it.next();
                 if (o instanceof Integer) {
-                    firstGlyph = ((Integer) o) .intValue();
+                    firstGlyph = (Integer) o;
                 } else {
                     throw new AdvancedTypographicTableFormatException("illegal entry, first entry must be Integer denoting first glyph value, but is: " + o);
                 }
@@ -209,7 +209,7 @@ public final class GlyphClassTable extends GlyphMappingTable implements GlyphCla
             while (it.hasNext()) {
                 Object o = it.next();
                 if (o instanceof Integer) {
-                    int gc = ((Integer) o) .intValue();
+                    int gc = (Integer) o;
                     gca [ i++ ] = gc;
                     if (gc > gcMax) {
                         gcMax = gc;
index f996d8cf89677139801ee8321f1a228581ae7e8d..a4251e9ef485ff0f31fef2fa3c8a7ac425b0c120 100644 (file)
@@ -181,7 +181,7 @@ public final class GlyphCoverageTable extends GlyphMappingTable implements Glyph
             for (Iterator it = entries.iterator(); it.hasNext();) {
                 Object o = it.next();
                 if (o instanceof Integer) {
-                    int gid = ((Integer) o) .intValue();
+                    int gid = (Integer) o;
                     if ((gid >= 0) && (gid < 65536)) {
                         if (gid > gidMax) {
                             map [ i++ ] = gidMax = gid;
index 4596dbdfbe8ee44661c4fe3fd178ce623cebfd32..705c0ff672dc1348be807f4547a93b8658ef355e 100644 (file)
@@ -579,12 +579,12 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(2)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    nc1 = ((Integer)(o)).intValue();
+                    nc1 = (Integer) (o);
                 }
                 if (((o = entries.get(3)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fourth entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    nc2 = ((Integer)(o)).intValue();
+                    nc2 = (Integer) (o);
                 }
                 if (((o = entries.get(4)) == null) || !(o instanceof PairValues[][])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fifth entry must be a PairValues[][], but is: " + ((o != null) ? o.getClass() : null));
@@ -840,7 +840,7 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(1)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, second entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    nmc = ((Integer)(o)).intValue();
+                    nmc = (Integer) (o);
                 }
                 if (((o = entries.get(2)) == null) || !(o instanceof MarkAnchor[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be a MarkAnchor[], but is: " + ((o != null) ? o.getClass() : null));
@@ -994,12 +994,12 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(1)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, second entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    nmc = ((Integer)(o)).intValue();
+                    nmc = (Integer) (o);
                 }
                 if (((o = entries.get(2)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    mxc = ((Integer)(o)).intValue();
+                    mxc = (Integer) (o);
                 }
                 if (((o = entries.get(3)) == null) || !(o instanceof MarkAnchor[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fourth entry must be a MarkAnchor[], but is: " + ((o != null) ? o.getClass() : null));
@@ -1130,7 +1130,7 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(1)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, second entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    nmc = ((Integer)(o)).intValue();
+                    nmc = (Integer) (o);
                 }
                 if (((o = entries.get(2)) == null) || !(o instanceof MarkAnchor[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be a MarkAnchor[], but is: " + ((o != null) ? o.getClass() : null));
@@ -1372,7 +1372,7 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(1)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, second entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    ngc = ((Integer)(o)).intValue();
+                    ngc = (Integer) (o);
                 }
                 if (((o = entries.get(2)) == null) || !(o instanceof RuleSet[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be an RuleSet[], but is: " + ((o != null) ? o.getClass() : null));
@@ -1676,7 +1676,7 @@ public class GlyphPositioningTable extends GlyphTable {
                 if (((o = entries.get(3)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fourth entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    ngc = ((Integer)(o)).intValue();
+                    ngc = (Integer) (o);
                 }
                 if (((o = entries.get(4)) == null) || !(o instanceof RuleSet[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fifth entry must be an RuleSet[], but is: " + ((o != null) ? o.getClass() : null));
index 1d9da2eaa3b49a944ebf1dcb5acf5fe523d1e3d4..35df1f48f69b53827cbdb6fb58cf1cfbffc716b8 100644 (file)
@@ -305,7 +305,7 @@ public class GlyphSubstitutionTable extends GlyphTable {
                 Object o = entries.get(0);
                 int delta = 0;
                 if (o instanceof Integer) {
-                    delta = ((Integer) o) .intValue();
+                    delta = (Integer) o;
                 } else {
                     throw new AdvancedTypographicTableFormatException("illegal entries entry, must be Integer, but is: " + o);
                 }
@@ -346,7 +346,7 @@ public class GlyphSubstitutionTable extends GlyphTable {
             for (Iterator it = entries.iterator(); it.hasNext();) {
                 Object o = it.next();
                 if (o instanceof Integer) {
-                    int gid = ((Integer) o) .intValue();
+                    int gid = (Integer) o;
                     if ((gid >= 0) && (gid < 65536)) {
                         glyphs [ i++ ] = gid;
                     } else {
@@ -901,7 +901,7 @@ public class GlyphSubstitutionTable extends GlyphTable {
                 if (((o = entries.get(1)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, second entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    ngc = ((Integer)(o)).intValue();
+                    ngc = (Integer) (o);
                 }
                 if (((o = entries.get(2)) == null) || !(o instanceof RuleSet[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, third entry must be an RuleSet[], but is: " + ((o != null) ? o.getClass() : null));
@@ -1206,7 +1206,7 @@ public class GlyphSubstitutionTable extends GlyphTable {
                 if (((o = entries.get(3)) == null) || !(o instanceof Integer)) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fourth entry must be an Integer, but is: " + ((o != null) ? o.getClass() : null));
                 } else {
-                    ngc = ((Integer)(o)).intValue();
+                    ngc = (Integer) (o);
                 }
                 if (((o = entries.get(4)) == null) || !(o instanceof RuleSet[])) {
                     throw new AdvancedTypographicTableFormatException("illegal entries, fifth entry must be an RuleSet[], but is: " + ((o != null) ? o.getClass() : null));
index 9cf35f553c4ef728d4e43c0d6f652f6c051215aa..ca51e9a24b109077dd726d916fffb6e267a9fa2c 100644 (file)
@@ -3647,12 +3647,12 @@ public final class OTFAdvancedTypographicTableReader {
         Integer sf = (Integer) stp[5];          // subtable format
         GlyphMappingTable mapping = (GlyphMappingTable) stp[6];
         List entries = (List) stp[7];
-        if (tt.intValue() == GlyphTable.GLYPH_TABLE_TYPE_DEFINITION) {
+        if (tt == GlyphTable.GLYPH_TABLE_TYPE_DEFINITION) {
             int type = GDEFLookupType.getSubtableType(lt.intValue());
-            String lid = "lu" + ln.intValue();
-            int sequence = sn.intValue();
-            int flags = lf.intValue();
-            int format = sf.intValue();
+            String lid = "lu" + ln;
+            int sequence = sn;
+            int flags = lf;
+            int format = sf;
             st = GlyphDefinitionTable.createSubtable(type, lid, sequence, flags, format, mapping, entries);
         }
         return st;
@@ -3683,12 +3683,12 @@ public final class OTFAdvancedTypographicTableReader {
         Integer sf = (Integer) stp[5];          // subtable format
         GlyphCoverageTable coverage = (GlyphCoverageTable) stp[6];
         List entries = (List) stp[7];
-        if (tt.intValue() == GlyphTable.GLYPH_TABLE_TYPE_SUBSTITUTION) {
+        if (tt == GlyphTable.GLYPH_TABLE_TYPE_SUBSTITUTION) {
             int type = GSUBLookupType.getSubtableType(lt.intValue());
-            String lid = "lu" + ln.intValue();
-            int sequence = sn.intValue();
-            int flags = lf.intValue();
-            int format = sf.intValue();
+            String lid = "lu" + ln;
+            int sequence = sn;
+            int flags = lf;
+            int format = sf;
             st = GlyphSubstitutionTable.createSubtable(type, lid, sequence, flags, format, coverage, entries);
         }
         return st;
@@ -3719,12 +3719,12 @@ public final class OTFAdvancedTypographicTableReader {
         Integer sf = (Integer) stp[5];          // subtable format
         GlyphCoverageTable coverage = (GlyphCoverageTable) stp[6];
         List entries = (List) stp[7];
-        if (tt.intValue() == GlyphTable.GLYPH_TABLE_TYPE_POSITIONING) {
+        if (tt == GlyphTable.GLYPH_TABLE_TYPE_POSITIONING) {
             int type = GSUBLookupType.getSubtableType(lt.intValue());
-            String lid = "lu" + ln.intValue();
-            int sequence = sn.intValue();
-            int flags = lf.intValue();
-            int format = sf.intValue();
+            String lid = "lu" + ln;
+            int sequence = sn;
+            int flags = lf;
+            int format = sf;
             st = GlyphPositioningTable.createSubtable(type, lid, sequence, flags, format, coverage, entries);
         }
         return st;
index 8d312b846b0034a5114dd0ba18a2ad4e1816af93..82058dcf249aa018d2eac0b3abfe71a865993acf 100644 (file)
@@ -106,7 +106,7 @@ public class DevanagariScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsHalfConsonant(GlyphSequence gs, int k) {
         Boolean half = (Boolean) gs.getAssociation(k) .getPredication("half");
-        return (half != null) ? half.booleanValue() : false;
+        return (half != null) ? half : false;
     }
 
     @Override
@@ -156,7 +156,7 @@ public class DevanagariScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsReph(GlyphSequence gs, int k) {
         Boolean rphf = (Boolean) gs.getAssociation(k) .getPredication("rphf");
-        return (rphf != null) ? rphf.booleanValue() : false;
+        return (rphf != null) ? rphf : false;
     }
 
     private static boolean containsMatra(GlyphSequence gs, int k) {
index 1f96455bc572253b520ec7860447f07f38c4ee35..c65a4c9829096413a4eef64da1a373f1a748d14c 100644 (file)
@@ -106,7 +106,7 @@ public class GujaratiScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsHalfConsonant(GlyphSequence gs, int k) {
         Boolean half = (Boolean) gs.getAssociation(k) .getPredication("half");
-        return (half != null) ? half.booleanValue() : false;
+        return (half != null) ? half : false;
     }
 
     @Override
@@ -156,7 +156,7 @@ public class GujaratiScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsReph(GlyphSequence gs, int k) {
         Boolean rphf = (Boolean) gs.getAssociation(k) .getPredication("rphf");
-        return (rphf != null) ? rphf.booleanValue() : false;
+        return (rphf != null) ? rphf : false;
     }
 
     private static boolean containsMatra(GlyphSequence gs, int k) {
index cc50761bbcaa14a97d21f88b8965d671ded08172..29b086cd33e873eb52c90e658dac6612376489fc 100644 (file)
@@ -106,7 +106,7 @@ public class GurmukhiScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsHalfConsonant(GlyphSequence gs, int k) {
         Boolean half = (Boolean) gs.getAssociation(k) .getPredication("half");
-        return (half != null) ? half.booleanValue() : false;
+        return (half != null) ? half : false;
     }
 
     @Override
@@ -156,7 +156,7 @@ public class GurmukhiScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsReph(GlyphSequence gs, int k) {
         Boolean rphf = (Boolean) gs.getAssociation(k) .getPredication("rphf");
-        return (rphf != null) ? rphf.booleanValue() : false;
+        return (rphf != null) ? rphf : false;
     }
 
     private static boolean containsMatra(GlyphSequence gs, int k) {
index 6df0bf8ee7621188743f1c815169496d9ed9263b..3d02ce0176c7be3f9406a7dbfd533e97fad188ab 100644 (file)
@@ -106,7 +106,7 @@ public class TamilScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsHalfConsonant(GlyphSequence gs, int k) {
         Boolean half = (Boolean) gs.getAssociation(k).getPredication("half");
-        return (half != null) ? half.booleanValue() : false;
+        return (half != null) ? half : false;
     }
 
     @Override
@@ -156,7 +156,7 @@ public class TamilScriptProcessor extends IndicScriptProcessor {
 
     private static boolean containsReph(GlyphSequence gs, int k) {
         Boolean rphf = (Boolean) gs.getAssociation(k).getPredication("rphf");
-        return (rphf != null) ? rphf.booleanValue() : false;
+        return (rphf != null) ? rphf : false;
     }
 
     private static boolean containsMatra(GlyphSequence gs, int k) {
index 9321abc996a0bdadee768646c9739bd0a496a36e..e82bb4779927b0176a876bad48084b3a603ec987 100644 (file)
@@ -713,7 +713,7 @@ public final class CharScript {
         int[] sa = new int [ s.size() ];
         int ns = 0;
         for (Iterator it = s.iterator(); it.hasNext();) {
-            sa [ ns++ ] = ((Integer) it.next()) .intValue();
+            sa [ ns++ ] = (Integer) it.next();
         }
         Arrays.sort(sa);
         return sa;
@@ -732,7 +732,7 @@ public final class CharScript {
             Integer k = s;
             Integer v = (Integer) m.get(k);
             if (v != null) {
-                m.put(k, v.intValue() + 1);
+                m.put(k, v + 1);
             } else {
                 m.put(k, 0);
             }
@@ -742,7 +742,7 @@ public final class CharScript {
         for (Iterator it = m.entrySet().iterator(); it.hasNext();) {
             Map.Entry e = (Map.Entry) it.next();
             Integer k = (Integer) e.getKey();
-            int s = k.intValue();
+            int s = k;
             switch (s) {
             case SCRIPT_UNDETERMINED:
             case SCRIPT_UNCODED:
@@ -750,7 +750,7 @@ public final class CharScript {
             default:
                 Integer v = (Integer) e.getValue();
                 assert v != null;
-                int c = v.intValue();
+                int c = v;
                 if (c > cMax) {
                     cMax = c;
                     sMax = s;
index bfb8b6571ab2661248e6cdd9753a86f2f31c3892..817f70a18dd258a5bb5c58d2b5c392d052082f90 100644 (file)
@@ -254,7 +254,7 @@ public class NumberConverter {
         if (number < 0) {
             throw new IllegalArgumentException("number must be non-negative");
         } else if (token.length == 1) {
-            int s = token[0].intValue();
+            int s = token[0];
             switch (s) {
             case (int) '1':
                 fn = formatNumberAsDecimal(number, (int) '1', 1);
@@ -282,7 +282,7 @@ public class NumberConverter {
         } else if ((token.length == 2) && (token[0] == (int) 'W') && (token[1] == (int) 'w')) {
             fn = formatNumberAsWord(number, Character.TITLECASE_LETTER);
         } else if (isPaddedOne(token)) {
-            int s = token [ token.length - 1 ].intValue();
+            int s = token[token.length - 1];
             fn = formatNumberAsDecimal(number, s, token.length);
         } else {
             throw new IllegalArgumentException("invalid format token: \"" + UTF32.fromUTF32(token) + "\"");
@@ -503,7 +503,7 @@ public class NumberConverter {
     }
 
     private static int getDecimalValue(Integer scalar) {
-        int s = scalar.intValue();
+        int s = scalar;
         if (Character.getType(s) == Character.DECIMAL_DIGIT_NUMBER) {
             return Character.getNumericValue(s);
         } else {
index b36f01ff5a48cfd6da385d4c48969368dd753906..5846fb76c113e33578019a54beae528a827651cf 100644 (file)
@@ -79,8 +79,7 @@ public final class PropertyCache<T> {
         boolean useCache;
         try {
             useCache = Boolean.valueOf(
-                    System.getProperty("org.apache.fop.fo.properties.use-cache", "true"))
-                    .booleanValue();
+                    System.getProperty("org.apache.fop.fo.properties.use-cache", "true"));
         } catch (SecurityException e) {
             useCache = true;
             LOG.info("Unable to access org.apache.fop.fo.properties.use-cache"
index e0fbdd6c24a5d92c1a9b76f344ce96506f5999fb..d2ebcfcb98fad7a67d5d3379b47e1bc6dd96421c 100644 (file)
@@ -84,7 +84,7 @@ public class CIDSubset implements CIDSet {
     public char getUnicode(int index) {
         Character mapValue = usedCharsIndex.get(index);
         if (mapValue != null) {
-            return mapValue.charValue();
+            return mapValue;
         } else {
             return CharUtilities.NOT_A_CHARACTER;
         }
index b3cea0d6f55acb3e34e40abe50ec0c64a4809474..93daa4b1097a19538b0ab97568aa48e4df197279 100644 (file)
@@ -199,7 +199,7 @@ public class Font implements Substitutable, Positionable {
         if (kernPair != null) {
             Integer width = kernPair.get((int) ch2);
             if (width != null) {
-                return width.intValue() * getFontSize() / 1000;
+                return width * getFontSize() / 1000;
             }
         }
         return 0;
index 5e75133ed1e8990b715890d8a3568802a1e156b7..8379ac137d9c493c9802f807c32872fb94fb1f7f 100644 (file)
@@ -408,7 +408,7 @@ public final class FontCache implements Serializable {
         synchronized (changeLock) {
             if (getFailedFontMap().containsKey(embedUrl)) {
                 long failedLastModified = getFailedFontMap().get(
-                        embedUrl).longValue();
+                        embedUrl);
                 if (lastModified != failedLastModified) {
                     // this font has been changed so lets remove it
                     // from failed font map for now
index 334e260aaa1f2735b8a6a6ed4a5b805564469fb1..b2cf38189456e0eb1fa85c4b4fd8d7c4f5a981b7 100644 (file)
@@ -134,7 +134,7 @@ public class FontInfo {
         String oldName = triplets.get(triplet);
         int newPriority = triplet.getPriority();
         if (oldName != null) {
-            int oldPriority = tripletPriorities.get(triplet).intValue();
+            int oldPriority = tripletPriorities.get(triplet);
             if (oldPriority < newPriority) {
                 logDuplicateFont(triplet, false, oldName, oldPriority, internalFontKey, newPriority);
                 return;
index ee13a16472af9ee69b4ee3cdd65f463e4ffdcf1e..e42bfc5d070c82fbf75efa94fd519601f3dcb078 100644 (file)
@@ -56,7 +56,7 @@ public class SimpleSingleByteEncoding implements SingleByteEncoding {
     public char mapChar(char c) {
         Character nc = charMap.get(c);
         if (nc != null) {
-            return nc.charValue();
+            return nc;
         }
         return NOT_FOUND_CODE_POINT;
     }
index 52fe4241c89a0b8c72959c52a4c490fcd1281519..9dbd8a5d2cbcd217a2d201c2c000c372feb3a03b 100644 (file)
@@ -247,7 +247,7 @@ public class SingleByteFont extends CustomFont {
     private char getUnicode(int index) {
         Character mapValue = usedCharsIndex.get(index);
         if (mapValue != null) {
-            return mapValue.charValue();
+            return mapValue;
         } else {
             return CharUtilities.NOT_A_CHARACTER;
         }
index 4e6177786efd68e3624e5be37108c450f237f4eb..7f3927f24f10482266fb8c218e05f719ae9fd168 100644 (file)
@@ -291,7 +291,7 @@ public class XMLFontMetricsReader extends DefaultHandler {
             int[] wds = new int[cidWidths.size()];
             int j = 0;
             for (int count = 0; count < cidWidths.size(); count++) {
-                wds[j++] = cidWidths.get(count).intValue();
+                wds[j++] = cidWidths.get(count);
             }
 
             //multiFont.addCIDWidthEntry(cidWidthIndex, wds);
index 6f80fd098a0041c2f3586617da4fdc74091c8e67..8af55488b4bb3f82e8160ea90dbe63f12cf6b532 100644 (file)
@@ -464,7 +464,7 @@ public class TTFReader extends AbstractFontReader {
 
             for (Map.Entry<Integer, Integer> e : h2.entrySet()) {
                 Integer kpx2 = e.getKey();
-                if (isCid || kpx2.intValue() < 256) {
+                if (isCid || kpx2 < 256) {
                     el2 = doc.createElement("pair");
                     el2.setAttribute("kpx2", kpx2.toString());
                     Integer val = e.getValue();
index 8e9213e9db766285fee6a1fde5d8d0682de1b384..820326d11b8d499711028ff5972b04893497c15c 100644 (file)
@@ -189,7 +189,7 @@ public class FontQualifier {
                                 }
                             } else if (weightObj instanceof Integer) {
                                 Integer fontWeightInteger = (Integer)weightObj;
-                                int fontWeightValue = fontWeightInteger.intValue();
+                                int fontWeightValue = fontWeightInteger;
                                 if (fontWeightValue == fontWeight) {
                                     weightMatched = true;
                                 }
@@ -272,7 +272,7 @@ public class FontQualifier {
                         triplets.add(new FontTriplet(name, style, weight));
                     } else if (weightObj instanceof Integer) {
                         Integer weightInteger = (Integer)weightObj;
-                        int weight = weightInteger.intValue();
+                        int weight = weightInteger;
                         triplets.add(new FontTriplet(name, style, weight));
                     }
                 }
index 14aeee889351d3736bb41359a3d5825856a3792a..5be2140fe7e375f1c8a9e86e1dbf7216d1da1886 100644 (file)
@@ -553,14 +553,14 @@ public abstract class OpenFont {
                             List<Integer> v = ansiIndex.get(j);
                             if (v != null) {
                                 for (Integer aIdx : v) {
-                                    ansiWidth[aIdx.intValue()]
+                                    ansiWidth[aIdx]
                                         = mtxTab[glyphIdx].getWx();
 
                                     if (log.isTraceEnabled()) {
                                         log.trace("Added width "
                                                 + mtxTab[glyphIdx].getWx()
                                                 + " uni: " + j
-                                                + " ansi: " + aIdx.intValue());
+                                                + " ansi: " + aIdx);
                                     }
                                 }
                             }
@@ -596,7 +596,7 @@ public abstract class OpenFont {
                             List<Integer> v = ansiIndex.get(j);
                             if (v != null) {
                                 for (Integer aIdx : v) {
-                                    ansiWidth[aIdx.intValue()] = mtxTab[glyphIdx].getWx();
+                                    ansiWidth[aIdx] = mtxTab[glyphIdx].getWx();
                                 }
                             }
 
@@ -1633,13 +1633,13 @@ public abstract class OpenFont {
 
                 for (Map.Entry<Integer, Integer> e : ckpx.entrySet()) {
                     Integer unicodeKey2 = e.getKey();
-                    Integer cidKey2 = unicodeToGlyph(unicodeKey2.intValue());
+                    Integer cidKey2 = unicodeToGlyph(unicodeKey2);
                     Integer kern = e.getValue();
 
-                    Iterator uniMap = mtxTab[cidKey2.intValue()].getUnicodeIndex().listIterator();
+                    Iterator uniMap = mtxTab[cidKey2].getUnicodeIndex().listIterator();
                     while (uniMap.hasNext()) {
                         Integer unicodeKey = (Integer)uniMap.next();
-                        Integer[] ansiKeys = unicodeToWinAnsi(unicodeKey.intValue());
+                        Integer[] ansiKeys = unicodeToWinAnsi(unicodeKey);
                         for (int u = 0; u < ansiKeys.length; u++) {
                             akpx.put(ansiKeys[u], kern);
                         }
@@ -1647,10 +1647,10 @@ public abstract class OpenFont {
                 }
 
                 if (akpx.size() > 0) {
-                    Iterator uniMap = mtxTab[cidKey1.intValue()].getUnicodeIndex().listIterator();
+                    Iterator uniMap = mtxTab[cidKey1].getUnicodeIndex().listIterator();
                     while (uniMap.hasNext()) {
                         Integer unicodeKey = (Integer)uniMap.next();
-                        Integer[] ansiKeys = unicodeToWinAnsi(unicodeKey.intValue());
+                        Integer[] ansiKeys = unicodeToWinAnsi(unicodeKey);
                         for (int u = 0; u < ansiKeys.length; u++) {
                             ansiKerningTab.put(ansiKeys[u], akpx);
                         }
index 6d2d6867258dd5af588c5a56b9f12edf33dde372..6eeb293a3f3200fb3e9c140381ebfeb3f6ea82d4 100644 (file)
@@ -435,10 +435,10 @@ public class TTFSubSetFile extends TTFFile {
                 Integer origIndex = glyph.getKey();
                 Integer subsetIndex = glyph.getValue();
 
-                writeUShort(currentPos + subsetIndex.intValue() * 4,
-                            mtxTab[origIndex.intValue()].getWx());
-                writeUShort(currentPos + subsetIndex.intValue() * 4 + 2,
-                            mtxTab[origIndex.intValue()].getLsb());
+                writeUShort(currentPos + subsetIndex * 4,
+                            mtxTab[origIndex].getWx());
+                writeUShort(currentPos + subsetIndex * 4 + 2,
+                            mtxTab[origIndex].getLsb());
             }
 
             updateCheckSum(currentPos, hmtxSize, hmtx);
index d4bd2d3e31314ec480c16132f69a9c673696a82e..5d307edc7a39abebf0dd3459ced2e838edd744c7 100644 (file)
@@ -202,7 +202,7 @@ public class AFMParser {
             }
             Integer newParseMode = PARSE_MODE_CHANGES.get(key);
             if (newParseMode != null) {
-                parseMode = newParseMode.intValue();
+                parseMode = newParseMode;
             }
         }
         return (AFMFile)stack.pop();
@@ -528,7 +528,7 @@ public class AFMParser {
 
     private static class IsBaseFont extends AbstractValueHandler {
         public void parse(String line, int startpos, Stack<Object> stack) throws IOException {
-            if (getBooleanValue(line, startpos).booleanValue()) {
+            if (getBooleanValue(line, startpos)) {
                 throw new IOException("Only base fonts are currently supported!");
             }
         }
@@ -536,7 +536,7 @@ public class AFMParser {
 
     private static class IsCIDFont extends AbstractValueHandler {
         public void parse(String line, int startpos, Stack<Object> stack) throws IOException {
-            if (getBooleanValue(line, startpos).booleanValue()) {
+            if (getBooleanValue(line, startpos)) {
                 throw new IOException("CID fonts are currently not supported!");
             }
         }
index bc984fecde2b6d9804876378f4ce45dd6935a7a4..a3bfea8a96f232eed73b56f102686e5b1389bb95 100644 (file)
@@ -244,7 +244,7 @@ public class PostscriptParser {
         private void parseToken(int pos) throws UnsupportedEncodingException {
             byte[] bytesToken = new byte[token.size()];
             for (int i = 0; i < token.size(); i++) {
-                bytesToken[i] = token.get(i).byteValue();
+                bytesToken[i] = token.get(i);
             }
             parseToken(new String(bytesToken, "ASCII"), pos);
             token.clear();
index 05e6f1c2bff4c6bdd222197e7f3a7096584dd0d0..3ee6f53b1a9aab298efe90893a2c412515d0746e 100644 (file)
@@ -536,7 +536,7 @@ class RowPainter {
      * @return its y-offset on the page
      */
     private int getRowOffset(int rowIndex) {
-        return ((Integer) rowOffsets.get(rowIndex - firstRowIndex)).intValue();
+        return (Integer) rowOffsets.get(rowIndex - firstRowIndex);
     }
 
     // TODO get rid of that
index 0bff5fc4941907616f12df8f42d60d630eca2c7f..a2e76b7e32a5a46c1651355e62ea8efd924bc375 100644 (file)
@@ -116,7 +116,7 @@ public abstract class PrintRenderer extends AbstractRenderer {
      */
     protected Font getFontFromArea(Area area) {
         FontTriplet triplet = (FontTriplet)area.getTrait(Trait.FONT);
-        int size = ((Integer)area.getTrait(Trait.FONT_SIZE)).intValue();
+        int size = (Integer) area.getTrait(Trait.FONT_SIZE);
         return fontInfo.getFontInstance(triplet, size);
     }
 
index 8d62be57097cd2b13dd3b7c76f6a9d4653df3515..c7f13eefa7fcb7cf3e1e4a53c8b86bf9c84faa38 100644 (file)
@@ -151,22 +151,22 @@ public class RendererContext {
 
         /** @return the currentXPosition */
         public int getCurrentXPosition() {
-            return ((Integer)context.getProperty(RendererContextConstants.XPOS)).intValue();
+            return (Integer) context.getProperty(RendererContextConstants.XPOS);
         }
 
         /** @return the currentYPosition */
         public int getCurrentYPosition() {
-            return ((Integer)context.getProperty(RendererContextConstants.YPOS)).intValue();
+            return (Integer) context.getProperty(RendererContextConstants.YPOS);
         }
 
         /** @return the width of the image */
         public int getWidth() {
-            return ((Integer)context.getProperty(RendererContextConstants.WIDTH)).intValue();
+            return (Integer) context.getProperty(RendererContextConstants.WIDTH);
         }
 
         /** @return the height of the image */
         public int getHeight() {
-            return ((Integer)context.getProperty(RendererContextConstants.HEIGHT)).intValue();
+            return (Integer) context.getProperty(RendererContextConstants.HEIGHT);
         }
 
         /** @return the foreign attributes */
index cd00a078b9df2efed94c98411976bdcd626a8449..c056668631ac4acb421139ad6be685688eae166b 100644 (file)
@@ -54,10 +54,10 @@ public class AFPRendererContext extends RendererContext {
      */
     public AFPInfo getInfo() {
         AFPInfo info = new AFPInfo();
-        info.setWidth(((Integer)getProperty(RendererContextConstants.WIDTH)).intValue());
-        info.setHeight(((Integer)getProperty(RendererContextConstants.HEIGHT)).intValue());
-        info.setX(((Integer)getProperty(RendererContextConstants.XPOS)).intValue());
-        info.setY(((Integer)getProperty(RendererContextConstants.YPOS)).intValue());
+        info.setWidth((Integer) getProperty(RendererContextConstants.WIDTH));
+        info.setHeight((Integer) getProperty(RendererContextConstants.HEIGHT));
+        info.setX((Integer) getProperty(RendererContextConstants.XPOS));
+        info.setY((Integer) getProperty(RendererContextConstants.YPOS));
         info.setHandlerConfiguration((Configuration)getProperty(
                 RendererContextConstants.HANDLER_CONFIGURATION));
         info.setFontInfo((org.apache.fop.fonts.FontInfo)getProperty(
index 929d786ea87f7fc91f54cc02d78b77a0bd95b0a4..cbe883d3c08a3a84a6d55585eedaac68e24b9f47 100644 (file)
@@ -432,13 +432,13 @@ public abstract class AbstractIFPainter<T extends IFDocumentHandler> implements
             state.setFontStyle(style);
         }
         if (weight != null) {
-            state.setFontWeight(weight.intValue());
+            state.setFontWeight(weight);
         }
         if (variant != null) {
             state.setFontVariant(variant);
         }
         if (size != null) {
-            state.setFontSize(size.intValue());
+            state.setFontSize(size);
         }
         if (color != null) {
             state.setTextColor(color);
index 6ba21f591ffa53d0e68909c880ba55ccbc4ff62b..692e08398989bf0e049ad202d05e4896d62868dd 100644 (file)
@@ -956,7 +956,7 @@ public class IFRenderer extends AbstractPathOrientedRenderer {
             boolean idRefOK = idRef != null && idRef.length() > 0;
             if (pvKeyOK && idRefOK) {
                 Integer pageIndex = (Integer)pageIndices.get(pvKey);
-                action = getGoToActionForID(idRef, (pageIndex != null ? pageIndex.intValue() : -1));
+                action = getGoToActionForID(idRef, (pageIndex != null ? pageIndex : -1));
             } else {
                 //Warnings already issued by AreaTreeHandler
             }
@@ -1038,7 +1038,7 @@ public class IFRenderer extends AbstractPathOrientedRenderer {
         beginTextObject();
 
         String fontName = getInternalFontNameForArea(text);
-        int size = ((Integer) text.getTrait(Trait.FONT_SIZE)).intValue();
+        int size = (Integer) text.getTrait(Trait.FONT_SIZE);
         StructureTreeElement structElem
                 = (StructureTreeElement) text.getTrait(Trait.STRUCTURE_TREE_ELEMENT);
         establishStructureTreeElement(structElem);
index 395e797193a359dc3b50f20ca0f220aac02eb095..91290c481c60831d90b372e8f0697b17e95e9dd7 100644 (file)
@@ -728,9 +728,9 @@ implements IFConstants, IFPainter, IFDocumentNavigationHandler {
                 }
             }
             if (weight != null) {
-                changed = (weight.intValue() != state.getFontWeight());
+                changed = (weight != state.getFontWeight());
                 if (changed) {
-                    state.setFontWeight(weight.intValue());
+                    state.setFontWeight(weight);
                     addAttribute(atts, "weight", weight.toString());
                 }
             }
@@ -742,9 +742,9 @@ implements IFConstants, IFPainter, IFDocumentNavigationHandler {
                 }
             }
             if (size != null) {
-                changed = (size.intValue() != state.getFontSize());
+                changed = (size != state.getFontSize());
                 if (changed) {
-                    state.setFontSize(size.intValue());
+                    state.setFontSize(size);
                     addAttribute(atts, "size", size.toString());
                 }
             }
index b4347070d1c3d3b81f7a848691c1ef5ad59bccdd..f257ff10a3d46ebdbf109fa6b32f9bc61701fe0f 100644 (file)
@@ -69,10 +69,10 @@ public class Java2DSVGHandler extends AbstractGenericSVGHandler
     public static Java2DInfo getJava2DInfo(RendererContext context) {
         Java2DInfo pdfi = new Java2DInfo();
         pdfi.state = (Java2DGraphicsState)context.getProperty(JAVA2D_STATE);
-        pdfi.width = ((Integer)context.getProperty(WIDTH)).intValue();
-        pdfi.height = ((Integer)context.getProperty(HEIGHT)).intValue();
-        pdfi.currentXPosition = ((Integer)context.getProperty(XPOS)).intValue();
-        pdfi.currentYPosition = ((Integer)context.getProperty(YPOS)).intValue();
+        pdfi.width = (Integer) context.getProperty(WIDTH);
+        pdfi.height = (Integer) context.getProperty(HEIGHT);
+        pdfi.currentXPosition = (Integer) context.getProperty(XPOS);
+        pdfi.currentYPosition = (Integer) context.getProperty(YPOS);
         Map foreign = (Map)context.getProperty(RendererContextConstants.FOREIGN_ATTRIBUTES);
         pdfi.paintAsBitmap = ImageHandlerUtil.isConversionModeBitmap(foreign);
         return pdfi;
index e870b34696e990fc39c80bee81d21b6200dbde93..4ad9ee33378daf3ba39497be93c73a672222e615 100644 (file)
@@ -766,9 +766,9 @@ class PDFRenderingUtil {
 
         private static boolean booleanValueOf(Object obj) {
             if (obj instanceof Boolean) {
-                return ((Boolean)obj).booleanValue();
+                return (Boolean) obj;
             } else if (obj instanceof String) {
-                return Boolean.valueOf((String)obj).booleanValue();
+                return Boolean.valueOf((String) obj);
             } else {
                 throw new IllegalArgumentException("Boolean or \"true\" or \"false\" expected.");
             }
index 3899e40e78610067586621d8014667daeb8fe317..70a1ad8001651878c28d151da210b1f267c2fe21 100644 (file)
@@ -62,13 +62,13 @@ public class PDFSVGHandler extends AbstractGenericSVGHandler
         pdfi.pdfPage = (PDFPage)context.getProperty(PDF_PAGE);
         pdfi.pdfContext = (PDFResourceContext)context.getProperty(PDF_CONTEXT);
         //pdfi.currentStream = (PDFStream)context.getProperty(PDF_STREAM);
-        pdfi.width = ((Integer)context.getProperty(WIDTH)).intValue();
-        pdfi.height = ((Integer)context.getProperty(HEIGHT)).intValue();
+        pdfi.width = (Integer) context.getProperty(WIDTH);
+        pdfi.height = (Integer) context.getProperty(HEIGHT);
         pdfi.fi = (FontInfo)context.getProperty(PDF_FONT_INFO);
         pdfi.currentFontName = (String)context.getProperty(PDF_FONT_NAME);
-        pdfi.currentFontSize = ((Integer)context.getProperty(PDF_FONT_SIZE)).intValue();
-        pdfi.currentXPosition = ((Integer)context.getProperty(XPOS)).intValue();
-        pdfi.currentYPosition = ((Integer)context.getProperty(YPOS)).intValue();
+        pdfi.currentFontSize = (Integer) context.getProperty(PDF_FONT_SIZE);
+        pdfi.currentXPosition = (Integer) context.getProperty(XPOS);
+        pdfi.currentYPosition = (Integer) context.getProperty(YPOS);
         pdfi.cfg = (Configuration)context.getProperty(HANDLER_CONFIGURATION);
         Map foreign = (Map)context.getProperty(RendererContextConstants.FOREIGN_ATTRIBUTES);
         pdfi.paintAsBitmap = ImageHandlerUtil.isConversionModeBitmap(foreign);
index 7a6f89b9cedd30f3217d16728dc0b8765b3926a0..1e79d7632aac9e61a7d3a48a8e4d9e028451b84f 100644 (file)
@@ -123,11 +123,11 @@ public class PageableRenderer extends Java2DRenderer implements Pageable {
     protected int getPositiveInteger(Object o) {
         if (o instanceof Integer) {
             Integer i = (Integer)o;
-            if (i.intValue() < 1) {
+            if (i < 1) {
                 throw new IllegalArgumentException(
                         "Value must be a positive Integer");
             }
-            return i.intValue();
+            return i;
         } else if (o instanceof String) {
             return Integer.parseInt((String)o);
         } else {
index 1bf57e23bec766b86c2f9d1a09b328f28276608a..62c7ffeb8d9797c2fc7c1e8b58eaa7f88f92cc1d 100644 (file)
@@ -332,7 +332,7 @@ public class PSDocumentHandler extends AbstractBinaryWritingIFDocumentHandler {
             gen.getResourceTracker().notifyResourceUsageOnPage(PSProcSets.STD_PROCSET);
             gen.writeDSCComment(DSCConstants.PAGE, new Object[]
                     {name,
-                     Integer.valueOf(this.currentPageNumber)});
+                            this.currentPageNumber});
 
             double pageWidth = size.width / 1000.0;
             double pageHeight = size.height / 1000.0;
@@ -383,20 +383,20 @@ public class PSDocumentHandler extends AbstractBinaryWritingIFDocumentHandler {
             if (rotate) {
                 pageBoundingBox.setRect(0, 0, pageHeight, pageWidth);
                 gen.writeDSCComment(DSCConstants.PAGE_BBOX, new Object[] {
-                        zero, zero, Long.valueOf(Math.round(pageHeight)),
-                        Long.valueOf(Math.round(pageWidth)) });
+                        zero, zero, Math.round(pageHeight),
+                        Math.round(pageWidth)});
                 gen.writeDSCComment(DSCConstants.PAGE_HIRES_BBOX, new Object[] {
-                        zero, zero, Double.valueOf(pageHeight),
-                        Double.valueOf(pageWidth) });
+                        zero, zero, pageHeight,
+                        pageWidth});
                 gen.writeDSCComment(DSCConstants.PAGE_ORIENTATION, "Landscape");
             } else {
                 pageBoundingBox.setRect(0, 0, pageWidth, pageHeight);
                 gen.writeDSCComment(DSCConstants.PAGE_BBOX, new Object[] {
-                        zero, zero, Long.valueOf(Math.round(pageWidth)),
-                        Long.valueOf(Math.round(pageHeight)) });
+                        zero, zero, Math.round(pageWidth),
+                        Math.round(pageHeight)});
                 gen.writeDSCComment(DSCConstants.PAGE_HIRES_BBOX, new Object[] {
-                        zero, zero, Double.valueOf(pageWidth),
-                        Double.valueOf(pageHeight) });
+                        zero, zero, pageWidth,
+                        pageHeight});
                 if (psUtil.isAutoRotateLandscape()) {
                     gen.writeDSCComment(DSCConstants.PAGE_ORIENTATION,
                             "Portrait");
index 47e46da02f330c98d48f82aa9efb6b426458d90b..cae8a0440f1030bb0ec178d923e969cc59b4c54c 100644 (file)
@@ -90,9 +90,9 @@ public class PSRenderingUtil {
 
     private boolean booleanValueOf(Object obj) {
         if (obj instanceof Boolean) {
-            return ((Boolean)obj).booleanValue();
+            return (Boolean) obj;
         } else if (obj instanceof String) {
-            return Boolean.valueOf((String)obj).booleanValue();
+            return Boolean.valueOf((String) obj);
         } else {
             throw new IllegalArgumentException("Boolean or \"true\" or \"false\" expected.");
         }
@@ -100,7 +100,7 @@ public class PSRenderingUtil {
 
     private int intValueOf(Object obj) {
         if (obj instanceof Integer) {
-            return ((Integer)obj).intValue();
+            return (Integer) obj;
         } else if (obj instanceof String) {
             return Integer.parseInt((String)obj);
         } else {
index 5e3fa1ca54338a53118cd9355cb0f5cd35066a08..ad8af8a49a5713f781d7d9f6722a62dc4ed60f8f 100644 (file)
@@ -72,10 +72,10 @@ public class PSSVGHandler extends AbstractGenericSVGHandler
         PSInfo psi = new PSInfo();
         psi.psGenerator = (PSGenerator)context.getProperty(PS_GENERATOR);
         psi.fontInfo = (org.apache.fop.fonts.FontInfo) context.getProperty(PS_FONT_INFO);
-        psi.width = ((Integer)context.getProperty(WIDTH)).intValue();
-        psi.height = ((Integer)context.getProperty(HEIGHT)).intValue();
-        psi.currentXPosition = ((Integer)context.getProperty(XPOS)).intValue();
-        psi.currentYPosition = ((Integer)context.getProperty(YPOS)).intValue();
+        psi.width = (Integer) context.getProperty(WIDTH);
+        psi.height = (Integer) context.getProperty(HEIGHT);
+        psi.currentXPosition = (Integer) context.getProperty(XPOS);
+        psi.currentYPosition = (Integer) context.getProperty(YPOS);
         psi.cfg = (Configuration)context.getProperty(HANDLER_CONFIGURATION);
         return psi;
     }
index 3ffed6ba039dce0756eb4403d7d10b58613016c0..613ec407e26ab6cc38e4926db310bd6aa143cbf5 100644 (file)
@@ -78,7 +78,7 @@ public class FOPRtfAttributes extends RtfAttributes {
         int greenComponent = color.getGreen();
         int blueComponent = color.getBlue();
         set(name, RtfColorTable.getInstance().getColorNumber(
-                redComponent, greenComponent, blueComponent).intValue());
+                redComponent, greenComponent, blueComponent));
         return this;
     }
 
index 394784197e3aa42218cb2bb3acb84095c748a603..154bee0c0965866c2ba6285e00be286f2a6282f5 100644 (file)
@@ -101,7 +101,7 @@ final class FoUnitsConverter {
         // convert number to integer
         try {
             if (number != null && number.trim().length() > 0) {
-                result = Float.valueOf(number).floatValue();
+                result = Float.valueOf(number);
             }
         } catch (Exception e) {
             throw new FOPException("number format error: cannot convert '"
@@ -114,7 +114,7 @@ final class FoUnitsConverter {
             if (factor == null) {
                 throw new FOPException("conversion factor not found for '" + units + "' units");
             }
-            result *= factor.floatValue();
+            result *= factor;
         }
 
         return result;
@@ -132,7 +132,7 @@ final class FoUnitsConverter {
         float result = 0;
         size = size.substring(0, size.length() - sFONTSUFFIX.length());
         try {
-            result = (Float.valueOf(size).floatValue());
+            result = (Float.valueOf(size));
         } catch (Exception e) {
             throw new FOPException("Invalid font size value '" + size + "'");
         }
index 360e5c1dfc70bb08a0544724861dc023fd967d9a..b2c4b3dd1e396e7391d73e2de760fc4832410f70 100644 (file)
@@ -67,7 +67,7 @@ final class PageAttributesConverter {
             Object widthRaw = attrib.getValue(RtfPage.PAGE_WIDTH);
             Object heightRaw = attrib.getValue(RtfPage.PAGE_HEIGHT);
             if ((widthRaw instanceof Integer) && (heightRaw instanceof Integer)
-                    && ((Integer) widthRaw).intValue() > ((Integer) heightRaw).intValue()) {
+                    && (Integer) widthRaw > (Integer) heightRaw) {
                 attrib.set(RtfPage.LANDSCAPE);
             }
 
index aa39b111c72cb01966150232c23e10be32123987..052c6fc26342876e31a300f385cf279363928131 100644 (file)
@@ -249,8 +249,8 @@ public class RTFHandler extends FOEventHandler {
             int useAblePageWidth = pagemaster.getPageWidth().getValue()
                 - pagemaster.getCommonMarginBlock().marginLeft.getValue()
                 - pagemaster.getCommonMarginBlock().marginRight.getValue()
-                - sect.getRtfAttributes().getValueAsInteger(RtfPage.MARGIN_LEFT).intValue()
-                - sect.getRtfAttributes().getValueAsInteger(RtfPage.MARGIN_RIGHT).intValue();
+                - sect.getRtfAttributes().getValueAsInteger(RtfPage.MARGIN_LEFT)
+                - sect.getRtfAttributes().getValueAsInteger(RtfPage.MARGIN_RIGHT);
             percentManager.setDimension(pageSeq, useAblePageWidth);
 
             bHeaderSpecified = false;
@@ -778,7 +778,7 @@ public class RTFHandler extends FOEventHandler {
             //while the current column is in row-spanning, act as if
             //a vertical merged cell would have been specified.
             while (tctx.getNumberOfColumns() > tctx.getColumnIndex()
-                  && tctx.getColumnRowSpanningNumber().intValue() > 0) {
+                  && tctx.getColumnRowSpanningNumber() > 0) {
                 RtfTableCell vCell = row.newTableCellMergedVertically(
                         (int)tctx.getColumnWidth(),
                         tctx.getColumnRowSpanningAttrs());
@@ -819,7 +819,7 @@ public class RTFHandler extends FOEventHandler {
             //while the current column is in row-spanning, act as if
             //a vertical merged cell would have been specified.
             while (tctx.getNumberOfColumns() > tctx.getColumnIndex()
-                  && tctx.getColumnRowSpanningNumber().intValue() > 0) {
+                  && tctx.getColumnRowSpanningNumber() > 0) {
                 RtfTableCell vCell = row.newTableCellMergedVertically(
                         (int)tctx.getColumnWidth(),
                         tctx.getColumnRowSpanningAttrs());
index d3810b0948ee2eb1733c802c06e7bbe2ababc49b..8c0d252a5a046c58971b6f80ecc6423f5a178394 100644 (file)
@@ -529,6 +529,6 @@ final class TextAttributesConverter {
        int greenComponent = fopColor.getGreen();
        int blueComponent = fopColor.getBlue();
        return RtfColorTable.getInstance().getColorNumber(redComponent,
-               greenComponent, blueComponent).intValue();
+               greenComponent, blueComponent);
    }
 }
index b777d58160326a04f497cf192d33bf2689062673..57918f04cb5162b4cc67744fa1c63ec9c7961d19 100644 (file)
@@ -59,7 +59,7 @@ public class RtfAttributes implements Cloneable {
                     if (value == null) {
                         set(name);
                     }  else {
-                        set(name, value.intValue());
+                        set(name, value);
                     }
                 } else if (attrs.getValue(name) instanceof String) {
                     String value = (String)attrs.getValue(name);
@@ -234,7 +234,7 @@ public class RtfAttributes implements Cloneable {
      */
     public void addIntegerValue(int addValue, String name) {
         Integer value = (Integer) getValue(name);
-        int v = (value != null) ? value.intValue() : 0;
+        int v = (value != null) ? value : 0;
         set(name, v + addValue);
     }
 }
index a849fea4390010c9f91ed28cbd2d9160873b3158..605db7150b54ec2e06315461352427fe0ebaa2db 100644 (file)
@@ -96,14 +96,14 @@ public final class RtfColorTable {
      * Initialize the color table.
      */
     private void init() {
-        addNamedColor("black", getColorNumber(0, 0, 0).intValue());
-        addNamedColor("white", getColorNumber(255, 255, 255).intValue());
-        addNamedColor("red", getColorNumber(255, 0, 0).intValue());
-        addNamedColor("green", getColorNumber(0, 255, 0).intValue());
-        addNamedColor("blue", getColorNumber(0, 0, 255).intValue());
-        addNamedColor("cyan", getColorNumber(0, 255, 255).intValue());
-        addNamedColor("magenta", getColorNumber(255, 0, 255).intValue());
-        addNamedColor("yellow", getColorNumber(255, 255, 0).intValue());
+        addNamedColor("black", getColorNumber(0, 0, 0));
+        addNamedColor("white", getColorNumber(255, 255, 255));
+        addNamedColor("red", getColorNumber(255, 0, 0));
+        addNamedColor("green", getColorNumber(0, 255, 0));
+        addNamedColor("blue", getColorNumber(0, 0, 255));
+        addNamedColor("cyan", getColorNumber(0, 255, 255));
+        addNamedColor("magenta", getColorNumber(255, 0, 255));
+        addNamedColor("yellow", getColorNumber(255, 255, 0));
 
         getColorNumber(0, 0, 128);
         getColorNumber(0, 128, 128);
@@ -115,7 +115,7 @@ public final class RtfColorTable {
 
          // Added by Normand Masse
           // Gray color added
-        addNamedColor("gray", getColorNumber(128, 128, 128).intValue());
+        addNamedColor("gray", getColorNumber(128, 128, 128));
 
         getColorNumber(192, 192, 192);
     }
@@ -163,7 +163,7 @@ public final class RtfColorTable {
             //The color was found. Before returning the index, increment
             //it by one. Because index 0 is reserved for auto-colored, but
             //is not contained in colorTable.
-            retVal = ((Integer) o).intValue() + 1;
+            retVal = (Integer) o + 1;
         }
 
         return retVal;
@@ -192,7 +192,7 @@ public final class RtfColorTable {
         int len = colorTable.size();
 
         for (int i = 0; i < len; i++) {
-            int identifier = ((Integer) colorTable.get(i)).intValue();
+            int identifier = (Integer) colorTable.get(i);
 
             header.newLine();
             header.write("\\red" + determineColorLevel(identifier, RED));
index a36c989dc828cd1cf5be8763ebf9b0dc5517e488..2b4e8eba55f74cb09dc04bc11d9a1218a7a60d2e 100644 (file)
@@ -122,7 +122,7 @@ public final class RtfFontManager {
 
             retVal = fontTable.size() - 1;
         } else {
-            retVal = ((Integer)o).intValue();
+            retVal = (Integer) o;
         }
 
         return retVal;
index 11feb951c943f980e0224e8b9eb01f0dabe1686f..67945e3a19bed8e061c452485811ea6364e42e39 100644 (file)
@@ -91,7 +91,7 @@ extends RtfContainer {
             Object heightRaw = attrib.getValue(PAGE_HEIGHT);
 
             if ((widthRaw instanceof Integer) && (heightRaw instanceof Integer)
-                    && ((Integer) widthRaw).intValue() > ((Integer) heightRaw).intValue()) {
+                    && (Integer) widthRaw > (Integer) heightRaw) {
                 writeControlWord(LANDSCAPE);
             }
         }
index 2db0dd1280fe4837a514050fab9e2118bea0b9e6..2e6b7fd62be196e0f63377105704e2fd253113f9 100644 (file)
@@ -73,7 +73,7 @@ public class RtfSpaceSplitter {
         }
 
         commonAttributes.unset(key);
-        return i.intValue();
+        return i;
     }
 
     /** @return attributes, applicable to whole block. */
index 9649fb7fc86429b90501f7ddbab6ee9b74dec59e..b805f13105e6bc6fead23a698efd8bb9c2c18dea 100644 (file)
@@ -120,11 +120,11 @@ public final class RtfStringConverter {
                 sb.append('\\');
                 sb.append(replacement);
                 sb.append(' ');
-            } else if (c.charValue() > 127) {
+            } else if (c > 127) {
                 // write unicode representation - contributed by Michel Jacobson
                 // <jacobson@idf.ext.jussieu.fr>
                 sb.append("\\u");
-                sb.append(Integer.toString((int)c.charValue()));
+                sb.append(Integer.toString((int) c));
                 sb.append("\\\'3f");
             } else {
                 // plain char that is understood by RTF natively
index dded727fcf166aa91aa705a6f0e8216e516deed9..e3f7ce3c3d0c9f12f89750db6dcd008f8d640e13 100644 (file)
@@ -178,7 +178,7 @@ public final class RtfStyleSheetTable {
         }
 
         // Adds the attributes to default attributes, if not available in default attributes
-        attr.set("cs", style.intValue());
+        attr.set("cs", style);
 
         Object o = attrTable.get(name);
         if (o != null) {
@@ -191,7 +191,7 @@ public final class RtfStyleSheetTable {
                     if (i == null) {
                         attr.set(attrName);
                     } else {
-                        attr.set(attrName, i.intValue());
+                        attr.set(attrName, i);
                     }
                 }
             }
index aecf30dce0d80d62bacf565329387d9c84faed65..874873bc689f6153c54a69e5d05f4c091be3d077 100644 (file)
@@ -201,7 +201,7 @@ public class RtfTable extends RtfContainer {
 
             isNestedTable = Boolean.FALSE;
         } else {
-            return isNestedTable.booleanValue();
+            return isNestedTable;
         }
 
         return false;
index 5bafb5841cc074a04b538dc0b4e32a9e1b5ab22a..5203d0a79ae4964c4666ba0e32ecdc6fe937653a 100644 (file)
@@ -231,7 +231,7 @@ public class RtfTableCell
         int iCurrentWidth = this.cellWidth;
         if (attrib.getValue("number-columns-spanned") != null) {
             // Get the number of columns spanned
-            int nbMergedCells = ((Integer)attrib.getValue("number-columns-spanned")).intValue();
+            int nbMergedCells = (Integer) attrib.getValue("number-columns-spanned");
 
             RtfTable tab = getRow().getTable();
 
index 8dd58739cd026881463c927c981beb6f70c50107..10039e40d7e215886bba2241de760b9e3c2b32fb 100644 (file)
@@ -193,7 +193,7 @@ public class RtfTableRow extends RtfContainer implements ITableAttributes {
 
         final Object leftIndent = attrib.getValue(ITableAttributes.ATTR_ROW_LEFT_INDENT);
         if (leftIndent != null) {
-            xPos = ((Integer)leftIndent).intValue();
+            xPos = (Integer) leftIndent;
         }
 
         RtfAttributes tableBorderAttributes = getTable().getBorderAttributes();
@@ -342,11 +342,11 @@ public class RtfTableRow extends RtfContainer implements ITableAttributes {
                 // set (RTF 1.5) gaph to the average of the (RTF 1.6) left and right padding values
                 final Integer leftPadStr = (Integer)attrib.getValue(ATTR_ROW_PADDING_LEFT);
                 if (leftPadStr != null) {
-                    gaph = leftPadStr.intValue();
+                    gaph = leftPadStr;
                 }
                 final Integer rightPadStr = (Integer)attrib.getValue(ATTR_ROW_PADDING_RIGHT);
                 if (rightPadStr != null) {
-                    gaph = (gaph + rightPadStr.intValue()) / 2;
+                    gaph = (gaph + rightPadStr) / 2;
                 }
             } catch (Exception e) {
                 final String msg = "RtfTableRow.writePaddingAttributes: " + e.toString();
index 4410eb17fd5a01795ad2a81f1a7a2e8b5606c805..aa1b226f62f4aee97031979ed7d71c723a90ecf8 100644 (file)
@@ -291,7 +291,7 @@ public class RtfTextrun extends RtfContainer {
             setChildren(children);
             par = new RtfParagraphBreak(this, writer);
             for (int i = 0; i < deletedCloseGroupCount; i++) {
-                addCloseGroupMark(((Integer)tmp.pop()).intValue());
+                addCloseGroupMark((Integer) tmp.pop());
             }
         }
         return par;
index a9558aad3478eb06663e0464833a92e53652db38..4247dc2491a02b45338c717fb80e3cf75ac9ad95 100644 (file)
@@ -86,12 +86,12 @@ public class PercentContext implements PercentBaseContext {
         case LengthBase.TABLE_UNITS:
             Object unit = tableUnitMap.get(fobj);
             if (unit != null) {
-                return ((Integer)unit).intValue();
+                return (Integer) unit;
             } else if (fobj.getParent() != null) {
               // If the object itself has no width the parent width will be used
               unit = tableUnitMap.get(fobj.getParent());
               if (unit != null) {
-                return ((Integer)unit).intValue();
+                return (Integer) unit;
               }
             }
             return 0;
@@ -151,7 +151,7 @@ public class PercentContext implements PercentBaseContext {
     public void setDimension(FObj fobj) {
         if (baseWidthSet) {
             Integer width = findParent(fobj.getParent());
-            if (width.intValue() != -1) {
+            if (width != -1) {
                 lengthMap.put(fobj, width);
             }
         }
index 74cc20bf5c801d015183c2d6c2c1f37c3d218c42..4b7850d0bc9cea5b727ad14e7ab1aea4279aab1c 100644 (file)
@@ -125,7 +125,7 @@ public class TableContext implements ITableColumnsInfo {
      */
     public boolean getFirstSpanningCol() {
         Boolean b = (Boolean) colFirstSpanningCol.get(colIndex);
-        return b.booleanValue();
+        return b;
     }
 
     /**
@@ -194,13 +194,13 @@ public class TableContext implements ITableColumnsInfo {
         for (int z = 0; z < colRowSpanningNumber.size(); ++z) {
             Integer i = (Integer)colRowSpanningNumber.get(z);
 
-            if (i.intValue() > 0) {
-                i = i.intValue() - 1;
+            if (i > 0) {
+                i = i - 1;
             }
 
             colRowSpanningNumber.set(z, i);
 
-            if (i.intValue() == 0) {
+            if (i == 0) {
                 colRowSpanningAttrs.set(z, null);
                 colFirstSpanningCol.set(z, false);
             }
@@ -241,7 +241,7 @@ public class TableContext implements ITableColumnsInfo {
                 setNextColumnWidth(INVALID_COLUMN_WIDTH);
             }
         }
-        return ((Float)colWidths.get(colIndex)).floatValue();
+        return (Float) colWidths.get(colIndex);
     }
 
     /**
index 811906f365fa8023d69157b0d73c74d9edae3717..0d2a7bbe777e8660fcd845d036fb17e49ed35782 100644 (file)
@@ -246,7 +246,7 @@ public class TXTRenderer extends AbstractPathOrientedRenderer {
             for (int y = 0; y < pageHeight; y++) {
                 Character c = bm.getCharacter(x, y);
                 if (c != null) {
-                    putChar(x, y, c.charValue(), false);
+                    putChar(x, y, c, false);
                 }
             }
         }
index c50508edb7dddef8e4cafe161714f42e2b2b4482..e226c88dd50a97c9a931e3be608b8862430ccab3 100644 (file)
@@ -128,7 +128,7 @@ public class XMLRenderer extends AbstractXMLRenderer {
         userAgent.getXMLHandlerRegistry().addXMLHandler(xmlHandler);
         Boolean b = (Boolean)userAgent.getRendererOptions().get("compact-format");
         if (b != null) {
-            setCompactFormat(b.booleanValue());
+            setCompactFormat(b);
         }
     }
 
index deba98f21cfecfda8abbd26d36205b91008fe0ce..a58137119e5f447de9af518cadeef0cde78e00ef 100644 (file)
@@ -67,7 +67,7 @@ public final class ACIUtils {
                 GVTAttributedCharacterIterator.TextAttribute.GVT_FONT_FAMILIES);
         String style = toStyle((Float) aci.getAttribute(TextAttribute.POSTURE));
         int weight = toCSSWeight((Float) aci.getAttribute(TextAttribute.WEIGHT));
-        float fontSize = ((Float) aci.getAttribute(TextAttribute.SIZE)).floatValue();
+        float fontSize = (Float) aci.getAttribute(TextAttribute.SIZE);
 
         String firstFontFamily = null;
         //GVT_FONT can sometimes be different from the fonts in GVT_FONT_FAMILIES
@@ -119,23 +119,23 @@ public final class ACIUtils {
     public static int toCSSWeight(Float weight) {
         if (weight == null) {
             return 400;
-        } else if (weight <= TextAttribute.WEIGHT_EXTRA_LIGHT.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_EXTRA_LIGHT) {
             return 100;
-        } else if (weight <= TextAttribute.WEIGHT_LIGHT.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_LIGHT) {
             return 200;
-        } else if (weight <= TextAttribute.WEIGHT_DEMILIGHT.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_DEMILIGHT) {
             return 300;
-        } else if (weight <= TextAttribute.WEIGHT_REGULAR.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_REGULAR) {
             return 400;
-        } else if (weight <= TextAttribute.WEIGHT_SEMIBOLD.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_SEMIBOLD) {
             return 500;
-        } else if (weight <  TextAttribute.WEIGHT_BOLD.floatValue()) {
+        } else if (weight < TextAttribute.WEIGHT_BOLD) {
             return 600;
         } else if (weight == TextAttribute.WEIGHT_BOLD.floatValue()) {
             return 700;
-        } else if (weight <= TextAttribute.WEIGHT_HEAVY.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_HEAVY) {
             return 800;
-        } else if (weight <= TextAttribute.WEIGHT_EXTRABOLD.floatValue()) {
+        } else if (weight <= TextAttribute.WEIGHT_EXTRABOLD) {
             return 900;
         } else {
             return 900;
@@ -143,7 +143,7 @@ public final class ACIUtils {
     }
 
     public static String toStyle(Float posture) {
-        return ((posture != null) && (posture.floatValue() > 0.0))
+        return ((posture != null) && (posture > 0.0))
                        ? Font.STYLE_ITALIC
                        : Font.STYLE_NORMAL;
     }
index 430638a4b3e92824a2189da74a3cbff511095b16..12faa2adcf8cf621d5f39cf098d2661422ed8a02 100644 (file)
@@ -155,7 +155,7 @@ public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder implem
             //By default, enable font auto-detection if no cfg is given
             boolean autoFonts = getAutoFontsDefault();
             if (hints.containsKey(KEY_AUTO_FONTS)) {
-                autoFonts = ((Boolean)hints.get(KEY_AUTO_FONTS)).booleanValue();
+                autoFonts = (Boolean) hints.get(KEY_AUTO_FONTS);
             }
             if (autoFonts) {
                 DefaultConfiguration c = new DefaultConfiguration("cfg");
@@ -212,7 +212,7 @@ public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder implem
     protected boolean isTextStroked() {
         boolean stroke = false;
         if (hints.containsKey(KEY_STROKE_TEXT)) {
-            stroke = ((Boolean)hints.get(KEY_STROKE_TEXT)).booleanValue();
+            stroke = (Boolean) hints.get(KEY_STROKE_TEXT);
         }
         return stroke;
     }
@@ -223,7 +223,7 @@ public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder implem
      */
     protected float getDeviceResolution() {
         if (hints.containsKey(KEY_DEVICE_RESOLUTION)) {
-            return ((Float)hints.get(KEY_DEVICE_RESOLUTION)).floatValue();
+            return (Float) hints.get(KEY_DEVICE_RESOLUTION);
         } else {
             return GraphicsConstants.DEFAULT_DPI;
         }
@@ -369,7 +369,7 @@ public abstract class AbstractFOPTranscoder extends SVGAbstractTranscoder implem
         public float getPixelUnitToMillimeter() {
             Object key = ImageTranscoder.KEY_PIXEL_UNIT_TO_MILLIMETER;
             if (getTranscodingHints().containsKey(key)) {
-                return ((Float)getTranscodingHints().get(key)).floatValue();
+                return (Float) getTranscodingHints().get(key);
             } else {
                 // return 0.3528f; // 72 dpi
                 return UnitConv.IN2MM / 96; //96dpi = 0.2645833333333333333f;
index 41e3f7d8b68cb7d1be4da2fb9a146d7e43ca0a13..a73cdc243e64a867fb5cec73edcbbeda386b766a 100644 (file)
@@ -1411,7 +1411,7 @@ public class PDFGraphics2D extends AbstractGraphics2D implements NativeImageHand
         if (kernPair != null) {
             Integer width = kernPair.get(ch2);
             if (width != null) {
-                currentStream.write(endText + (-width.intValue()) + " " + startText);
+                currentStream.write(endText + (-width) + " " + startText);
             }
         }
     }
index ef9adf08fe14c5daf350084bdd9de85c86aa98b5..3447f4a249d9c83c3b9b4380bf406603f60ea7cd 100644 (file)
@@ -124,7 +124,7 @@ public class FOPGVTGlyphVector implements GVTGlyphVector {
                 this.language = (String) aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.LANGUAGE);
                 Integer level = (Integer) aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.BIDI_LEVEL);
                 if (level != null) {
-                    this.level = level.intValue();
+                    this.level = level;
                 }
             }
         }
index 0d728ae9a3275d1c280cee47203c9afa4db2508b..585a0a55c07bd1955f75c57bd598d4d5da83f074 100644 (file)
@@ -111,7 +111,7 @@ public class RunTest extends Task {
                     Boolean pass = (Boolean)e.getValue();
                     System.out.println("file: " + fname
                                        + " - reference success: " + pass);
-                    if (pass.booleanValue()) {
+                    if (pass) {
                         broke = true;
                     }
                 }
index b3d2c19dce1458145bc654ebbba4fa98fa3959f0..87efed670b0fee11b45126feda0b4f968d02037b 100644 (file)
@@ -47,7 +47,7 @@ public final class XMLUtil implements XMLConstants {
         if (s == null) {
             return defaultValue;
         } else {
-            return Boolean.valueOf(s).booleanValue();
+            return Boolean.valueOf(s);
         }
     }
 
index 451329f475304834ad5a6b6c099213d0331f23f5..52c06bad134d4fbb5edb0e768aa0969ed0ff2827 100644 (file)
@@ -81,7 +81,7 @@ public class IfFieldPart implements Part {
     protected boolean isTrue(Map params) {
         Object obj = params.get(fieldName);
         if (obj instanceof Boolean) {
-            return ((Boolean)obj).booleanValue();
+            return (Boolean) obj;
         } else {
             return (obj != null);
         }
index 27d668af6524f59ca14fb9ece1f8822ddac3782a..c251ba3b230889bb7e115374e69d9e63b69e8eec 100644 (file)
@@ -3291,7 +3291,7 @@ public class TTXFile {
             if (gmap != null) {
                 Integer cid = gmap.get(gid);
                 if (cid != null) {
-                    return cid.intValue();
+                    return cid;
                 }
             }
         }
index 2cfaeee2b4f6b98e301984352c97a50d0fe56dbe..2a512cf62bad99978e0b2c3c9c1922c8163f2a04 100644 (file)
@@ -128,7 +128,7 @@ public class CollapsedConditionalBorderTestCase extends AbstractTableTest {
     private static void checkBorder(String errorMsge, BorderSpecification border,
             Object[] resolvedBorder) {
         checkBorder(errorMsge, border,
-                ((Integer) resolvedBorder[0]).intValue(),
+                (Integer) resolvedBorder[0],
                 (Color) resolvedBorder[1]);
     }
 
index 3d58e7ef04256db43f9385667cd3fa5253826bbc..23eb999f0c801dfcde7bcb3bc3e77b8875d7a789 100644 (file)
@@ -165,7 +165,7 @@ public class FOTreeTestCase {
         public void processingInstruction(String target, String data) throws SAXException {
             if ("fop-useragent-break-indent-inheritance".equals(target)) {
                 fopConfig.setBreakIndentInheritanceOnReferenceAreaBoundary(
-                        Boolean.valueOf(data).booleanValue());
+                        Boolean.valueOf(data));
             } else if ("fop-source-resolution".equals(target)) {
                 fopConfig.setSourceResolution(Float.parseFloat(data));
             }