The following document contains the results of PMD's CPD 4.2.5.
| File | Line |
|---|---|
| org\apache\maven\doxia\module\itext\ITextSink.java | 393 |
| org\apache\maven\doxia\module\itext\ITextSink.java | 567 |
font.setSize( ITextFont.getSectionFontSize( 5 ) );
font.setColor( Color.BLACK );
bold();
writeStartElement( ElementTags.TITLE );
writeAddAttribute( ElementTags.LEADING, DEFAULT_SECTION_TITLE_LEADING );
writeAddAttribute( ElementTags.FONT, font.getFontName() );
writeAddAttribute( ElementTags.SIZE, font.getFontSize() );
writeAddAttribute( ElementTags.STYLE, font.getFontStyle() );
writeAddAttribute( ElementTags.BLUE, font.getFontColorBlue() );
writeAddAttribute( ElementTags.GREEN, font.getFontColorGreen() );
writeAddAttribute( ElementTags.RED, font.getFontColorRed() );
// writeAddAttribute( ElementTags.LOCALDESTINATION, "top" ); // trygve
actionContext.setAction( SinkActionContext.SECTION_TITLE_5 ); | |