You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,8 +109,8 @@ public List<BlockAst<CsBlock>> extractBlocks(List<String> nameScope, SimpleTree<
108
109
* @param depth the current blockTree's depth within the tree (0=root node, 1=child of root, etc.)
109
110
* @param parentNode the current blockTree's parent node or null if the parent is null (only possible if blockTree is a child of a tree with a null root or blockTree is the root and has no parent)
booleancommentAccepted = commentExtractor.acceptNext(child) || annotAccepted; // keep comments if annotation was accepted so that comments before an annotation carry over if there is a block following the annotation(s)
127
129
128
130
intaddBlockCount = 0;
129
131
BlockAst<CsBlock> newestBlock = null;
@@ -152,8 +154,9 @@ public static void extractBlocksFromTree(List<String> nameScope, SimpleTree<Code
@@ -115,8 +116,8 @@ public List<BlockAst<JavaBlock>> extractBlocks(List<String> nameScope, SimpleTre
115
116
* @param depth the current blockTree's depth within the tree (0=root node, 1=child of root, etc.)
116
117
* @param parentNode the current blockTree's parent node or null if the parent is null (only possible if blockTree is a child of a tree with a null root or blockTree is the root and has no parent)
booleancommentAccepted = commentExtractor.acceptNext(child) || annotAccepted; // keep comments if annotation was accepted so that comments before an annotation carry over if there is a block following the annotation(s)
132
134
133
135
intaddBlockCount = 0;
134
136
BlockAst<JavaBlock> newestBlock = null;
@@ -157,8 +159,9 @@ public static void extractBlocksFromTree(List<String> nameScope, SimpleTree<Code
0 commit comments