You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2018/07/05 12:35:13 UTC

svn commit: r1835133 - in /xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop: area/inline/InlineBlock.java layoutmgr/inline/LeaderLayoutManager.java

Author: ssteiner
Date: Thu Jul  5 12:35:12 2018
New Revision: 1835133

URL: http://svn.apache.org/viewvc?rev=1835133&view=rev
Log:
FOP-1760: Findbugs

Modified:
    xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java
    xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java

Modified: xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java?rev=1835133&r1=1835132&r2=1835133&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java (original)
+++ xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/area/inline/InlineBlock.java Thu Jul  5 12:35:12 2018
@@ -27,6 +27,7 @@ import org.apache.fop.area.Block;
  */
 public class InlineBlock extends InlineParent {
 
+    private static final long serialVersionUID = -3725062353292109517L;
     private final Block block;
 
     public InlineBlock(Block block) {

Modified: xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java?rev=1835133&r1=1835132&r2=1835133&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java (original)
+++ xmlgraphics/fop/branches/Temp_ChangeBars2/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java Thu Jul  5 12:35:12 2018
@@ -218,6 +218,7 @@ public class LeaderLayoutManager extends
             }
         }
 
+        assert leaderArea != null;
         leaderArea.setChangeBarList(getChangeBarList());
 
         TraitSetter.setProducerID(leaderArea, fobj.getId());



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org