/[Apache-SVN]
ViewVC logotype

Revision 1297284


Jump to revision: Previous Next
Author: gadams
Date: Mon Mar 5 23:29:29 2012 UTC (12 years, 2 months ago)
Changed paths: 146 (showing only 100; show all)
Log Message:
add RegexpSingleline rule to flag use of @author; fix violations

Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/checkstyle-5.5.xml modified , text changed
Directoryxmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/complexscripts/bidi/GenerateBidiClass.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/complexscripts/bidi/GenerateBidiTestData.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/afp/util/DTDEntityResolver.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/BidiConstants.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/BidiResolver.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/DelimitedTextRange.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/InlineRun.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/TextInterval.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/UnflattenProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/bidi/UnicodeBidiAlgorithm.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/AdvancedTypographicTableFormatException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphClassMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphClassTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphCoverageMapping.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphCoverageTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphDefinition.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphDefinitionSubtable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphDefinitionTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphMappingTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphPositioning.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningState.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningSubtable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphProcessingState.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionState.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionSubtable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphSubtable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/GlyphTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/Positionable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/fonts/Substitutable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/ArabicScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/DefaultScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/DevanagariScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/GujaratiScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/GurmukhiScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/IndicScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/scripts/ScriptProcessor.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/CharMirror.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/CharScript.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/DiscontinuousAssociationException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/GlyphContextTester.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/GlyphSequence.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/GlyphTester.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/NumberConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/ScriptContextTester.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/complexscripts/util/UTF32.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/DimensionPropertyMaker.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/ByteVector.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/CharVector.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphen.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenation.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTree.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeCache.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/HyphenationTreeResolver.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/Hyphenator.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/PatternConsumer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/PatternParser.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/SerializeHyphPattern.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/hyphenation/TernaryTree.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/DCTFilter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFilter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFilterException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFOutline.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/EPSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSTextElementBridge.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSTranscoder.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/PageAttributesConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TableAttributesConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/exceptions/RtfStructureException.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfHyperLinkContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfListContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageBreakContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTableContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextrunContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ITableAttributes.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ITableColumnsInfo.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAfterBeforeBase.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfBookmark.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfBookmarkContainerImpl.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfColorTable.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfDocumentArea.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfElement.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfExternalGraphic.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26