Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | ########################################################################## |
| 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: |
| 10 | OTCompilerPreferencePageName=Compiler (OT/J) |
| 11 | OTCompilerPropertyPageName=Java Compiler (OT/J) |
| 12 | |
| 13 | OTCompilerPreferencePage_title=OT/J Compiler |
| 14 | |
| 15 | OTCompilerConfiguration_common_description=Configurable options of the OT/J compiler |
| 16 | |
| 17 | OTCompilerProblemConfiguration_description=Select the severity level for the following problems: |
| 18 | OTCompilerProblemConfiguration_otjld_ref_description=(numbers refer to paragraphs in the OTJLD) |
| 19 | |
| 20 | OTCompilerConfigurationBlock_not_exactly_one_basecall_label=Missing or multiple basecalls in callin method (\u00a74.3(b,c)) |
Stephan Herrmann | f0df64c | 2010-07-09 20:47:14 +0000 | [diff] [blame^] | 21 | OTCompilerConfigurationBlock_baseclass_cycle_label=Circularity of playedBy and nesting (\u00a72.1.2(b)) |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 22 | OTCompilerConfigurationBlock_unsafe_role_instantiation_label=Unsafe role instantiation (\u00a72.4.1(c), \u00a72.4.3) |
| 23 | |
| 24 | OTCompilerConfigurationBlock_effectless_fieldaccess_label=Effectless callout to field (\u00a73.5(b)) |
| 25 | OTCompilerConfigurationBlock_fragile_callin_label=Fragile callin binding (\u00a74.3(e)) |
Stephan Herrmann | 1e3ee00 | 2010-04-27 14:10:37 +0000 | [diff] [blame] | 26 | OTCompilerConfigurationBlock_ignoring_role_result=Ignored result in after callin binding (\u00a74.4(a)) |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 27 | OTCompilerConfigurationBlock_unused_parammap_label=Unused parameter mapping (\u00a73.2) |
| 28 | |
| 29 | OTCompilerConfigurationBlock_potential_ambiguous_playedby_label=Potentially ambiguous role-base binding (\u00a72.3.4(a)) |
| 30 | OTCompilerConfigurationBlock_ambiguous_lowering_label=Ambiguity between lowering and upcast (\u00a72.2(f)) |
| 31 | OTCompilerConfigurationBlock_abstract_potential_relevant_role_label=Abstract role is potentially relevant (\u00a72.5(b)) |
| 32 | |
| 33 | OTCompilerConfigurationBlock_decapsulation_label=Decapsulation (overriding access restrictions) (\u00a7 3.4) |
| 34 | |
| 35 | OTCompilerConfigurationBlock_bindingconventions_label=Violations of binding conventions (\u00a7 2.1.2(d) et al) |
| 36 | OTCompilerConfigurationBlock_deprecated_path_syntax_label=Using deprecated path syntax for externalized roles (\u00a7 1.2.2(b)) |
| 37 | |
Stephan Herrmann | 22a00c6 | 2010-04-25 15:04:48 +0000 | [diff] [blame] | 38 | OTCompilerConfigurationBlock_inferred_callout_label=Inferring callout bindings (\u00a7 3.1(j)) |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 39 | OTCompilerConfigurationBlock_adapting_deprecated_label=Adapting a deprecated type / method |
| 40 | |
| 41 | OTCompilerConfigurationBlock_incomplete_build_label=Report if incremental build generates incomplete code (requiring a full build). |
| 42 | OTCompilerConfigurationBlock_binding_to_system_class=Report if trying to bind a role to a system class. |
| 43 | OTCompilerConfigurationBlock_override_final_role=Report if overriding a final role (experimental feature). |
| 44 | OTCompilerConfigurationBlock_exception_in_guard=Report if a guard throws a checked exception (\u00a7 5.4(c)). |
| 45 | |
| 46 | OTCompilerFeatureEnablement_description=Select which experimental features should be enabled: |
| 47 | |
| 48 | OTCompilerConfigurationBlock_opt_scoped_keywords=Allow scoped keywords (\u00a7A.0.1) |
| 49 | |
| 50 | preferences_general_title=Object Teams |
| 51 | preferences_general_callinmarker_label=Show markers for playedBy, callin and callout bindings in the editor of each bound base class. |
| 52 | preferences_general_debugfilters_label=Enable filtering of generated code when debugging |
| 53 | |
| 54 | |