@@ -1590,7 +1590,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
15901590                        if (b = m.getAnAncestorCDDependsNode(__all_data__, __all_data__)) {
15911591                            if (c = a.getAnAncestorCDDependedNode(__all_data__, __all_data__)) {
15921592                                if (c = b.getECGDependsNode(edgeType, direction)) {
1593-                                     if (!b  = c) {
1593+                                     if (b ! = c) {
15941594                                        if (nodeText = m.print()) {
15951595                                            if (path = m.getPath()) {
15961596                                                return true
@@ -1601,7 +1601,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
16011601                            }
16021602                            if (c = a) {
16031603                                if (c = b.getECGDependsNode(edgeType, direction)) {
1604-                                     if (!b  = c) {
1604+                                     if (b ! = c) {
16051605                                        if (nodeText = m.print()) {
16061606                                            if (path = m.getPath()) {
16071607                                                return true
@@ -1614,7 +1614,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
16141614                        if (b = m) {
16151615                            if (c = a.getAnAncestorCDDependedNode(__all_data__, __all_data__)) {
16161616                                if (c = b.getECGDependsNode(edgeType, direction)) {
1617-                                     if (!b  = c) {
1617+                                     if (b ! = c) {
16181618                                        if (nodeText = m.print()) {
16191619                                            if (path = m.getPath()) {
16201620                                                return true
@@ -1625,7 +1625,7 @@ pub fn real_output(nodeText: string, path: string) -> bool {
16251625                            }
16261626                            if (c = a) {
16271627                                if (c = b.getECGDependsNode(edgeType, direction)) {
1628-                                     if (!b  = c) {
1628+                                     if (b ! = c) {
16291629                                        if (nodeText = m.print()) {
16301630                                            if (path = m.getPath()) {
16311631                                                return true
@@ -1711,8 +1711,8 @@ fn tmp_6(a: string, i: int, b: string) -> bool {
17111711@inline
17121712fn tmp_7(a: string, i: int, b: string) -> bool {
17131713    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) ! = "/") {
17161716                return true
17171717            }
17181718        }
0 commit comments