home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / IDE.Cab / F9550_Options.properties < prev    next >
Text File  |  2000-07-05  |  5KB  |  85 lines

  1. debug.vars.number=1
  2. debug.vars.category=Debug Information
  3. debug.vars.name=Local variable attribute
  4. debug.vars.possibleValues=2|Generate|Do not generate
  5. debug.vars.description=When generated, this attribute will enable local variable names to be displayed in debugger, only in place where variables are definitely assigned (.class file is then bigger)
  6.  
  7. debug.lines.number=2
  8. debug.lines.category=Debug Information
  9. debug.lines.name=Line number attribute
  10. debug.lines.possibleValues=2|Generate|Do not generate
  11. debug.lines.description=When generated, this attribute will enable source code highlighting in debugger (.class file is then bigger).
  12.  
  13. debug.source.number=3
  14. debug.source.category=Debug Information
  15. debug.source.name=Source file attribute
  16. debug.source.possibleValues=2|Generate|Do not generate
  17. debug.source.description=When generated, this attribute will enable the debugger to present the corresponding source code.
  18.  
  19. debug.preserveAllLocals.number=4
  20. debug.preserveAllLocals.category=Code Generation
  21. debug.preserveAllLocals.name=Preserve unused locals
  22. debug.preserveAllLocals.possibleValues=2|Preserve|Optimize out
  23. debug.preserveAllLocals.description=Unless requested to preserve unused local variables (i.e. never read), the compiler will optimize them out, potentially altering debugging
  24.  
  25. optionalError.unReachableCode.number=5
  26. optionalError.unReachableCode.category=Optional Errors
  27. optionalError.unReachableCode.name=Unreachable code
  28. optionalError.unReachableCode.possibleValues=2|Raise error|Warn
  29. optionalError.unReachableCode.description=Unreachable code can either be reported as an error or a warning
  30.  
  31. optionalError.importProblem.number=6
  32. optionalError.importProblem.category=Optional Errors
  33. optionalError.importProblem.name=Invalid import
  34. optionalError.importProblem.possibleValues=2|Raise error|Warn
  35. optionalError.importProblem.description=An import statement that cannot be resolved might either be reported either as an error or as a warning
  36.  
  37. optionalWarning.methodWithConstructorName.number=7
  38. optionalWarning.methodWithConstructorName.category=Optional Warnings
  39. optionalWarning.methodWithConstructorName.name=Method with constructor name
  40. optionalWarning.methodWithConstructorName.possibleValues=2|Warn|Ignore
  41. optionalWarning.methodWithConstructorName.description=Naming a method with a constructor name is generally considered poor style programming. When enabling this option, the compiler will signal such scenarii.
  42.  
  43. optionalWarning.overridingPackageDefaultMethod.number=8
  44. optionalWarning.overridingPackageDefaultMethod.category=Optional Warnings
  45. optionalWarning.overridingPackageDefaultMethod.name=Overriding a package default method
  46. optionalWarning.overridingPackageDefaultMethod.possibleValues=2|Warn|Ignore
  47. optionalWarning.overridingPackageDefaultMethod.description=A package default method is not visible in a different package, and thus cannot be overriden. When enabling this option, the compiler will signal such scenarii.
  48.  
  49. optionalWarning.deprecated.number=9
  50. optionalWarning.deprecated.category=Optional Warnings
  51. optionalWarning.deprecated.name=Deprecation
  52. optionalWarning.deprecated.possibleValues=2|Warn|Ignore
  53. optionalWarning.deprecated.description=When enabled, the compiler will signal use of deprecated API.
  54.  
  55. optionalWarning.maskedCatchBlock.number=10
  56. optionalWarning.maskedCatchBlock.category=Optional Warnings
  57. optionalWarning.maskedCatchBlock.name=Hidden catch block
  58. optionalWarning.maskedCatchBlock.possibleValues=2|Warn|Ignore
  59. optionalWarning.maskedCatchBlock.description=Locally to a try statement, some catch blocks may hide others (e.g. try {throw new java.io.CharConversionException();} catch (java.io.CharConversionException e) {} catch (java.io.IOException e) {}). When enabling this option, the compiler will issue a warning for hidden catch blocks corresponding to checked exceptions
  60.  
  61. optionalWarning.unusedLocalVariable.number=11
  62. optionalWarning.unusedLocalVariable.category=Optional Warnings
  63. optionalWarning.unusedLocalVariable.name=Unused local variable
  64. optionalWarning.unusedLocalVariable.possibleValues=2|Warn|Ignore
  65. optionalWarning.unusedLocalVariable.description=When enabled, the compiler will issue a warning for unused local variables (i.e. variables never read from)
  66.  
  67. optionalWarning.unusedArgument.number=12
  68. optionalWarning.unusedArgument.category=Optional Warnings
  69. optionalWarning.unusedArgument.name=Unused parameter
  70. optionalWarning.unusedArgument.possibleValues=2|Warn|Ignore
  71. optionalWarning.unusedArgument.description=When enabled, the compiler will issue a warning for unused method parameters (i.e. parameters never read from)
  72.  
  73. binaryCompatibility.targetJDK.number=14
  74. binaryCompatibility.targetJDK.category=Binary Compatibility
  75. binaryCompatibility.targetJDK.name=Target platform
  76. binaryCompatibility.targetJDK.possibleValues=2|1.1|1.2
  77. binaryCompatibility.targetJDK.description=Generate .class files either backward compatible with JVM 1.1 or only executable on JVM 1.2 and later
  78.  
  79. optionalWarning.accessEmulation.number=15
  80. optionalWarning.accessEmulation.category=Optional Warnings
  81. optionalWarning.accessEmulation.name=Synthetic Access Emulation
  82. optionalWarning.accessEmulation.possibleValues=2|Warn|Ignore
  83. optionalWarning.accessEmulation.description=When enabled, the compiler will issue a warning whenever it emulates access to a non-accessible member of an enclosing type
  84.  
  85.