Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 200694 Details for
Bug 353553
Rename readableNames.properties to avoid translation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
proposed fix
patchCHKPII.txt (text/plain), 26.46 KB, created by
Ayushman Jain
on 2011-08-02 05:53:27 EDT
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Ayushman Jain
Created:
2011-08-02 05:53:27 EDT
Size:
26.46 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.core >Index: compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java,v >retrieving revision 1.426.2.1 >diff -u -r1.426.2.1 Parser.java >--- compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 28 Jul 2011 17:52:18 -0000 1.426.2.1 >+++ compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 2 Aug 2011 09:11:45 -0000 >@@ -515,7 +515,7 @@ > } > > buildFileForCompliance(prefix + (++i) + ".rsc", newRhs.length, tokens);//$NON-NLS-1$ >- buildFileForReadableName(READABLE_NAMES_FILE+".properties", newLhs, newNonTerminalIndex, newName, tokens);//$NON-NLS-1$ >+ buildFileForReadableName(READABLE_NAMES_FILE+".props", newLhs, newNonTerminalIndex, newName, tokens);//$NON-NLS-1$ > > buildFilesForRecoveryTemplates( > prefix + (++i) + ".rsc", //$NON-NLS-1$ >Index: compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties >=================================================================== >RCS file: compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties >diff -N compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties >--- compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties 28 Jul 2011 17:52:17 -0000 1.29.2.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,332 +0,0 @@ >-############################################################################### >-# Copyright (c) 2011 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 >-############################################################################### >-,opt=, >-;opt=; >-AbstractMethodDeclaration=MethodDeclaration >-AdditionalBound1=AdditionalBound1 >-AdditionalBound=AdditionalBound >-AdditionalBoundList1=AdditionalBoundList1 >-AdditionalBoundList=AdditionalBoundList >-AdditiveExpression=Expression >-AdditiveExpression_NotName=Expression >-AllocationHeader=AllocationHeader >-AndExpression=Expression >-AndExpression_NotName=Expression >-Annotation=Annotation >-AnnotationMethodHeader=AnnotationMethodHeader >-AnnotationMethodHeaderDefaultValueopt=MethodHeaderDefaultValue >-AnnotationMethodHeaderName=MethodHeaderName >-AnnotationName=AnnotationName >-AnnotationTypeBody=AnnotationTypeBody >-AnnotationTypeDeclaration=AnnotationTypeDeclaration >-AnnotationTypeDeclarationHeader=AnnotationTypeDeclarationHeader >-AnnotationTypeDeclarationHeaderName=AnnotationTypeDeclarationHeaderName >-AnnotationTypeMemberDeclaration=AnnotationTypeMemberDeclaration >-AnnotationTypeMemberDeclarations=AnnotationTypeMemberDeclarations >-AnnotationTypeMemberDeclarationsopt=AnnotationTypeMemberDeclarations >-ArgumentList=ArgumentList >-ArgumentListopt=ArgumentList >-Arguments=Arguments >-Argumentsopt=Argumentsopt >-ArrayAccess=ArrayAccess >-ArrayCreationHeader=ArrayCreationHeader >-ArrayCreationWithArrayInitializer=ArrayCreationWithArrayInitializer >-ArrayCreationWithoutArrayInitializer=ArrayCreationWithoutArrayInitializer >-ArrayInitializer=ArrayInitializer >-ArrayType=ArrayType >-ArrayTypeWithTypeArgumentsName=ArrayTypeWithTypeArgumentsName >-AssertStatement=AssertStatement >-Assignment=Assignment >-AssignmentExpression=Expression >-AssignmentExpression_NotName=Expression >-AssignmentOperator=AssignmentOperator >-Block=Block >-BlockStatement=BlockStatement >-BlockStatements=BlockStatements >-BlockStatementsopt=BlockStatements >-BooleanLiteral=BooleanLiteral >-BreakStatement=BreakStatement >-CastExpression=CastExpression >-CatchClause=CatchClause >-CatchFormalParameter=FormalParameter >-CatchHeader=CatchHeader >-CatchType=CatchType >-Catches=Catches >-Catchesopt=Catches >-ClassBody=ClassBody >-ClassBodyDeclaration=ClassBodyDeclaration >-ClassBodyDeclarations=ClassBodyDeclarations >-ClassBodyDeclarationsopt=ClassBodyDeclarations >-ClassDeclaration=ClassDeclaration >-ClassHeader=ClassHeader >-ClassHeaderExtends=ClassHeaderExtends >-ClassHeaderExtendsopt=ClassHeaderExtends >-ClassHeaderImplements=ClassHeaderImplements >-ClassHeaderImplementsopt=ClassHeaderImplements >-ClassHeaderName1=ClassHeaderName >-ClassHeaderName=ClassHeaderName >-ClassInstanceCreationExpression=ClassInstanceCreationExpression >-ClassInstanceCreationExpressionName=ClassInstanceCreationExpressionName >-ClassMemberDeclaration=ClassMemberDeclaration >-ClassOrInterface=Type >-ClassOrInterfaceType=Type >-ClassType=ClassType >-ClassTypeElt=ClassType >-ClassTypeList=ClassTypeList >-CompilationUnit=CompilationUnit >-ConditionalAndExpression=Expression >-ConditionalAndExpression_NotName=Expression >-ConditionalExpression=Expression >-ConditionalExpression_NotName=Expression >-ConditionalOrExpression=Expression >-ConditionalOrExpression_NotName=Expression >-ConstantDeclaration=ConstantDeclaration >-ConstantExpression=ConstantExpression >-ConstructorDeclaration=ConstructorDeclaration >-ConstructorHeader=ConstructorDeclaration >-ConstructorHeaderName=ConstructorHeaderName >-ContinueStatement=ContinueStatement >-CreateInitializer=CreateInitializer >-DefaultValue=DefaultValue >-Diet=Diet >-DimWithOrWithOutExpr=Dimension >-DimWithOrWithOutExprs=Dimensions >-Dims=Dimensions >-DimsLoop=Dimensions >-Dimsopt=Dimensions >-DoStatement=DoStatement >-EmptyStatement=EmptyStatement >-EnhancedForStatement=EnhancedForStatement >-EnhancedForStatementHeader=EnhancedForStatementHeader >-EnhancedForStatementHeaderInit=EnhancedForStatementHeaderInit >-EnhancedForStatementNoShortIf=EnhancedForStatementNoShortIf >-EnterCompilationUnit=EnterCompilationUnit >-EnterMemberValue=EnterMemberValue >-EnterMemberValueArrayInitializer=EnterMemberValueArrayInitializer >-EnterVariable=EnterVariable >-EnumBody=EnumBody >-EnumBodyDeclarationsopt=EnumBodyDeclarationsopt >-EnumConstant=EnumConstant >-EnumConstantHeader=EnumConstantHeader >-EnumConstantHeaderName=EnumConstantHeaderName >-EnumConstants=EnumConstants >-EnumDeclaration=EnumDeclaration >-EnumDeclarations=EnumDeclarations >-EnumHeader=EnumHeader >-EnumHeaderName=EnumHeaderName >-EqualityExpression=Expression >-EqualityExpression_NotName=Expression >-ExclusiveOrExpression=Expression >-ExclusiveOrExpression_NotName=Expression >-ExitMemberValue=ExitMemberValue >-ExitTryBlock=ExitTryBlock >-ExitVariableWithInitialization=ExitVariableWithInitialization >-ExitVariableWithoutInitialization=ExitVariableWithoutInitialization >-ExplicitConstructorInvocation=ExplicitConstructorInvocation >-Expression=Expression >-ExpressionStatement=Statement >-Expression_NotName=Expression >-Expressionopt=Expression >-FieldAccess=FieldAccess >-FieldDeclaration=FieldDeclaration >-Finally=Finally >-FloatingPointType=FloatingPointType >-ForInit=ForInit >-ForInitopt=ForInit >-ForStatement=ForStatement >-ForStatementNoShortIf=ForStatement >-ForUpdate=ForUpdate >-ForUpdateopt=ForUpdate >-ForceNoDiet=ForceNoDiet >-FormalParameter=FormalParameter >-FormalParameterList=FormalParameterList >-FormalParameterListopt=FormalParameterList >-GenericMethodDeclaration=GenericMethodDeclaration >-GenericType=GenericType >-Goal=Goal >-Header1=Header1 >-Header2=Header2 >-Header=Header >-IfThenElseStatement=IfStatement >-IfThenElseStatementNoShortIf=IfStatement >-IfThenStatement=IfStatement >-ImportDeclaration=ImportDeclaration >-ImportDeclarations=ImportDeclarations >-InclusiveOrExpression=Expression >-InclusiveOrExpression_NotName=Expression >-Initializer=Initializer >-InsideCastExpression=InsideCastExpression >-InsideCastExpressionLL1=InsideCastExpression >-InsideCastExpressionWithQualifiedGenerics=InsideCastExpression >-InstanceofExpression=Expression >-InstanceofExpression_NotName=Expression >-IntegralType=IntegralType >-InterfaceBody=InterfaceBody >-InterfaceDeclaration=InterfaceDeclaration >-InterfaceHeader=InterfaceHeader >-InterfaceHeaderExtends=InterfaceHeaderExtends >-InterfaceHeaderExtendsopt=InterfaceHeaderExtends >-InterfaceHeaderName1=InterfaceHeaderName >-InterfaceHeaderName=InterfaceHeaderName >-InterfaceMemberDeclaration=InterfaceMemberDeclaration >-InterfaceMemberDeclarations=InterfaceMemberDeclarations >-InterfaceMemberDeclarationsopt=InterfaceMemberDeclarations >-InterfaceType=InterfaceType >-InterfaceTypeList=InterfaceTypeList >-InternalCompilationUnit=CompilationUnit >-InvalidArrayInitializerAssignement=ArrayInitializerAssignment >-InvalidConstructorDeclaration=InvalidConstructorDeclaration >-InvalidInitializer=InvalidInitializer >-Label=Label >-LabeledStatement=LabeledStatement >-LabeledStatementNoShortIf=LabeledStatement >-Literal=Literal >-LocalVariableDeclaration=LocalVariableDeclaration >-LocalVariableDeclarationStatement=LocalVariableDeclarationStatement >-MarkerAnnotation=MarkerAnnotation >-MemberValue=MemberValue >-MemberValueArrayInitializer=MemberValueArrayInitializer >-MemberValuePair=MemberValuePair >-MemberValuePairs=MemberValuePairs >-MemberValuePairsopt=MemberValuePairsopt >-MemberValues=MemberValues >-MethodBody=MethodBody >-MethodDeclaration=MethodDeclaration >-MethodHeader=MethodDeclaration >-MethodHeaderExtendedDims=MethodHeaderExtendedDims >-MethodHeaderName=MethodHeaderName >-MethodHeaderRightParen=) >-MethodHeaderThrowsClause=MethodHeaderThrowsClause >-MethodHeaderThrowsClauseopt=MethodHeaderThrowsClause >-MethodInvocation=MethodInvocation >-Modifier=Modifier >-Modifiers=Modifiers >-Modifiersopt=Modifiers >-MultiplicativeExpression=Expression >-MultiplicativeExpression_NotName=Expression >-Name=Name >-NestedMethod=NestedMethod >-NestedType=NestedType >-NormalAnnotation=NormalAnnotation >-NumericType=NumericType >-OneDimLoop=Dimension >-OnlySynchronized=OnlySynchronized >-OnlyTypeArguments=TypeArguments >-OnlyTypeArgumentsForCastExpression=TypeArguments >-OpenBlock=OpenBlock >-PackageComment=PackageComment >-PackageDeclaration=PackageDeclaration >-PackageDeclarationName=PackageDeclarationName >-PostDecrementExpression=PostDecrementExpression >-PostIncrementExpression=PostIncrementExpression >-PostfixExpression=Expression >-PostfixExpression_NotName=Expression >-PreDecrementExpression=PreDecrementExpression >-PreIncrementExpression=PreIncrementExpression >-Primary=Expression >-PrimaryNoNewArray=Expression >-PrimitiveType=PrimitiveType >-PushLPAREN=( >-PushLeftBrace=PushLeftBrace >-PushModifiers=PushModifiers >-PushModifiersForHeader=PushModifiersForHeader >-PushPosition=PushPosition >-PushRPAREN=) >-PushRealModifiers=PushRealModifiers >-QualifiedClassBodyopt=ClassBody >-QualifiedEnterAnonymousClassBody=EnterAnonymousClassBody >-QualifiedName=QualifiedName >-RecoveryMethodHeader=MethodHeader >-RecoveryMethodHeaderName=MethodHeaderName >-ReduceImports=ReduceImports >-ReferenceType1=ReferenceType1 >-ReferenceType2=ReferenceType2 >-ReferenceType3=ReferenceType3 >-ReferenceType=ReferenceType >-RelationalExpression=Expression >-RelationalExpression_NotName=Expression >-Resource=Resource >-ResourceSpecification=ResourceSpecification >-Resources=Resources >-RestoreDiet=RestoreDiet >-ReturnStatement=ReturnStatement >-ShiftExpression=Expression >-ShiftExpression_NotName=Expression >-SimpleName=SimpleName >-SingleMemberAnnotation=SingleMemberAnnotation >-SingleMemberAnnotationMemberValue=MemberValue >-SingleStaticImportDeclaration=SingleStaticImportDeclaration >-SingleStaticImportDeclarationName=SingleStaticImportDeclarationName >-SingleTypeImportDeclaration=SingleTypeImportDeclaration >-SingleTypeImportDeclarationName=SingleTypeImportDeclarationName >-Statement=Statement >-StatementExpression=Expression >-StatementExpressionList=StatementExpressionList >-StatementNoShortIf=Statement >-StatementWithoutTrailingSubstatement=Statement >-StaticImportOnDemandDeclaration=StaticImportOnDemandDeclaration >-StaticImportOnDemandDeclarationName=StaticImportOnDemandDeclarationName >-StaticInitializer=StaticInitializer >-StaticOnly=StaticOnly >-SwitchBlock=SwitchBlock >-SwitchBlockStatement=SwitchBlockStatement >-SwitchBlockStatements=SwitchBlockStatements >-SwitchLabel=SwitchLabel >-SwitchLabels=SwitchLabels >-SwitchStatement=SwitchStatement >-SynchronizedStatement=SynchronizedStatement >-ThrowStatement=ThrowStatement >-TrailingSemiColon=; >-TryBlock=Block >-TryStatement=TryStatement >-TryStatementWithResources=TryStatementWithResources >-Type=Type >-TypeArgument1=TypeArgument1 >-TypeArgument2=TypeArgument2 >-TypeArgument3=TypeArgument3 >-TypeArgument=TypeArgument >-TypeArgumentList1=TypeArgumentList1 >-TypeArgumentList2=TypeArgumentList2 >-TypeArgumentList3=TypeArgumentList3 >-TypeArgumentList=TypeArgumentList >-TypeArguments=TypeArguments >-TypeDeclaration=TypeDeclaration >-TypeDeclarations=TypeDeclarations >-TypeImportOnDemandDeclaration=TypeImportOnDemandDeclaration >-TypeImportOnDemandDeclarationName=TypeImportOnDemandDeclarationName >-TypeParameter1=TypeParameter1 >-TypeParameter=TypeParameter >-TypeParameterHeader=TypeParameter >-TypeParameterList1=TypeParameterList1 >-TypeParameterList=TypeParameterList >-TypeParameters=TypeParameters >-UnaryExpression=Expression >-UnaryExpressionNotPlusMinus=Expression >-UnaryExpressionNotPlusMinus_NotName=Expression >-UnaryExpression_NotName=Expression >-UnionType=UnionType >-UnqualifiedClassBodyopt=ClassBody >-UnqualifiedEnterAnonymousClassBody=EnterAnonymousClassBody >-VariableDeclarator=VariableDeclarator >-VariableDeclaratorId=VariableDeclaratorId >-VariableDeclarators=VariableDeclarators >-VariableInitializer=VariableInitializer >-VariableInitializers=VariableInitializers >-WhileStatement=WhileStatement >-WhileStatementNoShortIf=WhileStatement >-Wildcard1=Wildcard1 >-Wildcard2=Wildcard2 >-Wildcard3=Wildcard3 >-Wildcard=Wildcard >-WildcardBounds1=WildcardBounds1 >-WildcardBounds2=WildcardBounds2 >-WildcardBounds3=WildcardBound3 >-WildcardBounds=WildcardBounds >Index: compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props >=================================================================== >RCS file: compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props >diff -N compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,332 @@ >+############################################################################### >+# Copyright (c) 2011 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 >+############################################################################### >+,opt=, >+;opt=; >+AbstractMethodDeclaration=MethodDeclaration >+AdditionalBound1=AdditionalBound1 >+AdditionalBound=AdditionalBound >+AdditionalBoundList1=AdditionalBoundList1 >+AdditionalBoundList=AdditionalBoundList >+AdditiveExpression=Expression >+AdditiveExpression_NotName=Expression >+AllocationHeader=AllocationHeader >+AndExpression=Expression >+AndExpression_NotName=Expression >+Annotation=Annotation >+AnnotationMethodHeader=AnnotationMethodHeader >+AnnotationMethodHeaderDefaultValueopt=MethodHeaderDefaultValue >+AnnotationMethodHeaderName=MethodHeaderName >+AnnotationName=AnnotationName >+AnnotationTypeBody=AnnotationTypeBody >+AnnotationTypeDeclaration=AnnotationTypeDeclaration >+AnnotationTypeDeclarationHeader=AnnotationTypeDeclarationHeader >+AnnotationTypeDeclarationHeaderName=AnnotationTypeDeclarationHeaderName >+AnnotationTypeMemberDeclaration=AnnotationTypeMemberDeclaration >+AnnotationTypeMemberDeclarations=AnnotationTypeMemberDeclarations >+AnnotationTypeMemberDeclarationsopt=AnnotationTypeMemberDeclarations >+ArgumentList=ArgumentList >+ArgumentListopt=ArgumentList >+Arguments=Arguments >+Argumentsopt=Argumentsopt >+ArrayAccess=ArrayAccess >+ArrayCreationHeader=ArrayCreationHeader >+ArrayCreationWithArrayInitializer=ArrayCreationWithArrayInitializer >+ArrayCreationWithoutArrayInitializer=ArrayCreationWithoutArrayInitializer >+ArrayInitializer=ArrayInitializer >+ArrayType=ArrayType >+ArrayTypeWithTypeArgumentsName=ArrayTypeWithTypeArgumentsName >+AssertStatement=AssertStatement >+Assignment=Assignment >+AssignmentExpression=Expression >+AssignmentExpression_NotName=Expression >+AssignmentOperator=AssignmentOperator >+Block=Block >+BlockStatement=BlockStatement >+BlockStatements=BlockStatements >+BlockStatementsopt=BlockStatements >+BooleanLiteral=BooleanLiteral >+BreakStatement=BreakStatement >+CastExpression=CastExpression >+CatchClause=CatchClause >+CatchFormalParameter=FormalParameter >+CatchHeader=CatchHeader >+CatchType=CatchType >+Catches=Catches >+Catchesopt=Catches >+ClassBody=ClassBody >+ClassBodyDeclaration=ClassBodyDeclaration >+ClassBodyDeclarations=ClassBodyDeclarations >+ClassBodyDeclarationsopt=ClassBodyDeclarations >+ClassDeclaration=ClassDeclaration >+ClassHeader=ClassHeader >+ClassHeaderExtends=ClassHeaderExtends >+ClassHeaderExtendsopt=ClassHeaderExtends >+ClassHeaderImplements=ClassHeaderImplements >+ClassHeaderImplementsopt=ClassHeaderImplements >+ClassHeaderName1=ClassHeaderName >+ClassHeaderName=ClassHeaderName >+ClassInstanceCreationExpression=ClassInstanceCreationExpression >+ClassInstanceCreationExpressionName=ClassInstanceCreationExpressionName >+ClassMemberDeclaration=ClassMemberDeclaration >+ClassOrInterface=Type >+ClassOrInterfaceType=Type >+ClassType=ClassType >+ClassTypeElt=ClassType >+ClassTypeList=ClassTypeList >+CompilationUnit=CompilationUnit >+ConditionalAndExpression=Expression >+ConditionalAndExpression_NotName=Expression >+ConditionalExpression=Expression >+ConditionalExpression_NotName=Expression >+ConditionalOrExpression=Expression >+ConditionalOrExpression_NotName=Expression >+ConstantDeclaration=ConstantDeclaration >+ConstantExpression=ConstantExpression >+ConstructorDeclaration=ConstructorDeclaration >+ConstructorHeader=ConstructorDeclaration >+ConstructorHeaderName=ConstructorHeaderName >+ContinueStatement=ContinueStatement >+CreateInitializer=CreateInitializer >+DefaultValue=DefaultValue >+Diet=Diet >+DimWithOrWithOutExpr=Dimension >+DimWithOrWithOutExprs=Dimensions >+Dims=Dimensions >+DimsLoop=Dimensions >+Dimsopt=Dimensions >+DoStatement=DoStatement >+EmptyStatement=EmptyStatement >+EnhancedForStatement=EnhancedForStatement >+EnhancedForStatementHeader=EnhancedForStatementHeader >+EnhancedForStatementHeaderInit=EnhancedForStatementHeaderInit >+EnhancedForStatementNoShortIf=EnhancedForStatementNoShortIf >+EnterCompilationUnit=EnterCompilationUnit >+EnterMemberValue=EnterMemberValue >+EnterMemberValueArrayInitializer=EnterMemberValueArrayInitializer >+EnterVariable=EnterVariable >+EnumBody=EnumBody >+EnumBodyDeclarationsopt=EnumBodyDeclarationsopt >+EnumConstant=EnumConstant >+EnumConstantHeader=EnumConstantHeader >+EnumConstantHeaderName=EnumConstantHeaderName >+EnumConstants=EnumConstants >+EnumDeclaration=EnumDeclaration >+EnumDeclarations=EnumDeclarations >+EnumHeader=EnumHeader >+EnumHeaderName=EnumHeaderName >+EqualityExpression=Expression >+EqualityExpression_NotName=Expression >+ExclusiveOrExpression=Expression >+ExclusiveOrExpression_NotName=Expression >+ExitMemberValue=ExitMemberValue >+ExitTryBlock=ExitTryBlock >+ExitVariableWithInitialization=ExitVariableWithInitialization >+ExitVariableWithoutInitialization=ExitVariableWithoutInitialization >+ExplicitConstructorInvocation=ExplicitConstructorInvocation >+Expression=Expression >+ExpressionStatement=Statement >+Expression_NotName=Expression >+Expressionopt=Expression >+FieldAccess=FieldAccess >+FieldDeclaration=FieldDeclaration >+Finally=Finally >+FloatingPointType=FloatingPointType >+ForInit=ForInit >+ForInitopt=ForInit >+ForStatement=ForStatement >+ForStatementNoShortIf=ForStatement >+ForUpdate=ForUpdate >+ForUpdateopt=ForUpdate >+ForceNoDiet=ForceNoDiet >+FormalParameter=FormalParameter >+FormalParameterList=FormalParameterList >+FormalParameterListopt=FormalParameterList >+GenericMethodDeclaration=GenericMethodDeclaration >+GenericType=GenericType >+Goal=Goal >+Header1=Header1 >+Header2=Header2 >+Header=Header >+IfThenElseStatement=IfStatement >+IfThenElseStatementNoShortIf=IfStatement >+IfThenStatement=IfStatement >+ImportDeclaration=ImportDeclaration >+ImportDeclarations=ImportDeclarations >+InclusiveOrExpression=Expression >+InclusiveOrExpression_NotName=Expression >+Initializer=Initializer >+InsideCastExpression=InsideCastExpression >+InsideCastExpressionLL1=InsideCastExpression >+InsideCastExpressionWithQualifiedGenerics=InsideCastExpression >+InstanceofExpression=Expression >+InstanceofExpression_NotName=Expression >+IntegralType=IntegralType >+InterfaceBody=InterfaceBody >+InterfaceDeclaration=InterfaceDeclaration >+InterfaceHeader=InterfaceHeader >+InterfaceHeaderExtends=InterfaceHeaderExtends >+InterfaceHeaderExtendsopt=InterfaceHeaderExtends >+InterfaceHeaderName1=InterfaceHeaderName >+InterfaceHeaderName=InterfaceHeaderName >+InterfaceMemberDeclaration=InterfaceMemberDeclaration >+InterfaceMemberDeclarations=InterfaceMemberDeclarations >+InterfaceMemberDeclarationsopt=InterfaceMemberDeclarations >+InterfaceType=InterfaceType >+InterfaceTypeList=InterfaceTypeList >+InternalCompilationUnit=CompilationUnit >+InvalidArrayInitializerAssignement=ArrayInitializerAssignment >+InvalidConstructorDeclaration=InvalidConstructorDeclaration >+InvalidInitializer=InvalidInitializer >+Label=Label >+LabeledStatement=LabeledStatement >+LabeledStatementNoShortIf=LabeledStatement >+Literal=Literal >+LocalVariableDeclaration=LocalVariableDeclaration >+LocalVariableDeclarationStatement=LocalVariableDeclarationStatement >+MarkerAnnotation=MarkerAnnotation >+MemberValue=MemberValue >+MemberValueArrayInitializer=MemberValueArrayInitializer >+MemberValuePair=MemberValuePair >+MemberValuePairs=MemberValuePairs >+MemberValuePairsopt=MemberValuePairsopt >+MemberValues=MemberValues >+MethodBody=MethodBody >+MethodDeclaration=MethodDeclaration >+MethodHeader=MethodDeclaration >+MethodHeaderExtendedDims=MethodHeaderExtendedDims >+MethodHeaderName=MethodHeaderName >+MethodHeaderRightParen=) >+MethodHeaderThrowsClause=MethodHeaderThrowsClause >+MethodHeaderThrowsClauseopt=MethodHeaderThrowsClause >+MethodInvocation=MethodInvocation >+Modifier=Modifier >+Modifiers=Modifiers >+Modifiersopt=Modifiers >+MultiplicativeExpression=Expression >+MultiplicativeExpression_NotName=Expression >+Name=Name >+NestedMethod=NestedMethod >+NestedType=NestedType >+NormalAnnotation=NormalAnnotation >+NumericType=NumericType >+OneDimLoop=Dimension >+OnlySynchronized=OnlySynchronized >+OnlyTypeArguments=TypeArguments >+OnlyTypeArgumentsForCastExpression=TypeArguments >+OpenBlock=OpenBlock >+PackageComment=PackageComment >+PackageDeclaration=PackageDeclaration >+PackageDeclarationName=PackageDeclarationName >+PostDecrementExpression=PostDecrementExpression >+PostIncrementExpression=PostIncrementExpression >+PostfixExpression=Expression >+PostfixExpression_NotName=Expression >+PreDecrementExpression=PreDecrementExpression >+PreIncrementExpression=PreIncrementExpression >+Primary=Expression >+PrimaryNoNewArray=Expression >+PrimitiveType=PrimitiveType >+PushLPAREN=( >+PushLeftBrace=PushLeftBrace >+PushModifiers=PushModifiers >+PushModifiersForHeader=PushModifiersForHeader >+PushPosition=PushPosition >+PushRPAREN=) >+PushRealModifiers=PushRealModifiers >+QualifiedClassBodyopt=ClassBody >+QualifiedEnterAnonymousClassBody=EnterAnonymousClassBody >+QualifiedName=QualifiedName >+RecoveryMethodHeader=MethodHeader >+RecoveryMethodHeaderName=MethodHeaderName >+ReduceImports=ReduceImports >+ReferenceType1=ReferenceType1 >+ReferenceType2=ReferenceType2 >+ReferenceType3=ReferenceType3 >+ReferenceType=ReferenceType >+RelationalExpression=Expression >+RelationalExpression_NotName=Expression >+Resource=Resource >+ResourceSpecification=ResourceSpecification >+Resources=Resources >+RestoreDiet=RestoreDiet >+ReturnStatement=ReturnStatement >+ShiftExpression=Expression >+ShiftExpression_NotName=Expression >+SimpleName=SimpleName >+SingleMemberAnnotation=SingleMemberAnnotation >+SingleMemberAnnotationMemberValue=MemberValue >+SingleStaticImportDeclaration=SingleStaticImportDeclaration >+SingleStaticImportDeclarationName=SingleStaticImportDeclarationName >+SingleTypeImportDeclaration=SingleTypeImportDeclaration >+SingleTypeImportDeclarationName=SingleTypeImportDeclarationName >+Statement=Statement >+StatementExpression=Expression >+StatementExpressionList=StatementExpressionList >+StatementNoShortIf=Statement >+StatementWithoutTrailingSubstatement=Statement >+StaticImportOnDemandDeclaration=StaticImportOnDemandDeclaration >+StaticImportOnDemandDeclarationName=StaticImportOnDemandDeclarationName >+StaticInitializer=StaticInitializer >+StaticOnly=StaticOnly >+SwitchBlock=SwitchBlock >+SwitchBlockStatement=SwitchBlockStatement >+SwitchBlockStatements=SwitchBlockStatements >+SwitchLabel=SwitchLabel >+SwitchLabels=SwitchLabels >+SwitchStatement=SwitchStatement >+SynchronizedStatement=SynchronizedStatement >+ThrowStatement=ThrowStatement >+TrailingSemiColon=; >+TryBlock=Block >+TryStatement=TryStatement >+TryStatementWithResources=TryStatementWithResources >+Type=Type >+TypeArgument1=TypeArgument1 >+TypeArgument2=TypeArgument2 >+TypeArgument3=TypeArgument3 >+TypeArgument=TypeArgument >+TypeArgumentList1=TypeArgumentList1 >+TypeArgumentList2=TypeArgumentList2 >+TypeArgumentList3=TypeArgumentList3 >+TypeArgumentList=TypeArgumentList >+TypeArguments=TypeArguments >+TypeDeclaration=TypeDeclaration >+TypeDeclarations=TypeDeclarations >+TypeImportOnDemandDeclaration=TypeImportOnDemandDeclaration >+TypeImportOnDemandDeclarationName=TypeImportOnDemandDeclarationName >+TypeParameter1=TypeParameter1 >+TypeParameter=TypeParameter >+TypeParameterHeader=TypeParameter >+TypeParameterList1=TypeParameterList1 >+TypeParameterList=TypeParameterList >+TypeParameters=TypeParameters >+UnaryExpression=Expression >+UnaryExpressionNotPlusMinus=Expression >+UnaryExpressionNotPlusMinus_NotName=Expression >+UnaryExpression_NotName=Expression >+UnionType=UnionType >+UnqualifiedClassBodyopt=ClassBody >+UnqualifiedEnterAnonymousClassBody=EnterAnonymousClassBody >+VariableDeclarator=VariableDeclarator >+VariableDeclaratorId=VariableDeclaratorId >+VariableDeclarators=VariableDeclarators >+VariableInitializer=VariableInitializer >+VariableInitializers=VariableInitializers >+WhileStatement=WhileStatement >+WhileStatementNoShortIf=WhileStatement >+Wildcard1=Wildcard1 >+Wildcard2=Wildcard2 >+Wildcard3=Wildcard3 >+Wildcard=Wildcard >+WildcardBounds1=WildcardBounds1 >+WildcardBounds2=WildcardBounds2 >+WildcardBounds3=WildcardBound3 >+WildcardBounds=WildcardBounds
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 353553
:
200694
|
200702