blob: 508d1a70d0dc3b4438f446f60e4c1c3296a7032f [file] [log] [blame]
##########################################################################
# This file is part of "Obect Teams Development Tooling"-Software.
#-------------------------------------------------------------------------
# Messages for configurable compiler options
#
# Author: Stephan Herrmann
##########################################################################
# the following two names resemble the original JDT-names in order to list
# them next to each other:
OTCompilerPreferencePageName=Compiler (OT/J)
OTCompilerPropertyPageName=Java Compiler (OT/J)
OTCompilerPreferencePage_title=OT/J Compiler
OTCompilerConfiguration_common_description=Configurable options of the OT/J compiler
OTCompilerProblemConfiguration_description=Select the severity level for the following problems:
OTCompilerProblemConfiguration_otjld_ref_description=(numbers refer to paragraphs in the OTJLD)
OTCompilerConfigurationBlock_not_exactly_one_basecall_label=Missing or multiple basecalls in callin method (\u00a74.3(b,c))
OTCompilerConfigurationBlock_baseclass_cycle_label=Circularity of playedBy and nesting (\u00a72.1.2(b))
OTCompilerConfigurationBlock_unsafe_role_instantiation_label=Unsafe role instantiation (\u00a72.4.1(c), \u00a72.4.3)
OTCompilerConfigurationBlock_effectless_fieldaccess_label=Effectless callout to field (\u00a73.5(b))
OTCompilerConfigurationBlock_fragile_callin_label=Fragile callin binding (\u00a74.3(e))
OTCompilerConfigurationBlock_ignoring_role_result=Ignored result in after callin binding (\u00a74.4(a))
OTCompilerConfigurationBlock_unused_parammap_label=Unused parameter mapping (\u00a73.2)
OTCompilerConfigurationBlock_potential_ambiguous_playedby_label=Potentially ambiguous role-base binding (\u00a72.3.4(a))
OTCompilerConfigurationBlock_ambiguous_lowering_label=Ambiguity between lowering and upcast (\u00a72.2(f))
OTCompilerConfigurationBlock_abstract_potential_relevant_role_label=Abstract role is potentially relevant (\u00a72.5(b))
OTCompilerConfigurationBlock_decapsulation_label=Decapsulation (overriding access restrictions) (\u00a7 3.4)
OTCompilerConfigurationBlock_bindingconventions_label=Violations of binding conventions (\u00a7 2.1.2(d) et al)
OTCompilerConfigurationBlock_deprecated_path_syntax_label=Using deprecated path syntax for externalized roles (\u00a7 1.2.2(b))
OTCompilerConfigurationBlock_inferred_callout_label=Inferring callout bindings (\u00a7 3.1(j))
OTCompilerConfigurationBlock_adapting_deprecated_label=Adapting a deprecated type / method
OTCompilerConfigurationBlock_incomplete_build_label=Report if incremental build generates incomplete code (requiring a full build).
OTCompilerConfigurationBlock_binding_to_system_class=Report if trying to bind a role to a system class.
OTCompilerConfigurationBlock_override_final_role=Report if overriding a final role (experimental feature).
OTCompilerConfigurationBlock_exception_in_guard=Report if a guard throws a checked exception (\u00a7 5.4(c)).
OTCompilerFeatureEnablement_description=Select which experimental features should be enabled:
OTCompilerConfigurationBlock_opt_scoped_keywords=Allow scoped keywords (\u00a7A.0.1)
preferences_general_title=Object Teams
preferences_general_callinmarker_label=Show markers for playedBy, callin and callout bindings in the editor of each bound base class.
preferences_general_debugfilters_label=Enable filtering of generated code when debugging