Uses of Class
org.tigris.scarab.util.build.l10nchecker.L10nIssue

Packages that use L10nIssue
org.tigris.scarab.util.build.l10nchecker   
org.tigris.scarab.util.build.l10nchecker.issues   
 

Uses of L10nIssue in org.tigris.scarab.util.build.l10nchecker
 

Methods in org.tigris.scarab.util.build.l10nchecker that return L10nIssue
 L10nIssue L10nMessage.getIssue()
          Return the issue assiciated to this message.
 

Constructors in org.tigris.scarab.util.build.l10nchecker with parameters of type L10nIssue
L10nMessage(int lineNo, L10nIssue issue)
          Create a message of type INFORMATION at line #lineNo with message #issue.
 

Uses of L10nIssue in org.tigris.scarab.util.build.l10nchecker.issues
 

Subclasses of L10nIssue in org.tigris.scarab.util.build.l10nchecker.issues
 class CantParseLineIssue
          This error is displayed if there's a line that does not represent a valid line in a property file.
 class DefinedTwiceDiffIssue
          This error is displayed in case you defined the same key twice with different definitions.
 class DefinedTwiceIssue
          This error is displayed in case you defined the same key twice.
 class DifferentAttributeCountIssue
          This error is produced in case the number of arguments is different in the reference and the localisation.
 class IllegalPatternIssue
          This error is created if an attribute in the string is invalid Example: a=This is invalid {1
 class NotInReferenceIssue
          This error is created if an attribute in the locatisation file does not exist in the reference file Example: Reference: ComplexName=Definition Localisation: CompleName=Translation ^^ Remark:
In case the severity of "TranslationMissing" is set to a value different to "IGNORE", another message is displayed.
 class NoTransAllowedIssue
          A key has been marked as not to be translated in the recerence file Example: Reference: #-TRANS copyright=© (2001-2005) CollabNet Localisation: ==> copyright=© (2005) Famous hacker Inc.
 class NotTranslatedIssue
          A key in the reference file has not been translated in the localisation but is present.
 class TranslatedTwiceDiffIssue
          The key described here is defined twice (or more) in the localisation file.
 class TranslatedTwiceIssue
          The key described here is defined twice (or more) with different descriptions in the localisation file.
 class TranslationMissingIssue
          A key in the reference file is not present in the localisation file.
 class TranslationRequiredIssue
          Translation is required.
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.