Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(19)

Delta Between Two Patch Sets: oracle/testdata/src/main/calls.golden

Issue 13270045: code review 13270045: go.tools/oracle: add option to output results in JSON s... (Closed)
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: diff -r 07183b5c385c https://code.google.com/p/go.tools Created 10 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « oracle/testdata/src/main/callgraph-json.golden ('k') | oracle/testdata/src/main/calls-json.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 -------- @describe describe-A-x -------- 1 -------- @describe describe-A-x --------
2 definition of var x *int 2 definition of var x *int
3 value may point to these labels: 3 value may point to these labels:
4 a 4 a
5 b 5 b
6 6
7 -------- @callstack callstack-A -------- 7 -------- @callstack callstack-A --------
8 Found a call path from root to main.A 8 Found a call path from root to main.A
9 main.A 9 main.A
10 dynamic function call from main.apply 10 dynamic function call from main.apply
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 -------- @callees callees-err-conversion -------- 76 -------- @callees callees-err-conversion --------
77 77
78 Error: this is a type conversion, not a function call 78 Error: this is a type conversion, not a function call
79 79
80 -------- @callees callees-err-bad-selection -------- 80 -------- @callees callees-err-bad-selection --------
81 81
82 Error: ambiguous selection within function call (or conversion) 82 Error: ambiguous selection within function call (or conversion)
83 83
84 -------- @callees callees-err-deadcode1 -------- 84 -------- @callees callees-err-deadcode1 --------
85 this call site is unreachable in this analysis 85
86 Error: this call site is unreachable in this analysis
86 87
87 -------- @callees callees-err-nil-func -------- 88 -------- @callees callees-err-nil-func --------
88 dynamic function call on nil value 89 dynamic function call on nil value
89 90
90 -------- @callees callees-err-nil-interface -------- 91 -------- @callees callees-err-nil-interface --------
91 dynamic method call on nil value 92 dynamic method call on nil value
92 93
93 -------- @callees callees-err-deadcode2 -------- 94 -------- @callees callees-err-deadcode2 --------
94 this call site is unreachable in this analysis 95
96 Error: this call site is unreachable in this analysis
95 97
96 -------- @callstack callstack-err-deadcode -------- 98 -------- @callstack callstack-err-deadcode --------
97 main.deadcode is unreachable in this analysis scope 99 main.deadcode is unreachable in this analysis scope
98 100
99 -------- @callers callers-global -------- 101 -------- @callers callers-global --------
100 main.init is called from these 1 sites: 102 main.init is called from these 1 sites:
101 the root of the call graph 103 the root of the call graph
102 104
103 -------- @callers callers-init -------- 105 -------- @callers callers-init --------
104 main.init is called from these 1 sites: 106 main.init is called from these 1 sites:
105 the root of the call graph 107 the root of the call graph
106 108
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b