-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove AbstractUnnamedTypeDeclaration
- rework hierarchy so ImplicitTypeDeclaration depends directly on AbstractTypeDeclaration - use subclass of `SimpleName` "EmptyName" as the `typeName` for `ImplicitTypeDeclaration`, since `SimpleName` cannot have the empty string as the type name - delete AbstractUnnamedTypeDeclaration - revert AbstractTypeDeclaration to pre-ImplicitTypeDeclaration - reincorporate Jörg's fix in AbstractTypeDeclaration that makes `typeName` volatile Signed-off-by: David Thompson <davthomp@redhat.com>
- Loading branch information
1 parent
c0d823f
commit 70560b9
Showing
6 changed files
with
185 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
121 changes: 0 additions & 121 deletions
121
org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AbstractUnnamedTypeDeclaration.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.