blob: 3c365544d4a861dc433d16b2f7f57cd788cb180a [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
Stephan Herrmannae7bb352011-01-29 11:02:55 +000015OTCompilerConfigurationBlock_common_description=&Select the severity level for the following optional OT/J compiler problems:
Stephan Herrmann01664412010-04-01 20:28:43 +000016OTCompilerProblemConfiguration_otjld_ref_description=(numbers refer to paragraphs in the OTJLD)
17
Stephan Herrmannae7bb352011-01-29 11:02:55 +000018OTCompilerConfigurationBlock_section_decapsulation=Discouraged access (decapsulation etc.)
Stephan Herrmann01664412010-04-01 20:28:43 +000019
20OTCompilerConfigurationBlock_decapsulation_label=Decapsulation (overriding access restrictions) (\u00a7 3.4)
Stephan Herrmann9f636f82011-01-26 23:11:03 +000021OTCompilerConfigurationBlock_decapsulation_write_label=Decapsulation (field write overriding access restrictions) (\u00a7 3.4)
Stephan Herrmann01664412010-04-01 20:28:43 +000022OTCompilerConfigurationBlock_override_final_role=Report if overriding a final role (experimental feature).
Stephan Herrmannae7bb352011-01-29 11:02:55 +000023OTCompilerConfigurationBlock_adapting_deprecated_label=Adapting a deprecated type / method
24OTCompilerConfigurationBlock_binding_to_system_class=Report if trying to bind a role to a system class.
25
26
27OTCompilerConfigurationBlock_section_unsafe=Potentially unsafe code
28
29OTCompilerConfigurationBlock_fragile_callin_label=Fragile callin binding (\u00a74.3(e))
30OTCompilerConfigurationBlock_unsafe_role_instantiation_label=Unsafe role instantiation (\u00a72.4.1(c), \u00a72.4.3)
31OTCompilerConfigurationBlock_abstract_potential_relevant_role_label=Abstract role is potentially relevant (\u00a72.5(b))
32OTCompilerConfigurationBlock_baseclass_cycle_label=Circularity of playedBy and nesting (\u00a72.1.2(b))
33OTCompilerConfigurationBlock_potential_ambiguous_playedby_label=Potentially ambiguous role-base binding (\u00a72.3.4(a))
34
35
36OTCompilerConfigurationBlock_section_programming_problems=Potential programming problems
37
38OTCompilerConfigurationBlock_effectless_fieldaccess_label=Effectless callout to field (\u00a73.5(b))
39OTCompilerConfigurationBlock_ignoring_role_result=Ignored result in after callin binding (\u00a74.4(a))
40OTCompilerConfigurationBlock_unused_parammap_label=Unused parameter mapping (\u00a73.2)
41OTCompilerConfigurationBlock_ambiguous_lowering_label=Ambiguity between lowering and upcast (\u00a72.2(f))
42
43
44OTCompilerConfigurationBlock_section_control_flow=Control flow related issues
45
46OTCompilerConfigurationBlock_not_exactly_one_basecall_label=Missing or multiple basecalls in callin method (\u00a74.3(b,c))
Stephan Herrmann01664412010-04-01 20:28:43 +000047OTCompilerConfigurationBlock_exception_in_guard=Report if a guard throws a checked exception (\u00a7 5.4(c)).
48
Stephan Herrmann01664412010-04-01 20:28:43 +000049
Stephan Herrmannae7bb352011-01-29 11:02:55 +000050OTCompilerConfigurationBlock_section_code_style=Code style
51
52OTCompilerConfigurationBlock_bindingconventions_label=Violations of binding conventions (\u00a7 2.1.2(d) et al)
53OTCompilerConfigurationBlock_inferred_callout_label=Inferring callout bindings (\u00a7 3.1(j))
54OTCompilerConfigurationBlock_deprecated_path_syntax_label=Using deprecated path syntax for externalized roles (\u00a7 1.2.2(b))
55
Stephan Herrmann01664412010-04-01 20:28:43 +000056
57preferences_general_title=Object Teams
58preferences_general_callinmarker_label=Show markers for playedBy, callin and callout bindings in the editor of each bound base class.
59preferences_general_debugfilters_label=Enable filtering of generated code when debugging
60
61