blob: 508d1a70d0dc3b4438f446f60e4c1c3296a7032f [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001##########################################################################
2# This file is part of "Obect Teams Development Tooling"-Software.
3#-------------------------------------------------------------------------
4# Messages for configurable compiler options
5#
6# Author: Stephan Herrmann
7##########################################################################
8# the following two names resemble the original JDT-names in order to list
9# them next to each other:
10OTCompilerPreferencePageName=Compiler (OT/J)
11OTCompilerPropertyPageName=Java Compiler (OT/J)
12
13OTCompilerPreferencePage_title=OT/J Compiler
14
15OTCompilerConfiguration_common_description=Configurable options of the OT/J compiler
16
17OTCompilerProblemConfiguration_description=Select the severity level for the following problems:
18OTCompilerProblemConfiguration_otjld_ref_description=(numbers refer to paragraphs in the OTJLD)
19
20OTCompilerConfigurationBlock_not_exactly_one_basecall_label=Missing or multiple basecalls in callin method (\u00a74.3(b,c))
Stephan Herrmannf0df64c2010-07-09 20:47:14 +000021OTCompilerConfigurationBlock_baseclass_cycle_label=Circularity of playedBy and nesting (\u00a72.1.2(b))
Stephan Herrmann01664412010-04-01 20:28:43 +000022OTCompilerConfigurationBlock_unsafe_role_instantiation_label=Unsafe role instantiation (\u00a72.4.1(c), \u00a72.4.3)
23
24OTCompilerConfigurationBlock_effectless_fieldaccess_label=Effectless callout to field (\u00a73.5(b))
25OTCompilerConfigurationBlock_fragile_callin_label=Fragile callin binding (\u00a74.3(e))
Stephan Herrmann1e3ee002010-04-27 14:10:37 +000026OTCompilerConfigurationBlock_ignoring_role_result=Ignored result in after callin binding (\u00a74.4(a))
Stephan Herrmann01664412010-04-01 20:28:43 +000027OTCompilerConfigurationBlock_unused_parammap_label=Unused parameter mapping (\u00a73.2)
28
29OTCompilerConfigurationBlock_potential_ambiguous_playedby_label=Potentially ambiguous role-base binding (\u00a72.3.4(a))
30OTCompilerConfigurationBlock_ambiguous_lowering_label=Ambiguity between lowering and upcast (\u00a72.2(f))
31OTCompilerConfigurationBlock_abstract_potential_relevant_role_label=Abstract role is potentially relevant (\u00a72.5(b))
32
33OTCompilerConfigurationBlock_decapsulation_label=Decapsulation (overriding access restrictions) (\u00a7 3.4)
34
35OTCompilerConfigurationBlock_bindingconventions_label=Violations of binding conventions (\u00a7 2.1.2(d) et al)
36OTCompilerConfigurationBlock_deprecated_path_syntax_label=Using deprecated path syntax for externalized roles (\u00a7 1.2.2(b))
37
Stephan Herrmann22a00c62010-04-25 15:04:48 +000038OTCompilerConfigurationBlock_inferred_callout_label=Inferring callout bindings (\u00a7 3.1(j))
Stephan Herrmann01664412010-04-01 20:28:43 +000039OTCompilerConfigurationBlock_adapting_deprecated_label=Adapting a deprecated type / method
40
41OTCompilerConfigurationBlock_incomplete_build_label=Report if incremental build generates incomplete code (requiring a full build).
42OTCompilerConfigurationBlock_binding_to_system_class=Report if trying to bind a role to a system class.
43OTCompilerConfigurationBlock_override_final_role=Report if overriding a final role (experimental feature).
44OTCompilerConfigurationBlock_exception_in_guard=Report if a guard throws a checked exception (\u00a7 5.4(c)).
45
46OTCompilerFeatureEnablement_description=Select which experimental features should be enabled:
47
48OTCompilerConfigurationBlock_opt_scoped_keywords=Allow scoped keywords (\u00a7A.0.1)
49
50preferences_general_title=Object Teams
51preferences_general_callinmarker_label=Show markers for playedBy, callin and callout bindings in the editor of each bound base class.
52preferences_general_debugfilters_label=Enable filtering of generated code when debugging
53
54