Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

型名の途中にドットが含まれているコードが正しくリバースできない不具合 #10

Open
m-daida opened this issue Feb 20, 2015 · 0 comments
Labels

Comments

@m-daida
Copy link
Contributor

m-daida commented Feb 20, 2015

概要

型名の途中にドットが含まれているコードが正しくリバースできない

nunit-3.0.0-alpha-5/src/NUnitEngine/mono-addins/Mono.Addins/ExtensionNode.cs

void ReadObject (object ob, NodeAttribute[] attributes, Dictionary<string,ExtensionNodeType.FieldData> fields) { }

不具合1

  • "ExtensionNodeType.FieldData"という名前のクラスができる
  • sshot 2015-02-20 at 11 46 23
  • ExtentionNodeTypeのインナークラスFieldDataは正しく作成されているので、上記クラスは不要
    sshot 2015-02-20 at 12 05 51

不具合2

  • ExtensionNodeTypeクラスとExtensionNodeTypeパッケージができる
    • パッケージは不要?
  • sshot 2015-02-20 at 11 46 55
  • sshot 2015-02-20 at 11 47 12

不具合3

  • Dictionary<string,ExtensionNodeType.FieldData>は無名クラスだが、関係する要素を図に追加してもテンプレートバインディングが表示されない
  • 構造ツリーのクラスから[詳細クラス図を自動作成する]でテンプレートバインディングが表示される
    • モデルが正しくないか、[関係する要素を図に追加]の表示の不具合か?
  • sshot 2015-02-20 at 12 03 10

関連issue

@m-daida m-daida added the bug label Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant