Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6778600252a8fa887c22826497f11638b21fac71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
###############################################################################
# Copyright (c) 2009, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
differentNumberOfEntries=Difference in [{0}]: {1} contains {2} files and {3} contains {4} files
differentEntry=Difference found for {0} between {1} and {2}
missingEntry=Missing {0} within [{1}] from {2}
ioexception=IOException comparing {0} and {1} 
binaryDifferentLength= Binary file {0}: sizes differ by {1} bytes.
classesDifferent= The class {0} is different.
propertiesSizesDifferent=The properties file {0} has a different number ({0}) of properties. 
differentPropertyValueFull= In {0}, the property \"{1}\" has different values: \"{2}\" and \"{3}\".
missingProperty= The property \"{0}\" is not present in both properties files ({2}).
manifestDifferentSize=The Manifest file sizes differ by {0} elements.
manifestMissingEntry= The header \"{0}\" is not present in both Manifest files.
manifestDifferentValue=The manifest header \"{0}\" has different values.
binaryFilesDifferent=Binary file \"{0}\" is different.

featureSize=The feature has a different number of entries/
featureIdsDontMatch=Feature ids are not equal: \"{0}\" and \"{1}\"
featureVersionsDontMatch=Feature versions are not equal: \"{0}\" and \"{1}\"
featureEntry=The entry \"{0}\" is not present in both features.
featureEntryOptional=The entry \"{0}\" is not optional in both features.
featureEntryUnpack=The entry \"{0}\" has different unpack attribute values.
featureEntryMatch=The entry \"{0}\" has different match rules.
featureEntryFilter=The entry \"{0}\" has different filters.  

### Disassembler messages

### disassembler
disassembler_opentypedeclaration =\ '{'
disassembler_closetypedeclaration = }
disassembler_endofmethodheader = ;
disassembler_begincommentline = //\ 
disassembler_fieldhasconstant =\ =\ 
disassembler_endoffieldheader = ;
disassembler_sourceattributeheader = Compiled from\ 
disassembler_enclosingmethodheader = Enclosing Method:
disassembler_exceptiontableheader = Exception Table:
disassembler_innerattributesheader = Inner classes:
disassembler_inner_class_info_name = inner class info:
disassembler_outer_class_info_name = outer class info:
disassembler_inner_name = inner name:
disassembler_inner_accessflags = accessflags:\ 
disassembler_signatureattributeheader = // Signature: {0}
disassembler_indentation = \  
disassembler_space = \ 
disassembler_comma = ,
disassembler_openinnerclassentry = [
disassembler_closeinnerclassentry = ]
disassembler_deprecated =\ (deprecated)
disassembler_annotationdefaultheader = Annotation Default:\ 
disassembler_annotationdefaultvalue= {0} (constant type)
disassembler_annotationenumvalue = {0}.{1}(enum type)
disassembler_annotationclassvalue = {0} (class type)
disassembler_annotationannotationvalue = annotation value =
disassembler_annotationarrayvaluestart = [
disassembler_annotationarrayvalueend = ]
disassembler_annotationentrystart = @{0}(
disassembler_annotationentryend = )
disassembler_annotationcomponent = {0}=
disassembler_runtimevisibleannotationsattributeheader= RuntimeVisibleAnnotations:\ 
disassembler_runtimeinvisibleannotationsattributeheader= RuntimeInvisibleAnnotations:\ 
disassembler_runtimevisibleparameterannotationsattributeheader= RuntimeVisibleParameterAnnotations:\ 
disassembler_runtimeinvisibleparameterannotationsattributeheader= RuntimeInvisibleParameterAnnotations:\ 
disassembler_parameterannotationentrystart=Number of annotations for parameter {0}: {1}
### classfileformat decoding
classfileformat_versiondetails =\ (version {0} : {1}.{2}, {3})
classfileformat_methoddescriptor = // Method descriptor {0}
classfileformat_fieldddescriptor = // Field descriptor {0}
classfileformat_stacksAndLocals= // Stack: {0}, Locals: {1}
classfileformat_superflagisnotset = no super bit
classfileformat_superflagisset = super bit
classfileformat_clinitname = '{'}
classformat_classformatexception = Class Format Exception
classfileformat_versionUnknown = unknown

### string displayed for each opcode
classformat_anewarray = {0} {1}
classformat_checkcast = {0} {1}
classformat_instanceof = {0} {1}
classformat_ldc_w_class = {0} <Class {1}>
classformat_ldc_w_float = {0} <Float {1}>
classformat_ldc_w_integer = {0} <Integer {1}>
classformat_ldc_w_string = {0} <String "{1}">
classformat_ldc2_w_long = {0} <Long {1}>
classformat_ldc2_w_double = {0} <Double {1}>
classformat_multianewarray = {0} {1}
classformat_new = {0} {1}
classformat_iinc = {0} {1} {2}{3}
classformat_invokespecial ={0} {1}
classformat_invokeinterface ={0} {2} [nargs: {1}]
classformat_invokestatic ={0} {1}
classformat_invokevirtual ={0} {1}
classformat_getfield ={0} {1}.{2} : {3}
classformat_getstatic ={0} {1}.{2} : {3}
classformat_putstatic ={0} {1}.{2} : {3}
classformat_putfield ={0} {1}.{2} : {3}
classformat_newarray_boolean = {0} boolean
classformat_newarray_char = {0} char
classformat_newarray_float = {0} float
classformat_newarray_double = {0} double
classformat_newarray_byte = {0} byte
classformat_newarray_short = {0} short
classformat_newarray_int = {0} int
classformat_newarray_long = {0} long
classformat_store = {0}{1}
classformat_load = {0}{1}
classfileformat_anyexceptionhandler=any
classfileformat_exceptiontableentry = [pc: {0}, pc: {1}] -> {2} when : {3}

Back to the top