/[Apache-SVN]
ViewVC logotype

Revision 1805173


Jump to revision: Previous Next
Author: ssteiner
Date: Wed Aug 16 10:50:04 2017 UTC (6 years, 8 months ago)
Changed paths: 178 (showing only 100; show all)
Log Message:
Fix javadocs under java 8

Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactory.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/apps/FopFactoryBuilder.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Block.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/BookmarkData.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/Resolvable.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineArea.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/inline/InlineParent.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/AreaTreeInputHandler.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/IFInputHandler.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/cli/InputHandler.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/CharAssociation.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/datatypes/URISpecification.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FONode.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/FOText.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/PropertyList.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/StringCharIterator.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/expr/NumericProperty.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/BlockContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListBlock.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItem.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/ListItemLabel.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Markers.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/Wrapper.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/pagination/RegionBody.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/LengthRangeProperty.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fo/properties/URIProperty.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/EmbedFontInfo.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontCache.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/SingleByteFont.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/XMLFontMetricsReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/PFMReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/apps/TTFReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/cff/CFFDataReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/AdobeStandardEncoding.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/type1/Type1FontLoader.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/Hyphenation.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/hyphenation/HyphenationTree.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/Adjustment.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PageProvider.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/PositionIterator.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/SpaceResolver.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/PDFRoot.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/pdf/StructureHierarchyMember.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/AbstractPathOrientedRenderer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ImageHandlerBase.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/exceptions/RendererRuntimeException.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPAttribute.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPElementMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPIncludeFormMapElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPPageOverlayElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/afp/extensions/AFPPageSegmentElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/bitmap/TIFFRenderer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/IFContext.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pcl/PCLGenerator.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pcl/PCLPageDefinition.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/pdf/PDFContentGenerator.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/AbstractPSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/EPSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTextElementBridge.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTextPainter.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/PSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/BorderAttributesConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/RTFPlaceHolderHelper.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfException.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfStructureException.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IBorderAttributes.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfAfterContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBeforeContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfExternalGraphicContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfHyperLinkContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfJforCmdContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfListContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfOptions.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageBreakContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberCitationContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphKeepTogetherContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTableContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextContainer.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26