Skip to content

Commit 6b7d244

Browse files
authored
Call type refactoring (#9)
Collect attributes like base, instance etc for a call. This information is used for the follow incoming calls heuristics.
1 parent 8ef4722 commit 6b7d244

File tree

19 files changed

+7630
-140
lines changed

19 files changed

+7630
-140
lines changed

ApprovalTestTool/References/446736ffcda573c08f80d95b8ecf13675bd6a486.txt

Lines changed: 6146 additions & 0 deletions
Large diffs are not rendered by default.

ApprovalTestTool/References/bd3307c6745e1b6bc13f3a3e0c687c276eac8299.txt

Lines changed: 371 additions & 0 deletions
Large diffs are not rendered by default.

CSharpCodeAnalyst.sln

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Cont
2828
EndProject
2929
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApprovalTestTool", "ApprovalTestTool\ApprovalTestTool.csproj", "{767539BE-FBE3-4B46-9A5E-21D60E1B278B}"
3030
EndProject
31+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApps", "TestApps", "{4553EF99-1D3C-14C7-0D22-5364D18C373B}"
32+
EndProject
33+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FollowHeuristic", "TestApps\FollowHeuristic\FollowHeuristic.csproj", "{30665FC1-D5F2-4F4C-BBFA-277184C15E45}"
34+
EndProject
3135
Global
3236
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3337
Debug|Any CPU = Debug|Any CPU
@@ -54,11 +58,18 @@ Global
5458
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Debug|Any CPU.Build.0 = Debug|Any CPU
5559
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|Any CPU.ActiveCfg = Release|Any CPU
5660
{767539BE-FBE3-4B46-9A5E-21D60E1B278B}.Release|Any CPU.Build.0 = Release|Any CPU
61+
{30665FC1-D5F2-4F4C-BBFA-277184C15E45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62+
{30665FC1-D5F2-4F4C-BBFA-277184C15E45}.Debug|Any CPU.Build.0 = Debug|Any CPU
63+
{30665FC1-D5F2-4F4C-BBFA-277184C15E45}.Release|Any CPU.ActiveCfg = Release|Any CPU
64+
{30665FC1-D5F2-4F4C-BBFA-277184C15E45}.Release|Any CPU.Build.0 = Release|Any CPU
5765
EndGlobalSection
5866
GlobalSection(SolutionProperties) = preSolution
5967
HideSolutionNode = FALSE
6068
EndGlobalSection
6169
GlobalSection(ExtensibilityGlobals) = postSolution
6270
SolutionGuid = {2BBCF792-C019-4195-AF08-45CC642B8A18}
6371
EndGlobalSection
72+
GlobalSection(NestedProjects) = preSolution
73+
{30665FC1-D5F2-4F4C-BBFA-277184C15E45} = {4553EF99-1D3C-14C7-0D22-5364D18C373B}
74+
EndGlobalSection
6475
EndGlobal

0 commit comments

Comments
 (0)