@@ -1590,7 +1590,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
1590
1590
if (b = m.getAnAncestorCDDependsNode(__all_data__, __all_data__)) {
1591
1591
if (c = a.getAnAncestorCDDependedNode(__all_data__, __all_data__)) {
1592
1592
if (c = b.getECGDependsNode(edgeType, direction)) {
1593
- if (!b = c) {
1593
+ if (b ! = c) {
1594
1594
if (nodeText = m.print()) {
1595
1595
if (path = m.getPath()) {
1596
1596
return true
@@ -1601,7 +1601,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
1601
1601
}
1602
1602
if (c = a) {
1603
1603
if (c = b.getECGDependsNode(edgeType, direction)) {
1604
- if (!b = c) {
1604
+ if (b ! = c) {
1605
1605
if (nodeText = m.print()) {
1606
1606
if (path = m.getPath()) {
1607
1607
return true
@@ -1614,7 +1614,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
1614
1614
if (b = m) {
1615
1615
if (c = a.getAnAncestorCDDependedNode(__all_data__, __all_data__)) {
1616
1616
if (c = b.getECGDependsNode(edgeType, direction)) {
1617
- if (!b = c) {
1617
+ if (b ! = c) {
1618
1618
if (nodeText = m.print()) {
1619
1619
if (path = m.getPath()) {
1620
1620
return true
@@ -1625,7 +1625,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
1625
1625
}
1626
1626
if (c = a) {
1627
1627
if (c = b.getECGDependsNode(edgeType, direction)) {
1628
- if (!b = c) {
1628
+ if (b ! = c) {
1629
1629
if (nodeText = m.print()) {
1630
1630
if (path = m.getPath()) {
1631
1631
return true
@@ -1711,8 +1711,8 @@ fn tmp_6(a: string, i: int, b: string) -> bool {
1711
1711
@inline
1712
1712
fn tmp_7(a: string, i: int, b: string) -> bool {
1713
1713
let (java_db = default_java_db()) {
1714
- if (! a.substr(i - 1,i - 1) = "/") {
1715
- if (! b.substr(0,1) = "/") {
1714
+ if (a.substr(i - 1,i - 1) ! = "/") {
1715
+ if (b.substr(0,1) ! = "/") {
1716
1716
return true
1717
1717
}
1718
1718
}
0 commit comments