1###############################################################################
2# Copyright (c) 2000, 2018 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13#        Andy Clement (GoPivotal, Inc) aclement@gopivotal.com - Contributions for
14#                          Bug 383624 - [1.8][compiler] Revive code generation support for type annotations (from Olivier's work)
15#        Jesper Steen Moeller - Contribution for
16#                          Bug 406973 - [compiler] Parse MethodParameters attribute
17###############################################################################
18
19### JavaModel messages.
20
21### hierarchy
22hierarchy_nullProject = Project argument cannot be null
23hierarchy_nullRegion = Region cannot be null
24hierarchy_nullFocusType = Type focus cannot be null
25hierarchy_creating = Creating type hierarchy...
26hierarchy_creatingOnType = Creating type hierarchy on {0}...
27
28### java element
29element_doesNotExist = {0} does not exist
30element_notOnClasspath = {0} is not on its project''s build path
31element_invalidClassFileName = {0} is not a valid class file name
32element_reconciling = Reconciling...
33element_attachingSource = Attaching source...
34element_invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile
35element_nullName = Name cannot be null
36element_nullType = Type cannot be null
37element_illegalParent = Illegal parent argument
38element_moduleInfoNotSupported=module-info.class is not supported by method IPackageFragment.getClassFile(String).
39
40### java model operations
41operation_needElements = Operation requires one or more elements
42operation_needName = Operation requires a name
43operation_needPath = Operation requires a path
44operation_needAbsolutePath = Operation requires an absolute path. Relative path specified was: ''{0}''
45operation_needString = Operation requires a String.
46operation_notSupported = Operation not supported for specified element type(s):
47operation_cancelled = Operation cancelled
48operation_nullContainer = Container cannot be null
49operation_nullName = Name cannot be null
50operation_copyElementProgress = Copying elements...
51operation_moveElementProgress = Moving elements...
52operation_renameElementProgress = Renaming elements...
53operation_copyResourceProgress = Copying resources...
54operation_moveResourceProgress = Moving resources...
55operation_renameResourceProgress = Renaming resources...
56operation_createUnitProgress = Creating a compilation unit...
57operation_createFieldProgress = Creating a field...
58operation_createImportsProgress = Creating imports...
59operation_createInitializerProgress = Creating an initializer...
60operation_createMethodProgress = Creating a method...
61operation_createPackageProgress = Creating a package declaration...
62operation_createPackageFragmentProgress = Creating package fragment(s)...
63operation_createTypeProgress = Creating a type...
64operation_deleteElementProgress = Deleting elements...
65operation_deleteResourceProgress = Deleting resources...
66operation_cannotRenameDefaultPackage = Default package cannot be renamed
67operation_pathOutsideProject = Path ''{0}'' must denote location inside project ''{1}''
68operation_sortelements = Sorting elements...
69
70### working copy
71workingCopy_commit = Committing working copy...
72
73### build status messages
74build_preparingBuild = Preparing to build {0}
75build_readStateProgress = Reading saved build state for project {0}
76build_saveStateProgress = Saving build state for project {0}
77build_saveStateComplete = Saved in {0} ms
78build_readingDelta = Reading resource change information for {0}
79build_analyzingDeltas = Analyzing deltas
80build_analyzingSources = Analyzing sources
81build_cleaningOutput = Cleaning output folder for {0}
82build_copyingResources = Copying resources to the output folder
83build_compiling = Compiling {0}
84build_foundHeader = Found
85build_fixedHeader = Fixed
86build_oneError = 1 error
87build_oneWarning = 1 warning
88build_multipleErrors = {0} errors
89build_multipleWarnings = {0} warnings
90build_done = Build done
91
92### build errors
93build_wrongFileFormat = Wrong file format
94build_cannotSaveState = Error saving last build state for project {0}
95build_cannotSaveStates = Error saving build states
96build_initializationError = Builder initialization error
97build_serializationError = Builder serialization error
98
99### build inconsistencies
100build_classFileCollision = Class file collision: {0}
101build_duplicateClassFile = The type {0} is already defined
102build_duplicateResource = The resource is a duplicate of {0} and was not copied to the output folder
103build_inconsistentClassFile = A class file was not written. The project may be inconsistent, if so try refreshing this project and building it
104build_inconsistentProject = The project was not built due to "{0}". Fix the problem, then try refreshing this project and building it since it may be inconsistent
105build_incompleteClassPath = The project was not built since its build path is incomplete. Cannot find the class file for {0}. Fix the build path then try building this project
106build_errorOnModuleDirective = The project was not built since its build path has a problem: {0}. Fix the build path then try building this project
107build_missingSourceFile = The project was not built since the source file {0} could not be read
108build_prereqProjectHasClasspathProblems = The project was not built since it depends on {0}, which has build path errors
109build_prereqProjectMustBeRebuilt = The project cannot be built until its prerequisite {0} is built. Cleaning and building all projects is recommended
110build_abortDueToClasspathProblems = The project cannot be built until build path errors are resolved
111
112### status
113status_cannotUseDeviceOnPath = Operation requires a path with no device. Path specified was: {0}
114status_coreException = Core exception
115status_defaultPackageReadOnly = Default package is read-only
116status_evaluationError = Evaluation error: {0}
117status_JDOMError = JDOM error
118status_IOException = I/O exception
119status_indexOutOfBounds = Index out of bounds
120status_invalidContents = Invalid contents specified
121status_invalidDestination = Invalid destination: ''{0}''
122status_invalidName = Invalid name specified: {0}
123status_invalidPackage = Invalid package: {0}
124status_invalidPath = Invalid path: ''{0}''
125status_invalidProject = Invalid project: {0}
126status_invalidResource = Invalid resource: {0}
127status_invalidResourceType = Invalid resource type for {0}
128status_invalidSibling = Invalid sibling: {0}
129status_nameCollision = {0} already exists in target
130status_noLocalContents = Cannot find local contents for resource: {0}
131status_OK = OK
132status_readOnly = {0} is read-only
133status_targetException = Target exception
134status_updateConflict = Update conflict
135status_cannot_retrieve_attached_javadoc = Cannot retrieve the attached javadoc for {0}{1}
136status_unknown_javadoc_format = Unknown javadoc format for {0}
137status_timeout_javadoc = Timed out while retrieving the attached javadoc for {0}{1}
138
139### classpath
140classpath_buildPath = Build path
141classpath_cannotNestEntryInEntry = Cannot nest ''{0}'' inside ''{1}''. To enable the nesting exclude ''{2}'' from ''{1}''
142classpath_cannotNestEntryInEntryNoExclusion= Cannot nest ''{0}'' inside ''{1}''. To allow the nesting enable use of exclusion patterns in the preferences of project ''{1}'' and exclude ''{2}'' from ''{1}''
143classpath_cannotNestEntryInLibrary = Cannot nest ''{0}'' inside library ''{1}''
144classpath_cannotNestEntryInOutput = Cannot nest ''{0}'' inside output folder ''{1}''
145classpath_cannotNestOutputInEntry = Cannot nest output folder ''{0}'' inside ''{1}''
146classpath_cannotNestOutputInOutput = Cannot nest output folder ''{0}'' inside output folder ''{1}''
147classpath_cannotReadClasspathFile = Unable to read ''.classpath'' file of project ''{0}''
148classpath_cannotReferToItself = Project ''{0}'' cannot reference itself
149classpath_cannotUseDistinctSourceFolderAsOutput = Source folder ''{0}'' in project ''{2}'' cannot output to distinct source folder ''{1}''
150classpath_cannotUseLibraryAsOutput = Source folder ''{0}'' in project ''{2}'' cannot output to library ''{1}''
151classpath_closedProject = Required project ''{0}'' needs to be open
152classpath_couldNotWriteClasspathFile = Could not write ''.classpath'' file of project ''{0}'': {1}
153classpath_cycle = One or more cycles were detected in the build path of project ''{0}''. The paths towards the cycle and cycle are:\n{1}
154classpath_duplicateEntryPath = Build path contains duplicate entry: ''{0}'' for project ''{1}''
155classpath_illegalContainerPath = Illegal classpath container path: ''{0}'' in project ''{1}'', must have at least one segment (containerID+hints)
156classpath_illegalEntryInClasspathFile = Illegal entry in ''.classpath'' of project ''{0}'' file: {1}
157classpath_illegalLibraryPath = Illegal path for required library: ''{0}'' in project ''{1}''
158classpath_illegalLibraryPathInContainer = Illegal path for required library: ''{0}'' in the {1}
159classpath_illegalLibraryArchive = Illegal type of archive for required library: ''{0}'' in project ''{1}''
160classpath_archiveReadError = Archive for required library: ''{0}'' in project ''{1}'' cannot be read or is not a valid ZIP file
161classpath_illegalExternalFolder = Required library cannot denote external folder: ''{0}'' for project ''{1}''
162classpath_illegalExternalFolderInContainer = Required library cannot denote external folder: ''{0}'' in the {1}
163classpath_illegalProjectPath = Illegal path for required project: ''{0}'' in project ''{1}''
164classpath_illegalSourceFolderPath = Illegal path for required source folder: ''{0}'' in project ''{1}''
165classpath_illegalVariablePath = Illegal classpath variable path: ''{0}'' in project ''{1}'', must have at least one segment
166classpath_invalidClasspathInClasspathFile = Invalid build path in ''.classpath'' file of project ''{0}'': {1}
167classpath_invalidContainer = Invalid classpath container: ''{0}'' in project ''{1}''
168classpath_mustEndWithSlash = End exclusion filter ''{0}'' with / to fully exclude ''{1}''
169classpath_unboundContainerPath = Unbound classpath container: ''{0}'' in project ''{1}''
170classpath_unboundLibrary = Project ''{1}'' is missing required library: ''{0}''
171classpath_userLibraryInfo = user library ''{0}''
172classpath_containerInfo = container ''{0}''
173classpath_unboundLibraryInContainer = The {1} references non existing library ''{0}''
174classpath_unboundProject = Project ''{1}'' is missing required Java project: ''{0}''
175classpath_settingOutputLocationProgress = Setting output location for: ''{0}''
176classpath_settingProgress = Setting classpath for: {0}
177classpath_unboundSourceAttachment = Invalid source attachment: ''{0}'' for required library ''{1}'' in project ''{2}''
178classpath_unboundSourceAttachmentInContainedLibrary = Invalid source attachment: ''{0}'' for required library ''{1}'' in the {2}
179classpath_unboundSourceFolder = Project ''{1}'' is missing required source folder: ''{0}''
180classpath_unboundVariablePath = Unbound classpath variable: ''{0}'' in project ''{1}''
181classpath_unknownKind = Unknown kind: ''{0}''
182classpath_xmlFormatError = XML format error in ''.classpath'' file of project ''{0}'': {1}
183classpath_disabledInclusionExclusionPatterns = Inclusion or exclusion patterns are disabled in project ''{1}'', cannot selectively include or exclude from entry: ''{0}''
184classpath_disabledMultipleOutputLocations = Multiple output locations are disabled in project ''{1}'', cannot associate entry: ''{0}'' with a specific output
185classpath_incompatibleLibraryJDKLevel = Incompatible .class files version in required binaries. Project ''{0}'' is targeting a {1} runtime, but is compiled against ''{2}'' which requires a {3} runtime
186classpath_incompatibleLibraryJDKLevelInContainer = Incompatible .class files version in required binaries. Project ''{0}'' is targeting a {1} runtime, but is compiled against ''{2}'' (from the {3}) which requires a {4} runtime
187classpath_duplicateEntryExtraAttribute = Duplicate extra attribute: ''{0}'' in classpath entry ''{1}'' for project ''{2}''
188classpath_deprecated_variable = Classpath variable ''{0}'' in project ''{1}'' is deprecated: {2}
189classpath_invalidExternalAnnotationPath = Invalid external annotation path: ''{0}'' in project ''{1}'', for classpath entry ''{2}''
190classpath_testSourceRequiresSeparateOutputFolder=Test source folder ''{0}'' in project ''{1}'' must have a separate output folder
191classpath_testOutputFolderMustBeSeparateFromMainOutputFolders=Test source folder ''{0}'' in project ''{1}'' must have an output folder that is not also used for main sources
192classpath_main_only_project_depends_on_test_only_project=Project has only main sources but depends on project ''{0}'' which has only test sources.
193
194### miscellaneous
195buffer_closed=Buffer is closed
196file_notFound = File not found: ''{0}''
197file_badFormat = Bad format
198path_nullPath = Path cannot be null
199path_mustBeAbsolute = Path must be absolute
200cache_invalidLoadFactor = Incorrect load factor
201savedState_jobName = Processing Java changes since last activation
202refreshing_external_folders = Refreshing external folders
203synchronizing_projects_job = Synchronizing projects
204internal_error=Unexpected internal error
205
206## java model initialization
207javamodel_initialization = Initializing Java tooling
208javamodel_initializing_delta_state= Initializing delta state
209javamodel_configuring_searchengine=Configuring search engine
210javamodel_configuring_classpath_containers=Configuring classpath containers
211javamodel_getting_build_state_number=Getting build state version number
212javamodel_configuring=Configuring {0}
213javamodel_building_after_upgrade=Triggering build after upgrade
214javamodel_refreshing_external_jars=Refreshing external archives
215javamodel_resetting_source_attachment_properties=Resetting source attachment properties
216
217### java conventions
218convention_unit_nullName = Compilation unit name must not be null
219convention_unit_notJavaName = Compilation unit name must end with .java, or one of the registered Java-like extensions
220convention_classFile_nullName = .class file name must not be null
221convention_classFile_notClassFileName = .class file name must end with .class
222convention_illegalIdentifier = ''{0}'' is not a valid Java identifier
223convention_import_nullImport = An import declaration must not be null
224convention_import_unqualifiedImport = An import declaration must not end with an unqualified *
225convention_type_nullName = A Java type name must not be null
226convention_type_nameWithBlanks = A Java type name must not start or end with a blank
227convention_type_dollarName = By convention, Java type names usually don't contain the $ character
228convention_type_lowercaseName = By convention, Java type names usually start with an uppercase letter
229convention_type_invalidName = The type name ''{0}'' is not a valid identifier
230convention_package_nullName = A package name must not be null
231convention_package_emptyName = A package name must not be empty
232convention_package_dotName = A package name cannot start or end with a dot
233convention_package_nameWithBlanks = A package name must not start or end with a blank
234convention_package_consecutiveDotsName = A package name must not contain two consecutive dots
235convention_package_uppercaseName = By convention, package names usually start with a lowercase letter
236convention_module_nullName = A module name must not be null
237convention_module_emptyName = A module name must not be empty
238convention_module_dotName = A module name cannot start or end with a dot
239convention_module_nameWithBlanks = A module name must not start or end with a blank
240convention_module_consecutiveDotsName = A module name must not contain consecutive dots
241convention_module_uppercaseName = By convention, module names usually start with a lowercase letter
242convention_module_javaName = 'java' is reserved for system modules
243
244### DOM
245dom_cannotDetail = Unable to generate detailed source indexes
246dom_nullTypeParameter = Cannot add parameter with null type
247dom_nullNameParameter = Cannot add parameter with null name
248dom_nullReturnType = Return type cannot be null
249dom_nullExceptionType = Cannot add null exception
250dom_mismatchArgNamesAndTypes = Types and names must have identical length
251dom_addNullChild = Attempt to add null child
252dom_addIncompatibleChild = Attempt to add child of incompatible type
253dom_addChildWithParent = Attempt to add child that is already parented
254dom_unableAddChild = Attempt to add child to node that cannot have children
255dom_addAncestorAsChild = Attempt to add ancestor as child
256dom_addNullSibling = Attempt to insert null sibling
257dom_addSiblingBeforeRoot = Attempt to insert sibling before root node
258dom_addIncompatibleSibling = Attempt to insert sibling of incompatible type
259dom_addSiblingWithParent = Attempt to insert sibling that is already parented
260dom_addAncestorAsSibling = Attempt to insert ancestor as sibling
261dom_addNullInterface = Cannot add null interface
262dom_nullInterfaces = Illegal to set super interfaces to null
263
264### import rewrite
265importRewrite_processDescription = Updating imports
266
267### correction
268correction_nullRequestor = Requestor cannot be null
269correction_nullUnit = Compilation unit cannot be null
270
271### Eclipse Java Core Search messages.
272
273engine_searching = Searching...
274engine_searching_indexing = Looking through {0} indexes...
275engine_searching_matching = Locating {0} matches...
276exception_wrongFormat = Wrong format
277process_name = Java indexing
278jobmanager_filesToIndex = {1} files to index ({0})
279jobmanager_indexing = Java indexing...
280
281### Disassembler messages
282
283### disassembler
284disassembler_description = Default classfile disassembler
285disassembler_opentypedeclaration =\ '{'
286disassembler_closetypedeclaration = }
287disassembler_parametername = arg
288disassembler_anonymousparametername = <anonymous>
289disassembler_localvariablename = local_{0}
290disassembler_endofmethodheader = ;
291disassembler_begincommentline = //\
292disassembler_fieldhasconstant =\ =\
293disassembler_endoffieldheader = ;
294disassembler_sourceattributeheader = Compiled from\
295disassembler_enclosingmethodheader = Enclosing Method:
296disassembler_exceptiontableheader = Exception Table:
297disassembler_linenumberattributeheader = Line numbers:
298disassembler_methodparametersheader = Method Parameters:
299disassembler_localvariabletableattributeheader = Local variable table:
300disassembler_localvariabletypetableattributeheader = Local variable type table:
301disassembler_arraydimensions = []
302disassembler_nesthost = Nest Host:
303disassembler_nestmembers = Nest Members:
304disassembler_record = Record:
305disassembler_components = Components:
306disassembler_endofcomponent = ;
307disassembler_innerattributesheader = Inner classes:
308disassembler_inner_class_info_name = inner class info:
309disassembler_outer_class_info_name = outer class info:
310disassembler_inner_name = inner name:
311disassembler_inner_accessflags = accessflags:\
312disassembler_genericattributeheader = Attribute: {0} Length: {1}
313disassembler_stackmaptableattributeheader = Stack map table: number of frames {0}
314disassembler_stackmapattributeheader =  Stack map : number of frames {0}
315disassembler_signatureattributeheader = // Signature: {0}
316disassembler_bootstrapmethodattributesheader = Bootstrap methods:
317disassembler_bootstrapmethodentry = {0} : # {1} {2}\n\tMethod arguments:\n\t\t{3}
318disassembler_bootstrapmethodentry_argument = #{0} {1}
319disassembler_indentation = \
320disassembler_constantpoolindex =\ #
321disassembler_space = \
322disassembler_comma = ,
323disassembler_openinnerclassentry = [
324disassembler_closeinnerclassentry = ]
325disassembler_deprecated =\ (deprecated)
326disassembler_constantpoolheader = Constant pool:
327disassembler_constantpool_class = constant #{0} class: #{1} {2}
328disassembler_constantpool_double = constant #{0} double: {1}
329disassembler_constantpool_float = constant #{0} float: {1}
330disassembler_constantpool_integer = constant #{0} integer: {1}
331disassembler_constantpool_long = constant #{0} long: {1}
332disassembler_constantpool_string = constant #{0} string: #{1} "{2}"
333disassembler_constantpool_fieldref = constant #{0} field_ref: #{1}.#{2} {3}.{4} {5}
334disassembler_constantpool_interfacemethodref = constant #{0} interface_method_ref: #{1}.#{2} {3}.{4} {5}
335disassembler_constantpool_methodref = constant #{0} method_ref: #{1}.#{2} {3}.{4} {5}
336disassembler_constantpool_name_and_type = constant #{0} name_and_type: #{1}.#{2} {3} {4}
337disassembler_constantpool_utf8 = constant #{0} utf8: "{1}"
338disassembler_constantpool_methodhandle = constant #{0} method handle: {1} #{2}
339disassembler_constantpool_methodtype = constant #{0} method type: #{1} {2}
340disassembler_constantpool_invokedynamic = constant #{0} invoke dynamic: #{1} #{2} {3} {4}
341disassembler_constantpool_dynamic = constant #{0} dynamic: #{1} #{2} {3} {4}
342disassembler_annotationdefaultheader = Annotation Default:\
343disassembler_annotationdefaultvalue= {0} (constant type)
344disassembler_annotationenumvalue = {2}.{3}(enum type #{0}.#{1})
345disassembler_annotationclassvalue = {1} (#{0} class type)
346disassembler_annotationannotationvalue = annotation value =
347disassembler_annotationarrayvaluestart = [
348disassembler_annotationarrayvalueend = ]
349disassembler_annotationentrystart = #{0} @{1}(
350disassembler_annotationentryend = )
351# jsr308 (next two)
352disassembler_extendedannotationentrystart=#{0} @{1}(
353disassembler_extendedannotationentryend= )
354disassembler_annotationcomponent = #{0} {1}=
355disassembler_runtimevisibleannotationsattributeheader= RuntimeVisibleAnnotations:\
356disassembler_runtimeinvisibleannotationsattributeheader= RuntimeInvisibleAnnotations:\
357# jsr308 (next two)
358disassembler_runtimevisibletypeannotationsattributeheader= RuntimeVisibleTypeAnnotations:\
359disassembler_runtimeinvisibletypeannotationsattributeheader= RuntimeInvisibleTypeAnnotations:\
360disassembler_runtimevisibleparameterannotationsattributeheader= RuntimeVisibleParameterAnnotations:\
361disassembler_runtimeinvisibleparameterannotationsattributeheader= RuntimeInvisibleParameterAnnotations:\
362disassembler_parameterannotationentrystart=Number of annotations for parameter {0}: {1}
363disassembler_frame_same_locals_1_stack_item_extended=[pc: {0}, same_locals_1_stack_item_extended, stack: {1}]
364disassembler_frame_chop=[pc: {0}, chop {1} local(s)]
365disassembler_frame_same_frame_extended=[pc: {0}, same_extended]
366disassembler_frame_append=[pc: {0}, append: {1}]
367disassembler_method_type_ref_getfield = getfield ({0})
368disassembler_method_type_ref_putfield = putfield ({0})
369disassembler_method_type_ref_getstatic = getstatic ({0})
370disassembler_method_type_ref_putstatic = putstatic ({0})
371disassembler_method_type_ref_invokestatic = invokestatic ({0})
372disassembler_method_type_ref_invokevirtual = invokevirtual ({0})
373disassembler_method_type_ref_invokeinterface = invokeinterface ({0})
374disassembler_method_type_ref_invokespecial = invokespecial ({0})
375disassembler_method_type_ref_newinvokespecial = newinvokespecial ({0})
376# {0} = offset delta
377# {1} = number of locals
378# {2} = locals
379# {3} = number of stack items
380# {4} = stack items
381# {5} = line separator + tabs
382disassembler_frame_full_frame=[pc: {0}, full, stack: {4}, locals: {2}]
383disassembler_frame_same_frame=[pc: {0}, same]
384disassembler_frame_same_locals_1_stack_item=[pc: {0}, same_locals_1_stack_item, stack: {1}]
385# jsr308
386disassembler_extendedannotation_targetType=target type = 0x{0} {1}
387disassembler_extendedannotation_classextendsimplements=type index = {0}
388disassembler_extendedannotation_typepath=location = {0}
389disassembler_extendedannotation_method_parameter=method parameter index = {0}
390disassembler_extendedannotation_offset=offset = {0}
391disassembler_extendedannotation_throws=throws index = {0}
392disassembler_extendedannotation_type_argument=type argument index = {0}
393disassembler_extendedannotation_type_parameter=type parameter index = {0}
394disassembler_extendedannotation_type_parameter_with_bound=type parameter index = {0} type parameter bound index = {1}
395disassembler_extendedannotation_wildcardlocationtype=wildcard location type = 0x{0} {1}
396disassembler_extendedannotation_wildcardlocations=wildcard locations = {0}
397disassembler_extendedannotation_exception_table_index=exception table index = {0}
398disassembler_localvariabletargetheader=local variable entries:
399disassembler_extendedannotation_typepath_array=ARRAY
400disassembler_extendedannotation_typepath_innertype=INNER_TYPE
401disassembler_extendedannotation_typepath_wildcard=WILDCARD
402disassembler_extendedannotation_typepath_typeargument=TYPE_ARGUMENT({0})
403disassembler_module_version=// Version: {0}
404disassembler_module_version_none=<none>
405disassembler_modulepackagesattributeheader = Module packages:
406disassembler_modulemainclassattributeheader=Module main class:
407
408### classfileformat decoding
409classfileformat_versiondetails =\ (version {0} : {1}.{2}, {3})
410classfileformat_methoddescriptor = // Method descriptor #{0} {1}
411classfileformat_fieldddescriptor = // Field descriptor #{0} {1}
412classfileformat_stacksAndLocals= // Stack: {0}, Locals: {1}
413classfileformat_superflagisnotset = no super bit
414classfileformat_superflagisset = super bit
415classfileformat_clinitname = '{'}
416classformat_classformatexception = Class Format Exception
417classfileformat_versionUnknown = unknown
418classfileformat_componentdescriptor = // Component descriptor #{0} {1}
419
420### string displayed for each opcode
421classformat_anewarray = {0} {2} [{1}]
422classformat_checkcast = {0} {2} [{1}]
423classformat_instanceof = {0} {2} [{1}]
424classformat_ldc_w_methodtype = {0} <MethodType {2}> [{1}]
425classformat_ldc_w_methodhandle = {0} <MethodHandle {2} {3}> [{1}]
426classformat_ldc_w_dynamic = {0} <Dynamic> {2} {3} {4} [{1}]
427classformat_ldc_w_class = {0} <Class {2}> [{1}]
428classformat_ldc_w_float = {0} <Float {2}> [{1}]
429classformat_ldc_w_integer = {0} <Integer {2}> [{1}]
430classformat_ldc_w_string = {0} <String "{2}"> [{1}]
431classformat_ldc2_w_long = {0} <Long {2}> [{1}]
432classformat_ldc2_w_double = {0} <Double {2}> [{1}]
433classformat_multianewarray = {0} {2} [{1}]
434classformat_new = {0} {2} [{1}]
435classformat_iinc = {0} {1} {2}{3}
436classformat_invokespecial ={0} {2} [{1}]
437classformat_invokeinterface ={0} {3} [{1}] [nargs: {2}]
438classformat_invokedynamic={0} {2} {3} [{1}]
439classformat_invokestatic ={0} {2} [{1}]
440classformat_invokevirtual ={0} {2} [{1}]
441classformat_getfield ={0} {2}.{3} : {4} [{1}]
442classformat_getstatic ={0} {2}.{3} : {4} [{1}]
443classformat_putstatic ={0} {2}.{3} : {4} [{1}]
444classformat_putfield ={0} {2}.{3} : {4} [{1}]
445classformat_newarray_boolean = {0} boolean [{1}]
446classformat_newarray_char = {0} char [{1}]
447classformat_newarray_float = {0} float [{1}]
448classformat_newarray_double = {0} double [{1}]
449classformat_newarray_byte = {0} byte [{1}]
450classformat_newarray_short = {0} short [{1}]
451classformat_newarray_int = {0} int [{1}]
452classformat_newarray_long = {0} long [{1}]
453classformat_store = {0}{1}
454classformat_load = {0}{1}
455classfileformat_anyexceptionhandler=any
456classfileformat_exceptiontableentry = [pc: {0}, pc: {1}] -> {2} when : {3}
457classfileformat_linenumbertableentry = [pc: {0}, line: {1}]
458classfileformat_localvariabletableentry = [pc: {0}, pc: {1}] local: {2} index: {3} type: {4}
459# jsr 308
460classfileformat_localvariablereferenceinfoentry=[pc: {0}, pc: {1}] index: {2}
461
462### Eclipse Java Core completion messages.
463engine_completing = Computing proposals...
464