1 | /* | |
2 | * Copyright 2006 - 2013 | |
3 | * Stefan Balev <stefan.balev@graphstream-project.org> | |
4 | * Julien Baudry <julien.baudry@graphstream-project.org> | |
5 | * Antoine Dutot <antoine.dutot@graphstream-project.org> | |
6 | * Yoann Pign�� <yoann.pigne@graphstream-project.org> | |
7 | * Guilhelm Savin <guilhelm.savin@graphstream-project.org> | |
8 | * | |
9 | * This file is part of GraphStream <http://graphstream-project.org>. | |
10 | * | |
11 | * GraphStream is a library whose purpose is to handle static or dynamic | |
12 | * graph, create them from scratch, file or any source and display them. | |
13 | * | |
14 | * This program is free software distributed under the terms of two licenses, the | |
15 | * CeCILL-C license that fits European law, and the GNU Lesser General Public | |
16 | * License. You can use, modify and/ or redistribute the software under the terms | |
17 | * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following | |
18 | * URL <http://www.cecill.info> or under the terms of the GNU LGPL as published by | |
19 | * the Free Software Foundation, either version 3 of the License, or (at your | |
20 | * option) any later version. | |
21 | * | |
22 | * This program is distributed in the hope that it will be useful, but WITHOUT ANY | |
23 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
24 | * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. | |
25 | * | |
26 | * You should have received a copy of the GNU Lesser General Public License | |
27 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
28 | * | |
29 | * The fact that you are presently reading this means that you have had | |
30 | * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. | |
31 | */ | |
32 | package org.graphstream.stream.file.pajek; | |
33 | ||
34 | import org.graphstream.util.parser.SimpleCharStream; | |
35 | import org.graphstream.util.parser.Token; | |
36 | import org.graphstream.util.parser.TokenMgrError; | |
37 | ||
38 | /** Token Manager. */ | |
39 | public class PajekParserTokenManager implements PajekParserConstants { | |
40 | ||
41 | /** Debug output. */ | |
42 | public java.io.PrintStream debugStream = System.out; | |
43 | ||
44 | /** Set debug output. */ | |
45 | public void setDebugStream(java.io.PrintStream ds) { | |
46 | debugStream = ds; | |
47 | } | |
48 | ||
49 | private final int jjStopStringLiteralDfa_0(int pos, long active0) { | |
50 | switch (pos) { | |
51 | case 0: | |
52 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x3c03023660000L) != 0L) { |
53 | jjmatchedKind = 53; | |
54 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
55 | } | |
56 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x20000000000L) != 0L) |
57 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 17; |
58 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x1c3dcfdc180000L) != 0L) |
59 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
60 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
61 | case 1: | |
62 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x30077e0000L) != 0L) { |
63 |
1
1. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if (jjmatchedPos != 1) { |
64 | jjmatchedKind = 53; | |
65 | jjmatchedPos = 1; | |
66 | } | |
67 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
68 | } | |
69 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0xfe80fe0000000L) != 0L) |
70 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
71 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
72 | case 2: | |
73 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x1004100000L) != 0L) |
74 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
75 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x28036e0000L) != 0L) { |
76 | jjmatchedKind = 53; | |
77 | jjmatchedPos = 2; | |
78 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
79 | } | |
80 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
81 | case 3: | |
82 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x36e0000L) != 0L) { |
83 | jjmatchedKind = 53; | |
84 | jjmatchedPos = 3; | |
85 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
86 | } | |
87 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x2800000000L) != 0L) |
88 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
89 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
90 | case 4: | |
91 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x3260000L) != 0L) { |
92 |
1
1. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if (jjmatchedPos != 4) { |
93 | jjmatchedKind = 53; | |
94 | jjmatchedPos = 4; | |
95 | } | |
96 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
97 | } | |
98 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x480000L) != 0L) |
99 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
100 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
101 | case 5: | |
102 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x3000000L) != 0L) |
103 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
104 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x260000L) != 0L) { |
105 |
1
1. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if (jjmatchedPos != 5) { |
106 | jjmatchedKind = 53; | |
107 | jjmatchedPos = 5; | |
108 | } | |
109 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
110 | } | |
111 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
112 | case 6: | |
113 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x60000L) != 0L) |
114 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
115 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x200000L) != 0L) { |
116 | jjmatchedKind = 53; | |
117 | jjmatchedPos = 6; | |
118 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
119 | } | |
120 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
121 | case 7: | |
122 |
2
1. jjStopStringLiteralDfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjStopStringLiteralDfa_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x200000L) != 0L) |
123 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 11; |
124 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
125 | default: | |
126 |
1
1. jjStopStringLiteralDfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return -1; |
127 | } | |
128 | } | |
129 | ||
130 | private final int jjStartNfa_0(int pos, long active0) { | |
131 |
2
1. jjStartNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE 2. jjStartNfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1); |
132 | } | |
133 | ||
134 | private int jjStopAtPos(int pos, int kind) { | |
135 | jjmatchedKind = kind; | |
136 | jjmatchedPos = pos; | |
137 |
2
1. jjStopAtPos : Replaced integer addition with subtraction → NO_COVERAGE 2. jjStopAtPos : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return pos + 1; |
138 | } | |
139 | ||
140 | private int jjMoveStringLiteralDfa0_0() { | |
141 | switch (curChar) { | |
142 | case 42: | |
143 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0xfe00L); |
144 | case 65: | |
145 | case 97: | |
146 | jjmatchedKind = 42; | |
147 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0xc080000000000L); |
148 | case 66: | |
149 | case 98: | |
150 | jjmatchedKind = 52; | |
151 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0xc0100000L); |
152 | case 67: | |
153 | case 99: | |
154 | jjmatchedKind = 38; | |
155 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x80000L); |
156 | case 68: | |
157 | case 100: | |
158 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x40000L); |
159 | case 69: | |
160 | case 101: | |
161 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x420000L); |
162 | case 70: | |
163 | case 102: | |
164 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x3000000000L); |
165 | case 72: | |
166 | case 104: | |
167 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0xc00000000000L); |
168 | case 73: | |
169 | case 105: | |
170 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x20000000L); |
171 | case 75: | |
172 | case 107: | |
173 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x3000000000000L); |
174 | case 76: | |
175 | case 108: | |
176 | jjmatchedKind = 44; | |
177 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x200f00000000L); |
178 | case 80: | |
179 | case 112: | |
180 | jjmatchedKind = 39; | |
181 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x4000000L); |
182 | case 81: | |
183 | case 113: | |
184 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(0, 28, 11); |
185 | case 82: | |
186 | case 114: | |
187 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(0, 27, 11); |
188 | case 83: | |
189 | case 115: | |
190 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(0, 41, 17); |
191 | case 84: | |
192 | case 116: | |
193 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x200000L); |
194 | case 87: | |
195 | case 119: | |
196 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(0, 40, 11); |
197 | case 88: | |
198 | case 120: | |
199 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x1000000L); |
200 | case 89: | |
201 | case 121: | |
202 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa1_0(0x2000000L); |
203 | default: | |
204 |
1
1. jjMoveStringLiteralDfa0_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveNfa_0(0, 0); |
205 | } | |
206 | } | |
207 | ||
208 | private int jjMoveStringLiteralDfa1_0(long active0) { | |
209 | try { | |
210 | curChar = input_stream.readChar(); | |
211 | } catch (java.io.IOException e) { | |
212 | jjStopStringLiteralDfa_0(0, active0); | |
213 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 1; |
214 | } | |
215 | switch (curChar) { | |
216 | case 49: | |
217 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x400000000000L) != 0L) |
218 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 46, 11); |
219 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x1000000000000L) != 0L) |
220 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 48, 11); |
221 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x4000000000000L) != 0L) |
222 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 50, 11); |
223 | break; | |
224 | case 50: | |
225 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x800000000000L) != 0L) |
226 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 47, 11); |
227 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x2000000000000L) != 0L) |
228 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 49, 11); |
229 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x8000000000000L) != 0L) |
230 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 51, 11); |
231 | break; | |
232 | case 95: | |
233 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x3000000L); |
234 | case 65: | |
235 | case 97: | |
236 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x200000000L) != 0L) |
237 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 33, 11); |
238 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x4800L); |
239 | case 67: | |
240 | case 99: | |
241 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x20000000L) != 0L) |
242 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 29, 11); |
243 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x40000000L) != 0L) |
244 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 30, 11); |
245 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x100000000L) != 0L) |
246 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 32, 11); |
247 | break; | |
248 | case 69: | |
249 | case 101: | |
250 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x3000L); |
251 | case 72: | |
252 | case 104: | |
253 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x4000000L); |
254 | case 73: | |
255 | case 105: | |
256 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x40000L); |
257 | case 76: | |
258 | case 108: | |
259 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x20000L); |
260 | case 77: | |
261 | case 109: | |
262 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x408000L); |
263 | case 78: | |
264 | case 110: | |
265 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x200L); |
266 | case 79: | |
267 | case 111: | |
268 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x3000100000L); |
269 | case 80: | |
270 | case 112: | |
271 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x80000000000L) != 0L) |
272 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 43, 11); |
273 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x200000000000L) != 0L) { |
274 | jjmatchedKind = 45; | |
275 | jjmatchedPos = 1; | |
276 | } | |
277 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x800000000L); |
278 | case 82: | |
279 | case 114: | |
280 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x400000000L) != 0L) |
281 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 34, 11); |
282 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x280000L); |
283 | case 86: | |
284 | case 118: | |
285 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa2_0(active0, 0x400L); |
286 | case 87: | |
287 | case 119: | |
288 |
2
1. jjMoveStringLiteralDfa1_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa1_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x80000000L) != 0L) |
289 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(1, 31, 11); |
290 | break; | |
291 | default: | |
292 | break; | |
293 | } | |
294 |
1
1. jjMoveStringLiteralDfa1_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(0, active0); |
295 | } | |
296 | ||
297 | private int jjMoveStringLiteralDfa2_0(long old0, long active0) { | |
298 |
2
1. jjMoveStringLiteralDfa2_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa2_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
299 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(0, old0); |
300 | try { | |
301 | curChar = input_stream.readChar(); | |
302 | } catch (java.io.IOException e) { | |
303 | jjStopStringLiteralDfa_0(1, active0); | |
304 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 2; |
305 | } | |
306 | switch (curChar) { | |
307 | case 65: | |
308 | case 97: | |
309 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x48000L); |
310 | case 68: | |
311 | case 100: | |
312 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x3000L); |
313 | case 69: | |
314 | case 101: | |
315 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x600L); |
316 | case 70: | |
317 | case 102: | |
318 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x3000000L); |
319 | case 72: | |
320 | case 104: | |
321 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x800000000L); |
322 | case 73: | |
323 | case 105: | |
324 |
2
1. jjMoveStringLiteralDfa2_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa2_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x4000000L) != 0L) |
325 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(2, 26, 11); |
326 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x200000L); |
327 | case 76: | |
328 | case 108: | |
329 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x20000L); |
330 | case 78: | |
331 | case 110: | |
332 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x2000000000L); |
333 | case 79: | |
334 | case 111: | |
335 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x80000L); |
336 | case 80: | |
337 | case 112: | |
338 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x400000L); |
339 | case 82: | |
340 | case 114: | |
341 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa3_0(active0, 0x4800L); |
342 | case 83: | |
343 | case 115: | |
344 |
2
1. jjMoveStringLiteralDfa2_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa2_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x1000000000L) != 0L) |
345 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(2, 36, 11); |
346 | break; | |
347 | case 88: | |
348 | case 120: | |
349 |
2
1. jjMoveStringLiteralDfa2_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa2_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x100000L) != 0L) |
350 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(2, 20, 11); |
351 | break; | |
352 | default: | |
353 | break; | |
354 | } | |
355 |
1
1. jjMoveStringLiteralDfa2_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(1, active0); |
356 | } | |
357 | ||
358 | private int jjMoveStringLiteralDfa3_0(long old0, long active0) { | |
359 |
2
1. jjMoveStringLiteralDfa3_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa3_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
360 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(1, old0); |
361 | try { | |
362 | curChar = input_stream.readChar(); | |
363 | } catch (java.io.IOException e) { | |
364 | jjStopStringLiteralDfa_0(2, active0); | |
365 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 3; |
366 | } | |
367 | switch (curChar) { | |
368 | case 65: | |
369 | case 97: | |
370 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x3200000L); |
371 | case 67: | |
372 | case 99: | |
373 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x4800L); |
374 | case 71: | |
375 | case 103: | |
376 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x3000L); |
377 | case 73: | |
378 | case 105: | |
379 |
2
1. jjMoveStringLiteralDfa3_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa3_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x800000000L) != 0L) |
380 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(3, 35, 11); |
381 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x20000L); |
382 | case 77: | |
383 | case 109: | |
384 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x40000L); |
385 | case 82: | |
386 | case 114: | |
387 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x400L); |
388 | case 83: | |
389 | case 115: | |
390 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x80000L); |
391 | case 84: | |
392 | case 116: | |
393 |
2
1. jjMoveStringLiteralDfa3_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa3_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x2000000000L) != 0L) |
394 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(3, 37, 11); |
395 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa4_0(active0, 0x408200L); |
396 | default: | |
397 | break; | |
398 | } | |
399 |
1
1. jjMoveStringLiteralDfa3_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(2, active0); |
400 | } | |
401 | ||
402 | private int jjMoveStringLiteralDfa4_0(long old0, long active0) { | |
403 |
2
1. jjMoveStringLiteralDfa4_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa4_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
404 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(2, old0); |
405 | try { | |
406 | curChar = input_stream.readChar(); | |
407 | } catch (java.io.IOException e) { | |
408 | jjStopStringLiteralDfa_0(3, active0); | |
409 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 4; |
410 | } | |
411 | switch (curChar) { | |
412 | case 67: | |
413 | case 99: | |
414 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x3000000L); |
415 | case 69: | |
416 | case 101: | |
417 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x3000L); |
418 | case 78: | |
419 | case 110: | |
420 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x200000L); |
421 | case 79: | |
422 | case 111: | |
423 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x40000L); |
424 | case 80: | |
425 | case 112: | |
426 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x20000L); |
427 | case 82: | |
428 | case 114: | |
429 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x8000L); |
430 | case 83: | |
431 | case 115: | |
432 |
2
1. jjMoveStringLiteralDfa4_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa4_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x800L) != 0L) { |
433 | jjmatchedKind = 11; | |
434 | jjmatchedPos = 4; | |
435 |
2
1. jjMoveStringLiteralDfa4_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa4_0 : negated conditional → NO_COVERAGE |
} else if ((active0 & 0x80000L) != 0L) |
436 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(4, 19, 11); |
437 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x4000L); |
438 | case 84: | |
439 | case 116: | |
440 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x400L); |
441 | case 87: | |
442 | case 119: | |
443 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa5_0(active0, 0x200L); |
444 | case 89: | |
445 | case 121: | |
446 |
2
1. jjMoveStringLiteralDfa4_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa4_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x400000L) != 0L) |
447 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(4, 22, 11); |
448 | break; | |
449 | default: | |
450 | break; | |
451 | } | |
452 |
1
1. jjMoveStringLiteralDfa4_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(3, active0); |
453 | } | |
454 | ||
455 | private int jjMoveStringLiteralDfa5_0(long old0, long active0) { | |
456 |
2
1. jjMoveStringLiteralDfa5_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa5_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
457 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(3, old0); |
458 | try { | |
459 | curChar = input_stream.readChar(); | |
460 | } catch (java.io.IOException e) { | |
461 | jjStopStringLiteralDfa_0(4, active0); | |
462 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 5; |
463 | } | |
464 | switch (curChar) { | |
465 | case 71: | |
466 | case 103: | |
467 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x200000L); |
468 | case 73: | |
469 | case 105: | |
470 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x8400L); |
471 | case 76: | |
472 | case 108: | |
473 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x4000L); |
474 | case 78: | |
475 | case 110: | |
476 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x40000L); |
477 | case 79: | |
478 | case 111: | |
479 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x200L); |
480 | case 83: | |
481 | case 115: | |
482 |
2
1. jjMoveStringLiteralDfa5_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa5_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x1000L) != 0L) { |
483 | jjmatchedKind = 12; | |
484 | jjmatchedPos = 5; | |
485 | } | |
486 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa6_0(active0, 0x22000L); |
487 | case 84: | |
488 | case 116: | |
489 |
2
1. jjMoveStringLiteralDfa5_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa5_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x1000000L) != 0L) |
490 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(5, 24, 11); |
491 |
2
1. jjMoveStringLiteralDfa5_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa5_0 : negated conditional → NO_COVERAGE |
else if ((active0 & 0x2000000L) != 0L) |
492 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(5, 25, 11); |
493 | break; | |
494 | default: | |
495 | break; | |
496 | } | |
497 |
1
1. jjMoveStringLiteralDfa5_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(4, active0); |
498 | } | |
499 | ||
500 | private int jjMoveStringLiteralDfa6_0(long old0, long active0) { | |
501 |
2
1. jjMoveStringLiteralDfa6_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa6_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
502 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(4, old0); |
503 | try { | |
504 | curChar = input_stream.readChar(); | |
505 | } catch (java.io.IOException e) { | |
506 | jjStopStringLiteralDfa_0(5, active0); | |
507 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 6; |
508 | } | |
509 | switch (curChar) { | |
510 | case 67: | |
511 | case 99: | |
512 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa7_0(active0, 0x400L); |
513 | case 68: | |
514 | case 100: | |
515 |
2
1. jjMoveStringLiteralDfa6_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa6_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x40000L) != 0L) |
516 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(6, 18, 11); |
517 | break; | |
518 | case 69: | |
519 | case 101: | |
520 |
2
1. jjMoveStringLiteralDfa6_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa6_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x20000L) != 0L) |
521 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(6, 17, 11); |
522 | break; | |
523 | case 73: | |
524 | case 105: | |
525 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa7_0(active0, 0x4000L); |
526 | case 76: | |
527 | case 108: | |
528 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa7_0(active0, 0x202000L); |
529 | case 82: | |
530 | case 114: | |
531 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa7_0(active0, 0x200L); |
532 | case 88: | |
533 | case 120: | |
534 |
2
1. jjMoveStringLiteralDfa6_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa6_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x8000L) != 0L) |
535 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStopAtPos(6, 15); |
536 | break; | |
537 | default: | |
538 | break; | |
539 | } | |
540 |
1
1. jjMoveStringLiteralDfa6_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(5, active0); |
541 | } | |
542 | ||
543 | private int jjMoveStringLiteralDfa7_0(long old0, long active0) { | |
544 |
2
1. jjMoveStringLiteralDfa7_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa7_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
545 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(5, old0); |
546 | try { | |
547 | curChar = input_stream.readChar(); | |
548 | } catch (java.io.IOException e) { | |
549 | jjStopStringLiteralDfa_0(6, active0); | |
550 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 7; |
551 | } | |
552 | switch (curChar) { | |
553 | case 69: | |
554 | case 101: | |
555 |
2
1. jjMoveStringLiteralDfa7_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa7_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x200000L) != 0L) |
556 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfaWithStates_0(7, 21, 11); |
557 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa8_0(active0, 0x400L); |
558 | case 73: | |
559 | case 105: | |
560 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa8_0(active0, 0x2000L); |
561 | case 75: | |
562 | case 107: | |
563 |
2
1. jjMoveStringLiteralDfa7_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa7_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x200L) != 0L) |
564 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStopAtPos(7, 9); |
565 | break; | |
566 | case 83: | |
567 | case 115: | |
568 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa8_0(active0, 0x4000L); |
569 | default: | |
570 | break; | |
571 | } | |
572 |
1
1. jjMoveStringLiteralDfa7_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(6, active0); |
573 | } | |
574 | ||
575 | private int jjMoveStringLiteralDfa8_0(long old0, long active0) { | |
576 |
2
1. jjMoveStringLiteralDfa8_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa8_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
577 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(6, old0); |
578 | try { | |
579 | curChar = input_stream.readChar(); | |
580 | } catch (java.io.IOException e) { | |
581 | jjStopStringLiteralDfa_0(7, active0); | |
582 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 8; |
583 | } | |
584 | switch (curChar) { | |
585 | case 83: | |
586 | case 115: | |
587 |
2
1. jjMoveStringLiteralDfa8_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa8_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x400L) != 0L) |
588 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStopAtPos(8, 10); |
589 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveStringLiteralDfa9_0(active0, 0x2000L); |
590 | case 84: | |
591 | case 116: | |
592 |
2
1. jjMoveStringLiteralDfa8_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa8_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x4000L) != 0L) |
593 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStopAtPos(8, 14); |
594 | break; | |
595 | default: | |
596 | break; | |
597 | } | |
598 |
1
1. jjMoveStringLiteralDfa8_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(7, active0); |
599 | } | |
600 | ||
601 | private int jjMoveStringLiteralDfa9_0(long old0, long active0) { | |
602 |
2
1. jjMoveStringLiteralDfa9_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa9_0 : negated conditional → NO_COVERAGE |
if (((active0 &= old0)) == 0L) |
603 |
1
1. jjMoveStringLiteralDfa9_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(7, old0); |
604 | try { | |
605 | curChar = input_stream.readChar(); | |
606 | } catch (java.io.IOException e) { | |
607 | jjStopStringLiteralDfa_0(8, active0); | |
608 |
1
1. jjMoveStringLiteralDfa9_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return 9; |
609 | } | |
610 | switch (curChar) { | |
611 | case 84: | |
612 | case 116: | |
613 |
2
1. jjMoveStringLiteralDfa9_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveStringLiteralDfa9_0 : negated conditional → NO_COVERAGE |
if ((active0 & 0x2000L) != 0L) |
614 |
1
1. jjMoveStringLiteralDfa9_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStopAtPos(9, 13); |
615 | break; | |
616 | default: | |
617 | break; | |
618 | } | |
619 |
1
1. jjMoveStringLiteralDfa9_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjStartNfa_0(8, active0); |
620 | } | |
621 | ||
622 | private int jjStartNfaWithStates_0(int pos, int kind, int state) { | |
623 | jjmatchedKind = kind; | |
624 | jjmatchedPos = pos; | |
625 | try { | |
626 | curChar = input_stream.readChar(); | |
627 | } catch (java.io.IOException e) { | |
628 |
2
1. jjStartNfaWithStates_0 : Replaced integer addition with subtraction → NO_COVERAGE 2. jjStartNfaWithStates_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return pos + 1; |
629 | } | |
630 |
2
1. jjStartNfaWithStates_0 : Replaced integer addition with subtraction → NO_COVERAGE 2. jjStartNfaWithStates_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return jjMoveNfa_0(state, pos + 1); |
631 | } | |
632 | ||
633 | static final long[] jjbitVec0 = { 0x0L, 0x0L, 0xffffffffffffffffL, | |
634 | 0xffffffffffffffffL }; | |
635 | ||
636 | private int jjMoveNfa_0(int startState, int curPos) { | |
637 | int startsAt = 0; | |
638 | jjnewStateCnt = 26; | |
639 | int i = 1; | |
640 | jjstateSet[0] = startState; | |
641 | int kind = 0x7fffffff; | |
642 | for (;;) { | |
643 |
2
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (++jjround == 0x7fffffff) |
644 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::ReInitRounds → NO_COVERAGE |
ReInitRounds(); |
645 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar < 64) { |
646 |
1
1. jjMoveNfa_0 : Replaced Shift Left with Shift Right → NO_COVERAGE |
long l = 1L << curChar; |
647 | do { | |
648 |
1
1. jjMoveNfa_0 : Changed increment from -1 to 1 → NO_COVERAGE |
switch (jjstateSet[--i]) { |
649 | case 0: | |
650 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff400000000000L & l) != 0L) { |
651 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
652 | kind = 53; | |
653 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
654 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} else if ((0x280000000000L & l) != 0L) |
655 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(21, 22); |
656 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
else if ((0x2400L & l) != 0L) { |
657 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 3) |
658 | kind = 3; | |
659 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} else if (curChar == 37) |
660 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(8, 9); |
661 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
else if (curChar == 39) |
662 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(5, 6); |
663 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
else if (curChar == 34) |
664 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(2, 3); |
665 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff000000000000L & l) != 0L) { |
666 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 6) |
667 | kind = 6; | |
668 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddStates → NO_COVERAGE |
jjCheckNAddStates(0, 2); |
669 | } | |
670 | break; | |
671 | case 17: | |
672 | case 11: | |
673 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x7ff600800000000L & l) == 0L) |
674 | break; | |
675 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
676 | kind = 53; | |
677 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
678 | break; | |
679 | case 1: | |
680 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 34) |
681 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(2, 3); |
682 | break; | |
683 | case 2: | |
684 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0xfffffffbffffffffL & l) != 0L) |
685 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(2, 3); |
686 | break; | |
687 | case 3: | |
688 |
3
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE 3. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 34 && kind > 8) |
689 | kind = 8; | |
690 | break; | |
691 | case 4: | |
692 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 39) |
693 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(5, 6); |
694 | break; | |
695 | case 5: | |
696 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0xffffff7fffffffffL & l) != 0L) |
697 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(5, 6); |
698 | break; | |
699 | case 6: | |
700 |
3
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE 3. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 39 && kind > 8) |
701 | kind = 8; | |
702 | break; | |
703 | case 7: | |
704 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 37) |
705 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(8, 9); |
706 | break; | |
707 | case 8: | |
708 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0xffffffffffffdbffL & l) != 0L) |
709 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(8, 9); |
710 | break; | |
711 | case 9: | |
712 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x2400L & l) == 0L) |
713 | break; | |
714 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 16) |
715 | kind = 16; | |
716 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(9); |
717 | break; | |
718 | case 10: | |
719 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff400000000000L & l) == 0L) |
720 | break; | |
721 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
722 | kind = 53; | |
723 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
724 | break; | |
725 | case 20: | |
726 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x280000000000L & l) != 0L) |
727 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(21, 22); |
728 | break; | |
729 | case 21: | |
730 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff000000000000L & l) == 0L) |
731 | break; | |
732 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 6) |
733 | kind = 6; | |
734 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(21); |
735 | break; | |
736 | case 22: | |
737 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff000000000000L & l) == 0L) |
738 | break; | |
739 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 7) |
740 | kind = 7; | |
741 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddTwoStates → NO_COVERAGE |
jjCheckNAddTwoStates(22, 23); |
742 | break; | |
743 | case 23: | |
744 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (curChar == 46) |
745 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(24); |
746 | break; | |
747 | case 24: | |
748 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff000000000000L & l) == 0L) |
749 | break; | |
750 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 7) |
751 | kind = 7; | |
752 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(24); |
753 | break; | |
754 | case 25: | |
755 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x3ff000000000000L & l) == 0L) |
756 | break; | |
757 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 6) |
758 | kind = 6; | |
759 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAddStates → NO_COVERAGE |
jjCheckNAddStates(0, 2); |
760 | break; | |
761 | default: | |
762 | break; | |
763 | } | |
764 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} while (i != startsAt); |
765 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} else if (curChar < 128) { |
766 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : Replaced Shift Left with Shift Right → NO_COVERAGE |
long l = 1L << (curChar & 077); |
767 | do { | |
768 |
1
1. jjMoveNfa_0 : Changed increment from -1 to 1 → NO_COVERAGE |
switch (jjstateSet[--i]) { |
769 | case 0: | |
770 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x7fffffe07fffffeL & l) != 0L) { |
771 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
772 | kind = 53; | |
773 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
774 | } | |
775 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x8000000080000L & l) != 0L) |
776 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(3, 4); |
777 | break; | |
778 | case 17: | |
779 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x7fffffe87ffffffL & l) != 0L) { |
780 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
781 | kind = 53; | |
782 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
783 | } | |
784 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x20000000200L & l) != 0L) |
785 |
1
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = 18; |
786 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
else if (curChar == 95) |
787 |
1
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = 16; |
788 | break; | |
789 | case 2: | |
790 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(5, 6); |
791 | break; | |
792 | case 5: | |
793 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(7, 8); |
794 | break; | |
795 | case 8: | |
796 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(9, 10); |
797 | break; | |
798 | case 10: | |
799 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x7fffffe07fffffeL & l) == 0L) |
800 | break; | |
801 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
802 | kind = 53; | |
803 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
804 | break; | |
805 | case 11: | |
806 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x7fffffe87ffffffL & l) == 0L) |
807 | break; | |
808 |
2
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind > 53) |
809 | kind = 53; | |
810 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(11); |
811 | break; | |
812 | case 12: | |
813 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x8000000080000L & l) != 0L) |
814 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(3, 4); |
815 | break; | |
816 | case 13: | |
817 |
4
1. jjMoveNfa_0 : changed conditional boundary → NO_COVERAGE 2. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 3. jjMoveNfa_0 : negated conditional → NO_COVERAGE 4. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x2000000020L & l) != 0L && kind > 23) |
818 | kind = 23; | |
819 | break; | |
820 | case 14: | |
821 | case 18: | |
822 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x400000004000000L & l) != 0L) |
823 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(13); |
824 | break; | |
825 | case 15: | |
826 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x20000000200L & l) != 0L) |
827 |
1
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = 14; |
828 | break; | |
829 | case 16: | |
830 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x8000000080000L & l) != 0L) |
831 |
1
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = 15; |
832 | break; | |
833 | case 19: | |
834 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((0x20000000200L & l) != 0L) |
835 |
1
1. jjMoveNfa_0 : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = 18; |
836 | break; | |
837 | default: | |
838 | break; | |
839 | } | |
840 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} while (i != startsAt); |
841 | } else { | |
842 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : Replaced Shift Right with Shift Left → NO_COVERAGE |
int i2 = (curChar & 0xff) >> 6; |
843 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : Replaced Shift Left with Shift Right → NO_COVERAGE |
long l2 = 1L << (curChar & 077); |
844 | do { | |
845 |
1
1. jjMoveNfa_0 : Changed increment from -1 to 1 → NO_COVERAGE |
switch (jjstateSet[--i]) { |
846 | case 2: | |
847 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((jjbitVec0[i2] & l2) != 0L) |
848 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(5, 6); |
849 | break; | |
850 | case 5: | |
851 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((jjbitVec0[i2] & l2) != 0L) |
852 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(7, 8); |
853 | break; | |
854 | case 8: | |
855 |
2
1. jjMoveNfa_0 : Replaced bitwise AND with OR → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((jjbitVec0[i2] & l2) != 0L) |
856 |
1
1. jjMoveNfa_0 : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjAddStates → NO_COVERAGE |
jjAddStates(9, 10); |
857 | break; | |
858 | default: | |
859 | break; | |
860 | } | |
861 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
} while (i != startsAt); |
862 | } | |
863 |
1
1. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if (kind != 0x7fffffff) { |
864 | jjmatchedKind = kind; | |
865 | jjmatchedPos = curPos; | |
866 | kind = 0x7fffffff; | |
867 | } | |
868 |
1
1. jjMoveNfa_0 : Changed increment from 1 to -1 → NO_COVERAGE |
++curPos; |
869 |
2
1. jjMoveNfa_0 : Replaced integer subtraction with addition → NO_COVERAGE 2. jjMoveNfa_0 : negated conditional → NO_COVERAGE |
if ((i = jjnewStateCnt) == (startsAt = 26 - (jjnewStateCnt = startsAt))) |
870 |
1
1. jjMoveNfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return curPos; |
871 | try { | |
872 | curChar = input_stream.readChar(); | |
873 | } catch (java.io.IOException e) { | |
874 |
1
1. jjMoveNfa_0 : replaced return of integer sized value with (x == 0 ? 1 : 0) → NO_COVERAGE |
return curPos; |
875 | } | |
876 | } | |
877 | } | |
878 | ||
879 | static final int[] jjnextStates = { 21, 22, 23, 17, 19, 2, 3, 5, 6, 8, 9, }; | |
880 | ||
881 | /** Token literal values. */ | |
882 | public static final String[] jjstrLiteralImages = { "", null, null, null, | |
883 | null, null, null, null, null, null, null, null, null, null, null, | |
884 | null, null, null, null, null, null, null, null, null, null, null, | |
885 | null, null, null, null, null, null, null, null, null, null, null, | |
886 | null, null, null, null, null, null, null, null, null, null, null, | |
887 | null, null, null, null, null, null, }; | |
888 | ||
889 | /** Lexer state names. */ | |
890 | public static final String[] lexStateNames = { "DEFAULT", }; | |
891 | static final long[] jjtoToken = { 0x3fffffffffffc9L, }; | |
892 | static final long[] jjtoSkip = { 0x6L, }; | |
893 | protected SimpleCharStream input_stream; | |
894 | private final int[] jjrounds = new int[26]; | |
895 | private final int[] jjstateSet = new int[52]; | |
896 | protected char curChar; | |
897 | ||
898 | /** Constructor. */ | |
899 | public PajekParserTokenManager(SimpleCharStream stream) { | |
900 | if (SimpleCharStream.staticFlag) | |
901 | throw new Error( | |
902 | "ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); | |
903 | input_stream = stream; | |
904 | } | |
905 | ||
906 | /** Constructor. */ | |
907 | public PajekParserTokenManager(SimpleCharStream stream, int lexState) { | |
908 | this(stream); | |
909 |
1
1. |
SwitchTo(lexState); |
910 | } | |
911 | ||
912 | /** Reinitialise parser. */ | |
913 | public void ReInit(SimpleCharStream stream) { | |
914 | jjmatchedPos = jjnewStateCnt = 0; | |
915 | curLexState = defaultLexState; | |
916 | input_stream = stream; | |
917 |
1
1. ReInit : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::ReInitRounds → NO_COVERAGE |
ReInitRounds(); |
918 | } | |
919 | ||
920 | private void ReInitRounds() { | |
921 | int i; | |
922 | jjround = 0x80000001; | |
923 |
3
1. ReInitRounds : changed conditional boundary → NO_COVERAGE 2. ReInitRounds : Changed increment from -1 to 1 → NO_COVERAGE 3. ReInitRounds : negated conditional → NO_COVERAGE |
for (i = 26; i-- > 0;) |
924 | jjrounds[i] = 0x80000000; | |
925 | } | |
926 | ||
927 | /** Reinitialise parser. */ | |
928 | public void ReInit(SimpleCharStream stream, int lexState) { | |
929 |
1
1. ReInit : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::ReInit → NO_COVERAGE |
ReInit(stream); |
930 |
1
1. ReInit : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::SwitchTo → NO_COVERAGE |
SwitchTo(lexState); |
931 | } | |
932 | ||
933 | /** Switch to specified lex state. */ | |
934 | public void SwitchTo(int lexState) { | |
935 |
4
1. SwitchTo : changed conditional boundary → NO_COVERAGE 2. SwitchTo : changed conditional boundary → NO_COVERAGE 3. SwitchTo : negated conditional → NO_COVERAGE 4. SwitchTo : negated conditional → NO_COVERAGE |
if (lexState >= 1 || lexState < 0) |
936 | throw new TokenMgrError("Error: Ignoring invalid lexical state : " | |
937 | + lexState + ". State unchanged.", | |
938 | TokenMgrError.INVALID_LEXICAL_STATE); | |
939 | else | |
940 | curLexState = lexState; | |
941 | } | |
942 | ||
943 | protected Token jjFillToken() { | |
944 | final Token t; | |
945 | final String curTokenImage; | |
946 | final int beginLine; | |
947 | final int endLine; | |
948 | final int beginColumn; | |
949 | final int endColumn; | |
950 | String im = jjstrLiteralImages[jjmatchedKind]; | |
951 |
1
1. jjFillToken : negated conditional → NO_COVERAGE |
curTokenImage = (im == null) ? input_stream.GetImage() : im; |
952 | beginLine = input_stream.getBeginLine(); | |
953 | beginColumn = input_stream.getBeginColumn(); | |
954 | endLine = input_stream.getEndLine(); | |
955 | endColumn = input_stream.getEndColumn(); | |
956 | t = Token.newToken(jjmatchedKind, curTokenImage); | |
957 | ||
958 | t.beginLine = beginLine; | |
959 | t.endLine = endLine; | |
960 | t.beginColumn = beginColumn; | |
961 | t.endColumn = endColumn; | |
962 | ||
963 |
1
1. jjFillToken : mutated return of Object value for org/graphstream/stream/file/pajek/PajekParserTokenManager::jjFillToken to ( if (x != null) null else throw new RuntimeException ) → NO_COVERAGE |
return t; |
964 | } | |
965 | ||
966 | int curLexState = 0; | |
967 | int defaultLexState = 0; | |
968 | int jjnewStateCnt; | |
969 | int jjround; | |
970 | int jjmatchedPos; | |
971 | int jjmatchedKind; | |
972 | ||
973 | /** Get the next Token. */ | |
974 | public Token getNextToken() { | |
975 | Token matchedToken; | |
976 | int curPos = 0; | |
977 | ||
978 | EOFLoop: for (;;) { | |
979 | try { | |
980 | curChar = input_stream.BeginToken(); | |
981 | } catch (java.io.IOException e) { | |
982 | jjmatchedKind = 0; | |
983 | matchedToken = jjFillToken(); | |
984 |
1
1. getNextToken : mutated return of Object value for org/graphstream/stream/file/pajek/PajekParserTokenManager::getNextToken to ( if (x != null) null else throw new RuntimeException ) → NO_COVERAGE |
return matchedToken; |
985 | } | |
986 | ||
987 | try { | |
988 |
1
1. getNextToken : removed call to org/graphstream/util/parser/SimpleCharStream::backup → NO_COVERAGE |
input_stream.backup(0); |
989 |
5
1. getNextToken : changed conditional boundary → NO_COVERAGE 2. getNextToken : Replaced Shift Left with Shift Right → NO_COVERAGE 3. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE 4. getNextToken : negated conditional → NO_COVERAGE 5. getNextToken : negated conditional → NO_COVERAGE |
while (curChar <= 32 && (0x100000200L & (1L << curChar)) != 0L) |
990 | curChar = input_stream.BeginToken(); | |
991 | } catch (java.io.IOException e1) { | |
992 | continue EOFLoop; | |
993 | } | |
994 | jjmatchedKind = 0x7fffffff; | |
995 | jjmatchedPos = 0; | |
996 | curPos = jjMoveStringLiteralDfa0_0(); | |
997 |
1
1. getNextToken : negated conditional → NO_COVERAGE |
if (jjmatchedKind != 0x7fffffff) { |
998 |
3
1. getNextToken : changed conditional boundary → NO_COVERAGE 2. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE 3. getNextToken : negated conditional → NO_COVERAGE |
if (jjmatchedPos + 1 < curPos) |
999 |
3
1. getNextToken : Replaced integer subtraction with addition → NO_COVERAGE 2. getNextToken : Replaced integer subtraction with addition → NO_COVERAGE 3. getNextToken : removed call to org/graphstream/util/parser/SimpleCharStream::backup → NO_COVERAGE |
input_stream.backup(curPos - jjmatchedPos - 1); |
1000 |
5
1. getNextToken : Replaced Shift Right with Shift Left → NO_COVERAGE 2. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE 3. getNextToken : Replaced Shift Left with Shift Right → NO_COVERAGE 4. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE 5. getNextToken : negated conditional → NO_COVERAGE |
if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L) { |
1001 | matchedToken = jjFillToken(); | |
1002 |
1
1. getNextToken : mutated return of Object value for org/graphstream/stream/file/pajek/PajekParserTokenManager::getNextToken to ( if (x != null) null else throw new RuntimeException ) → NO_COVERAGE |
return matchedToken; |
1003 | } else { | |
1004 | continue EOFLoop; | |
1005 | } | |
1006 | } | |
1007 | int error_line = input_stream.getEndLine(); | |
1008 | int error_column = input_stream.getEndColumn(); | |
1009 | String error_after = null; | |
1010 | boolean EOFSeen = false; | |
1011 | try { | |
1012 | input_stream.readChar(); | |
1013 |
1
1. getNextToken : removed call to org/graphstream/util/parser/SimpleCharStream::backup → NO_COVERAGE |
input_stream.backup(1); |
1014 | } catch (java.io.IOException e1) { | |
1015 | EOFSeen = true; | |
1016 |
2
1. getNextToken : changed conditional boundary → NO_COVERAGE 2. getNextToken : negated conditional → NO_COVERAGE |
error_after = curPos <= 1 ? "" : input_stream.GetImage(); |
1017 |
2
1. getNextToken : negated conditional → NO_COVERAGE 2. getNextToken : negated conditional → NO_COVERAGE |
if (curChar == '\n' || curChar == '\r') { |
1018 |
1
1. getNextToken : Changed increment from 1 to -1 → NO_COVERAGE |
error_line++; |
1019 | error_column = 0; | |
1020 | } else | |
1021 |
1
1. getNextToken : Changed increment from 1 to -1 → NO_COVERAGE |
error_column++; |
1022 | } | |
1023 |
1
1. getNextToken : negated conditional → NO_COVERAGE |
if (!EOFSeen) { |
1024 |
1
1. getNextToken : removed call to org/graphstream/util/parser/SimpleCharStream::backup → NO_COVERAGE |
input_stream.backup(1); |
1025 |
2
1. getNextToken : changed conditional boundary → NO_COVERAGE 2. getNextToken : negated conditional → NO_COVERAGE |
error_after = curPos <= 1 ? "" : input_stream.GetImage(); |
1026 | } | |
1027 | throw new TokenMgrError(EOFSeen, curLexState, error_line, | |
1028 | error_column, error_after, curChar, | |
1029 | TokenMgrError.LEXICAL_ERROR); | |
1030 | } | |
1031 | } | |
1032 | ||
1033 | private void jjCheckNAdd(int state) { | |
1034 |
1
1. jjCheckNAdd : negated conditional → NO_COVERAGE |
if (jjrounds[state] != jjround) { |
1035 |
1
1. jjCheckNAdd : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = state; |
1036 | jjrounds[state] = jjround; | |
1037 | } | |
1038 | } | |
1039 | ||
1040 | private void jjAddStates(int start, int end) { | |
1041 | do { | |
1042 |
1
1. jjAddStates : Replaced integer addition with subtraction → NO_COVERAGE |
jjstateSet[jjnewStateCnt++] = jjnextStates[start]; |
1043 |
2
1. jjAddStates : Changed increment from 1 to -1 → NO_COVERAGE 2. jjAddStates : negated conditional → NO_COVERAGE |
} while (start++ != end); |
1044 | } | |
1045 | ||
1046 | private void jjCheckNAddTwoStates(int state1, int state2) { | |
1047 |
1
1. jjCheckNAddTwoStates : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(state1); |
1048 |
1
1. jjCheckNAddTwoStates : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(state2); |
1049 | } | |
1050 | ||
1051 | private void jjCheckNAddStates(int start, int end) { | |
1052 | do { | |
1053 |
1
1. jjCheckNAddStates : removed call to org/graphstream/stream/file/pajek/PajekParserTokenManager::jjCheckNAdd → NO_COVERAGE |
jjCheckNAdd(jjnextStates[start]); |
1054 |
2
1. jjCheckNAddStates : Changed increment from 1 to -1 → NO_COVERAGE 2. jjCheckNAddStates : negated conditional → NO_COVERAGE |
} while (start++ != end); |
1055 | } | |
1056 | ||
1057 | } | |
Mutations | ||
52 |
1.1 2.2 |
|
54 |
1.1 |
|
56 |
1.1 2.2 |
|
57 |
1.1 |
|
58 |
1.1 2.2 |
|
59 |
1.1 |
|
60 |
1.1 |
|
62 |
1.1 2.2 |
|
63 |
1.1 |
|
67 |
1.1 |
|
69 |
1.1 2.2 |
|
70 |
1.1 |
|
71 |
1.1 |
|
73 |
1.1 2.2 |
|
74 |
1.1 |
|
75 |
1.1 2.2 |
|
78 |
1.1 |
|
80 |
1.1 |
|
82 |
1.1 2.2 |
|
85 |
1.1 |
|
87 |
1.1 2.2 |
|
88 |
1.1 |
|
89 |
1.1 |
|
91 |
1.1 2.2 |
|
92 |
1.1 |
|
96 |
1.1 |
|
98 |
1.1 2.2 |
|
99 |
1.1 |
|
100 |
1.1 |
|
102 |
1.1 2.2 |
|
103 |
1.1 |
|
104 |
1.1 2.2 |
|
105 |
1.1 |
|
109 |
1.1 |
|
111 |
1.1 |
|
113 |
1.1 2.2 |
|
114 |
1.1 |
|
115 |
1.1 2.2 |
|
118 |
1.1 |
|
120 |
1.1 |
|
122 |
1.1 2.2 |
|
123 |
1.1 |
|
124 |
1.1 |
|
126 |
1.1 |
|
131 |
1.1 2.2 |
|
137 |
1.1 2.2 |
|
143 |
1.1 |
|
147 |
1.1 |
|
151 |
1.1 |
|
155 |
1.1 |
|
158 |
1.1 |
|
161 |
1.1 |
|
164 |
1.1 |
|
167 |
1.1 |
|
170 |
1.1 |
|
173 |
1.1 |
|
177 |
1.1 |
|
181 |
1.1 |
|
184 |
1.1 |
|
187 |
1.1 |
|
190 |
1.1 |
|
193 |
1.1 |
|
196 |
1.1 |
|
199 |
1.1 |
|
202 |
1.1 |
|
204 |
1.1 |
|
213 |
1.1 |
|
217 |
1.1 2.2 |
|
218 |
1.1 |
|
219 |
1.1 2.2 |
|
220 |
1.1 |
|
221 |
1.1 2.2 |
|
222 |
1.1 |
|
225 |
1.1 2.2 |
|
226 |
1.1 |
|
227 |
1.1 2.2 |
|
228 |
1.1 |
|
229 |
1.1 2.2 |
|
230 |
1.1 |
|
233 |
1.1 |
|
236 |
1.1 2.2 |
|
237 |
1.1 |
|
238 |
1.1 |
|
241 |
1.1 2.2 |
|
242 |
1.1 |
|
243 |
1.1 2.2 |
|
244 |
1.1 |
|
245 |
1.1 2.2 |
|
246 |
1.1 |
|
250 |
1.1 |
|
253 |
1.1 |
|
256 |
1.1 |
|
259 |
1.1 |
|
262 |
1.1 |
|
265 |
1.1 |
|
268 |
1.1 |
|
271 |
1.1 2.2 |
|
272 |
1.1 |
|
273 |
1.1 2.2 |
|
277 |
1.1 |
|
280 |
1.1 2.2 |
|
281 |
1.1 |
|
282 |
1.1 |
|
285 |
1.1 |
|
288 |
1.1 2.2 |
|
289 |
1.1 |
|
294 |
1.1 |
|
298 |
1.1 2.2 |
|
299 |
1.1 |
|
304 |
1.1 |
|
309 |
1.1 |
|
312 |
1.1 |
|
315 |
1.1 |
|
318 |
1.1 |
|
321 |
1.1 |
|
324 |
1.1 2.2 |
|
325 |
1.1 |
|
326 |
1.1 |
|
329 |
1.1 |
|
332 |
1.1 |
|
335 |
1.1 |
|
338 |
1.1 |
|
341 |
1.1 |
|
344 |
1.1 2.2 |
|
345 |
1.1 |
|
349 |
1.1 2.2 |
|
350 |
1.1 |
|
355 |
1.1 |
|
359 |
1.1 2.2 |
|
360 |
1.1 |
|
365 |
1.1 |
|
370 |
1.1 |
|
373 |
1.1 |
|
376 |
1.1 |
|
379 |
1.1 2.2 |
|
380 |
1.1 |
|
381 |
1.1 |
|
384 |
1.1 |
|
387 |
1.1 |
|
390 |
1.1 |
|
393 |
1.1 2.2 |
|
394 |
1.1 |
|
395 |
1.1 |
|
399 |
1.1 |
|
403 |
1.1 2.2 |
|
404 |
1.1 |
|
409 |
1.1 |
|
414 |
1.1 |
|
417 |
1.1 |
|
420 |
1.1 |
|
423 |
1.1 |
|
426 |
1.1 |
|
429 |
1.1 |
|
432 |
1.1 2.2 |
|
435 |
1.1 2.2 |
|
436 |
1.1 |
|
437 |
1.1 |
|
440 |
1.1 |
|
443 |
1.1 |
|
446 |
1.1 2.2 |
|
447 |
1.1 |
|
452 |
1.1 |
|
456 |
1.1 2.2 |
|
457 |
1.1 |
|
462 |
1.1 |
|
467 |
1.1 |
|
470 |
1.1 |
|
473 |
1.1 |
|
476 |
1.1 |
|
479 |
1.1 |
|
482 |
1.1 2.2 |
|
486 |
1.1 |
|
489 |
1.1 2.2 |
|
490 |
1.1 |
|
491 |
1.1 2.2 |
|
492 |
1.1 |
|
497 |
1.1 |
|
501 |
1.1 2.2 |
|
502 |
1.1 |
|
507 |
1.1 |
|
512 |
1.1 |
|
515 |
1.1 2.2 |
|
516 |
1.1 |
|
520 |
1.1 2.2 |
|
521 |
1.1 |
|
525 |
1.1 |
|
528 |
1.1 |
|
531 |
1.1 |
|
534 |
1.1 2.2 |
|
535 |
1.1 |
|
540 |
1.1 |
|
544 |
1.1 2.2 |
|
545 |
1.1 |
|
550 |
1.1 |
|
555 |
1.1 2.2 |
|
556 |
1.1 |
|
557 |
1.1 |
|
560 |
1.1 |
|
563 |
1.1 2.2 |
|
564 |
1.1 |
|
568 |
1.1 |
|
572 |
1.1 |
|
576 |
1.1 2.2 |
|
577 |
1.1 |
|
582 |
1.1 |
|
587 |
1.1 2.2 |
|
588 |
1.1 |
|
589 |
1.1 |
|
592 |
1.1 2.2 |
|
593 |
1.1 |
|
598 |
1.1 |
|
602 |
1.1 2.2 |
|
603 |
1.1 |
|
608 |
1.1 |
|
613 |
1.1 2.2 |
|
614 |
1.1 |
|
619 |
1.1 |
|
628 |
1.1 2.2 |
|
630 |
1.1 2.2 |
|
643 |
1.1 2.2 |
|
644 |
1.1 |
|
645 |
1.1 2.2 |
|
646 |
1.1 |
|
648 |
1.1 |
|
650 |
1.1 2.2 |
|
651 |
1.1 2.2 |
|
653 |
1.1 |
|
654 |
1.1 2.2 |
|
655 |
1.1 |
|
656 |
1.1 2.2 |
|
657 |
1.1 2.2 |
|
659 |
1.1 |
|
660 |
1.1 |
|
661 |
1.1 |
|
662 |
1.1 |
|
663 |
1.1 |
|
664 |
1.1 |
|
665 |
1.1 2.2 |
|
666 |
1.1 2.2 |
|
668 |
1.1 |
|
673 |
1.1 2.2 |
|
675 |
1.1 2.2 |
|
677 |
1.1 |
|
680 |
1.1 |
|
681 |
1.1 |
|
684 |
1.1 2.2 |
|
685 |
1.1 |
|
688 |
1.1 2.2 3.3 |
|
692 |
1.1 |
|
693 |
1.1 |
|
696 |
1.1 2.2 |
|
697 |
1.1 |
|
700 |
1.1 2.2 3.3 |
|
704 |
1.1 |
|
705 |
1.1 |
|
708 |
1.1 2.2 |
|
709 |
1.1 |
|
712 |
1.1 2.2 |
|
714 |
1.1 2.2 |
|
716 |
1.1 |
|
719 |
1.1 2.2 |
|
721 |
1.1 2.2 |
|
723 |
1.1 |
|
726 |
1.1 2.2 |
|
727 |
1.1 |
|
730 |
1.1 2.2 |
|
732 |
1.1 2.2 |
|
734 |
1.1 |
|
737 |
1.1 2.2 |
|
739 |
1.1 2.2 |
|
741 |
1.1 |
|
744 |
1.1 |
|
745 |
1.1 |
|
748 |
1.1 2.2 |
|
750 |
1.1 2.2 |
|
752 |
1.1 |
|
755 |
1.1 2.2 |
|
757 |
1.1 2.2 |
|
759 |
1.1 |
|
764 |
1.1 |
|
765 |
1.1 2.2 |
|
766 |
1.1 2.2 |
|
768 |
1.1 |
|
770 |
1.1 2.2 |
|
771 |
1.1 2.2 |
|
773 |
1.1 |
|
775 |
1.1 2.2 |
|
776 |
1.1 |
|
779 |
1.1 2.2 |
|
780 |
1.1 2.2 |
|
782 |
1.1 |
|
784 |
1.1 2.2 |
|
785 |
1.1 |
|
786 |
1.1 |
|
787 |
1.1 |
|
790 |
1.1 |
|
793 |
1.1 |
|
796 |
1.1 |
|
799 |
1.1 2.2 |
|
801 |
1.1 2.2 |
|
803 |
1.1 |
|
806 |
1.1 2.2 |
|
808 |
1.1 2.2 |
|
810 |
1.1 |
|
813 |
1.1 2.2 |
|
814 |
1.1 |
|
817 |
1.1 2.2 3.3 4.4 |
|
822 |
1.1 2.2 |
|
823 |
1.1 |
|
826 |
1.1 2.2 |
|
827 |
1.1 |
|
830 |
1.1 2.2 |
|
831 |
1.1 |
|
834 |
1.1 2.2 |
|
835 |
1.1 |
|
840 |
1.1 |
|
842 |
1.1 2.2 |
|
843 |
1.1 2.2 |
|
845 |
1.1 |
|
847 |
1.1 2.2 |
|
848 |
1.1 |
|
851 |
1.1 2.2 |
|
852 |
1.1 |
|
855 |
1.1 2.2 |
|
856 |
1.1 |
|
861 |
1.1 |
|
863 |
1.1 |
|
868 |
1.1 |
|
869 |
1.1 2.2 |
|
870 |
1.1 |
|
874 |
1.1 |
|
909 |
1.1 |
|
917 |
1.1 |
|
923 |
1.1 2.2 3.3 |
|
929 |
1.1 |
|
930 |
1.1 |
|
935 |
1.1 2.2 3.3 4.4 |
|
951 |
1.1 |
|
963 |
1.1 |
|
984 |
1.1 |
|
988 |
1.1 |
|
989 |
1.1 2.2 3.3 4.4 5.5 |
|
997 |
1.1 |
|
998 |
1.1 2.2 3.3 |
|
999 |
1.1 2.2 3.3 |
|
1000 |
1.1 2.2 3.3 4.4 5.5 |
|
1002 |
1.1 |
|
1013 |
1.1 |
|
1016 |
1.1 2.2 |
|
1017 |
1.1 2.2 |
|
1018 |
1.1 |
|
1021 |
1.1 |
|
1023 |
1.1 |
|
1024 |
1.1 |
|
1025 |
1.1 2.2 |
|
1034 |
1.1 |
|
1035 |
1.1 |
|
1042 |
1.1 |
|
1043 |
1.1 2.2 |
|
1047 |
1.1 |
|
1048 |
1.1 |
|
1053 |
1.1 |
|
1054 |
1.1 2.2 |