Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
This report presents the forensic synthetic code analysis of apache/zeppelin, a Java project with 6,639 GitHub stars. SynthScan v2.0 examined 419,741 lines of code across 1940 source files, recording 853 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 13.2 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 853 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …la/org/apache/zeppelin/flink/internal/FlinkILoop.scala | 192 | org.apache.commons.io.IOUtils.copy(inputStream, outputStream) | CODE |
| CRITICAL | …main/java/org/apache/zeppelin/flink/Flink120Shims.java | 149 | return new org.apache.flink.table.api.bridge.scala.internal.StreamTableEnvironmentImpl(catalogManager, | CODE |
| CRITICAL | …main/java/org/apache/zeppelin/flink/Flink120Shims.java | 151 | functionCatalog, tableConfig, new org.apache.flink.streaming.api.scala.StreamExecutionEnvironment(senv), | CODE |
| CRITICAL | docs/assets/themes/zeppelin/js/jquery-1.10.2.min.js | 5 | }({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e. | CODE |
| CRITICAL | …app/pages/workspace/interpreter/item/item.component.ts | 420 | this.formGroup.controls.group.valueChanges.pipe(takeUntil(this.destroy$)).subscribe(value => { | CODE |
| CRITICAL | …a/org/apache/zeppelin/cassandra/InterpreterLogic.scala | 405 | val dataTypes = ps.getVariableDefinitions.iterator.asScala.toSeq.map(cfDef => cfDef.getType) | CODE |
| CRITICAL | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 142 | org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(OutputUpdateEvent.class, metaDataMap); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 736 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 744 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 752 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 760 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 768 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 776 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 780 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL | …che/zeppelin/interpreter/thrift/OutputUpdateEvent.java | 911 | return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SC | CODE |
| CRITICAL | …ache/zeppelin/interpreter/thrift/ServiceException.java | 105 | org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ServiceException.class, metaDataMap); | CODE |
| CRITICAL | …ache/zeppelin/interpreter/thrift/ServiceException.java | 332 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL | …ache/zeppelin/interpreter/thrift/ServiceException.java | 336 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL | …ache/zeppelin/interpreter/thrift/ServiceException.java | 384 | return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SC | CODE |
| CRITICAL | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 121 | org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(RegisterInfo.class, metaDataMap); | CODE |
| CRITICAL⚡ | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 490 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 498 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 506 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 510 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL | …g/apache/zeppelin/interpreter/thrift/RegisterInfo.java | 596 | return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SC | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4480 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4488 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4496 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4516 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4524 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 4528 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 6216 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 6224 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 6228 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7057 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7065 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7069 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7895 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7903 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 7907 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 8901 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 8909 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 8917 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 8926 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 8930 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 9425 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 9434 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 9438 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 9985 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 9993 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10002 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10006 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10936 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10944 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10953 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 10957 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 11430 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 11439 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 11443 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| CRITICAL⚡ | …pelin/interpreter/thrift/RemoteInterpreterService.java | 11904 | org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); | CODE |
| 584 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .asf.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | bin/interpreter.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/common.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/zeppelin-systemd-service.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | bin/install-search-model.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | bin/functions.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/install-interpreter.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/zeppelin.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/zeppelin-daemon.sh | 1 | #!/bin/bash | COMMENT |
| LOW | bin/stop-interpreter.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …org/apache/zeppelin/python/IPythonInterpreterTest.java | 281 | // the size of interpreterResultMessage is 3 in other cases | COMMENT |
| LOW | python/src/main/resources/python/zeppelin_python.py | 1 | # | COMMENT |
| LOW | python/src/main/resources/python/mpl_config.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | python/src/main/resources/python/bootstrap_sql.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | python/src/main/resources/python/backend_zinline.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | python/src/main/resources/python/zeppelin_context.py | 1 | # | COMMENT |
| LOW | python/src/main/resources/python/zeppelin_ipython.py | 1 | # | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 1 | ################################################################################ | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 21 | # Common | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 61 | # | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 81 | # Must be a durable file system that is accessible from all nodes | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 101 | #============================================================================== | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 121 | # support incremental checkpoints (like the RocksDB state backend). | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 141 | #jobmanager.web.submit.enable: false | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 161 | # | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 181 | # | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 201 | # 4. configure the connector to use JAAS/SASL | COMMENT |
| LOW | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 221 | # zookeeper.sasl.service-name: zookeeper | COMMENT |
| LOW | …la-2.12/src/main/resources/python/zeppelin_ipyflink.py | 1 | # | COMMENT |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 1 | # | COMMENT |
| LOW | …src/main/java/org/apache/zeppelin/client/ZSession.java | 521 | COMMENT | |
| LOW | shell/src/main/resources/download-libpty.sh | 1 | #!/bin/bash | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 1 | // Licensed under the Apache License, Version 2.0 (the "License"); | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 21 | // libdot/js/lib_colors.js | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 2061 | // | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 4461 | ); | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 4481 | // hterm/js/hterm_parser_identifiers.js | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 10301 | // that doesn't make sense here, and might inadvertently mung or save input. | COMMENT |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 10461 | COMMENT | |
| LOW | shell/src/main/resources/html/js/hterm_all.js | 18761 | // The ISO 8613-6 compliant form: | COMMENT |
| LOW | shell/src/main/resources/html/js/index.js | 1 | // Licensed under the Apache License, Version 2.0 (the "License"); | COMMENT |
| LOW | k8s/zeppelin-server.yaml | 1 | # | COMMENT |
| LOW | k8s/interpreter/100-interpreter-spec.yaml | 1 | # | COMMENT |
| LOW | …/src/main/java/org/apache/zeppelin/common/Message.java | 81 | // @param note id and boolean personalized mode value | COMMENT |
| LOW | …/src/main/java/org/apache/zeppelin/common/Message.java | 101 | MOVE_PARAGRAPH, // [c-s] move paragraph order | COMMENT |
| LOW | zeppelin-web/webpack.config.js | 141 | // headroom 0.9.3 doesn't work with webpack | COMMENT |
| LOW | zeppelin-web/e2e/collaborativeMode.spec.js | 1 | // Disable this test temporarily, See https://issues.apache.org/jira/browse/ZEPPELIN-5674 | COMMENT |
| LOW | zeppelin-web/e2e/collaborativeMode.spec.js | 21 | // browser.getCurrentUrl().then(function (url) { | COMMENT |
| LOW | zeppelin-web/e2e/collaborativeMode.spec.js | 41 | // }); | COMMENT |
| LOW | zeppelin-web/e2e/collaborativeMode.spec.js | 61 | // user1Browser.close(); | COMMENT |
| LOW | docs/_config.yml | 21 | twitter : ASF | COMMENT |
| LOW | docs/_config.yml | 41 | # Links in your website should always be prefixed with {{BASE_PATH}} | COMMENT |
| LOW | docs/_config.yml | 61 | # This means always setting the protocol (http|https) or prefixing with "/" | COMMENT |
| LOW | docs/_config.yml | 121 | # Sharing is for things like tweet, plusone, like, reddit buttons etc. | COMMENT |
| LOW | docs/robot.txt | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …er-interpreter/src/main/resources/grpc/generate_rpc.sh | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …reter/src/main/resources/grpc/jupyter/kernel_server.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …erpreter/src/main/resources/grpc/jupyter/kernel_pb2.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …reter/src/main/resources/grpc/jupyter/kernel_client.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ter/src/main/resources/grpc/jupyter/kernel_pb2_grpc.py | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| 45 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 214 | #============================================================================== | COMMENT |
| MEDIUM⚡ | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 216 | #============================================================================== | COMMENT |
| MEDIUM⚡ | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 226 | #============================================================================== | COMMENT |
| MEDIUM⚡ | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 228 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 20 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 22 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 69 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 71 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 99 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 101 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 125 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 127 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 143 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 145 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 192 | #============================================================================== | COMMENT |
| MEDIUM | …nk/flink-scala-2.12/src/test/resources/flink-conf.yaml | 194 | #============================================================================== | COMMENT |
| MEDIUM | dev/merge_pr.py | 68 | # ── Git ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 84 | # ── HTTP ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 104 | # ── GitHub ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 130 | # ── JIRA ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 171 | # ── Fix version resolution ─────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 223 | # ── Effective command ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 239 | # ── Main flow ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 386 | # ── Module-level utilities ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | dev/merge_pr.py | 428 | # ── Entry point ────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | shell/src/main/resources/html/js/hterm_all.js | 16958 | print(buf); | CODE |
| HIGH | shell/src/main/resources/html/js/hterm_all.js | 16963 | print(buf.substr(0, nextControl)); | CODE |
| HIGH | mongodb/src/main/resources/shell_extension.js | 91 | print(header.substring(0, header.length - 1)); | CODE |
| HIGH | mongodb/src/main/resources/shell_extension.js | 96 | print(row.substring(0, row.length - 1)); | CODE |
| HIGH | mongodb/src/main/resources/shell_extension.js | 127 | print("Registration Error: prototype registration failed:", e.message); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/interpreter.sh | 27 | function downloadInterpreterLibraries() { | CODE |
| LOW | bin/common.sh | 102 | function addEachJarInDirRecursiveForIntp(){ | CODE |
| LOW | python/src/main/resources/python/backend_zinline.py | 251 | def new_figure_manager_given_figure(num, figure): | CODE |
| LOW | …/org/apache/zeppelin/flink/FlinkScalaInterpreter.scala | 826 | private def getOrDownloadJars(jars: Seq[String]): Seq[String] = { | CODE |
| LOW | …/src/app/interpreter/widget/number-widget.directive.js | 17 | function InterpreterNumberDirective() { | CODE |
| LOW | zeppelin-web/src/app/helium/helium-conf.js | 25 | export function mergePersistedConfWithSpec(persisted, spec) { | CODE |
| LOW | …-web/src/app/tabledata/advanced-transformation-util.js | 35 | export function getCurrentChartParamSpecs(config) { | CODE |
| LOW | …-web/src/app/tabledata/advanced-transformation-util.js | 197 | export function removeDuplicatedColumnsInMultiDimensionAxis(config, axisSpec) { | CODE |
| LOW | …-web/src/app/tabledata/advanced-transformation-util.js | 396 | export function getColumnsForMultipleAxes(axisType, axisSpecs, axis) { | CODE |
| LOW | …-web/src/app/tabledata/advanced-transformation-util.js | 1290 | export function getDrilldownRowsFromKAGCube(cube, schema, aggregatorColumns, | CODE |
| LOW | zeppelin-web/src/app/notebook/notebook.controller.js | 902 | function convertPermissionsToArray() { | CODE |
| LOW | …revisions-comparator/revisions-comparator.component.js | 19 | function RevisionsComparatorController($scope, websocketMsgSrv, $routeParams) { | CODE |
| LOW | zeppelin-web/src/components/navbar/navbar.controller.js | 237 | function initNotebookListEventListener() { | CODE |
| LOW | zeppelin-web-angular/e2e/global-setup.ts | 41 | async function setupTestNotebookDirectory(): Promise<void> { | CODE |
| LOW | zeppelin-web-angular/src/app/utility/line-map.ts | 38 | function findClosestLineStartPosition(linesMap: number[], position: number, low = 0, high = linesMap.length - 1) { | CODE |
| LOW | zeppelin-web-angular/src/app/utility/line-map.ts | 57 | export function getLineAndCharacterFromPosition(lineStartsMap: number[], position: number) { | CODE |
| LOW | dev/merge_pr.py | 141 | def _jira_unreleased_versions(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/src/main/resources/python/zeppelin_python.py | 20 | CODE | |
| LOW | python/src/main/resources/python/bootstrap_sql.py | 21 | CODE | |
| LOW | python/src/main/resources/python/backend_zinline.py | 19 | CODE | |
| LOW | python/src/main/resources/python/backend_zinline.py | 34 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 18 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 19 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 20 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 21 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 22 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 23 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 24 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 28 | CODE | |
| LOW | …ala-2.12/src/main/resources/python/zeppelin_pyflink.py | 39 | CODE | |
| LOW | …reter/src/main/resources/grpc/jupyter/kernel_server.py | 16 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dev/merge_zeppelin_pr.py | 146 | except Exception: | CODE |
| LOW | dev/merge_zeppelin_pr.py | 206 | except Exception as e: | CODE |
| LOW | dev/merge_zeppelin_pr.py | 218 | except Exception as e: | CODE |
| LOW | dev/merge_zeppelin_pr.py | 264 | except Exception as e: | CODE |
| MEDIUM | dev/merge_zeppelin_pr.py | 342 | print("Error setting fix version(s), try again (or leave blank and fix manually)") | CODE |
| LOW | dev/merge_zeppelin_pr.py | 363 | except Exception: | CODE |
| LOW | dev/merge_zeppelin_pr.py | 402 | except Exception as e: | CODE |
| MEDIUM | dev/merge_zeppelin_pr.py | 421 | print("Error assigning JIRA, try again (or leave blank and fix manually)") | CODE |
| LOW | dev/merge_zeppelin_pr.py | 525 | except Exception as e: | CODE |
| LOW | dev/merge_zeppelin_pr.py | 615 | except Exception: | CODE |
| MEDIUM | dev/merge_zeppelin_pr.py | 92 | def http_req_and_return_json(req): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | python/src/main/resources/python/mpl_config.py | 16 | # This module provides utitlites for users to configure the inline plotting | COMMENT |
| MEDIUM | python/src/main/resources/python/backend_zinline.py | 16 | # This file provides a static (non-interactive) matplotlib plotting backend | COMMENT |
| MEDIUM | python/src/main/resources/python/backend_zinline.py | 40 | # The following functions and classes are for pylab and implement | COMMENT |
| MEDIUM | python/src/main/resources/python/backend_zinline.py | 311 | # Create a reference to the show function we are using. This is what actually | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …-web/src/app/tabledata/advanced-transformation-util.js | 1100 | // should iterate aggrColumns in the most nested loop to utilize memory locality | COMMENT |
| MEDIUM | zeppelin-web-angular/e2e/utils.ts | 293 | // Wait for Angular and Zeppelin to be ready with more robust checks | COMMENT |
| MEDIUM | …-web-angular/e2e/tests/share/note-toc/note-toc.spec.ts | 37 | // Use the more robust navigation method from parent class | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 446 | // Step 1: Wait for execution to start | COMMENT |
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 449 | // Step 2: Wait for execution to complete | COMMENT |
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 455 | // Step 3: Wait for result to be visible | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 446 | // Step 1: Wait for execution to start | COMMENT |
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 449 | // Step 2: Wait for execution to complete | COMMENT |
| LOW⚡ | …pelin-web-angular/e2e/models/notebook-keyboard-page.ts | 455 | // Step 3: Wait for result to be visible | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | shell/src/main/resources/html/js/hterm_all.js | 6525 | * This should work for most cases, as the printable characters get handled | COMMENT |
| MEDIUM | k8s/zeppelin-server.yaml | 29 | # If you have your ingress controller configured to connect to `zeppelin-server` service and have a domain name for it | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …reter/src/main/resources/grpc/jupyter/kernel_server.py | 53 | CODE | |
| LOW | …reter/src/main/resources/grpc/jupyter/kernel_server.py | 59 | CODE | |
| LOW | dev/merge_pr.py | 173 | CODE | |
| LOW | dev/merge_zeppelin_pr.py | 269 | CODE | |
| LOW | dev/merge_zeppelin_pr.py | 368 | CODE | |
| LOW | dev/merge_zeppelin_pr.py | 511 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …-web-angular/projects/zeppelin-visualization/README.md | 17 | ## Code scaffolding | COMMENT |
| MEDIUM | zeppelin-web-angular/projects/zeppelin-sdk/README.md | 17 | ## Code scaffolding | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | zeppelin-web-angular/e2e/tests/login/login.spec.ts | 56 | await expect(loginPage.userNameInput).toHaveAttribute('placeholder', 'User Name'); | CODE |
| LOW | zeppelin-web-angular/e2e/tests/login/login.spec.ts | 57 | await expect(loginPage.passwordInput).toHaveAttribute('placeholder', 'Password'); | CODE |
| LOW | …/tests/share/node-list/node-list-functionality.spec.ts | 49 | await expect(nodeListPage.filterInput).toHaveAttribute('placeholder', /[Ff]ilter/); | CODE |
| LOW | …g/apache/zeppelin/interpreter/ConfInterpreterTest.java | 50 | assertEquals("dummy_value", remoteInterpreter.getProperty("new_property")); | CODE |
| LOW | …g/apache/zeppelin/interpreter/ConfInterpreterTest.java | 73 | InterpreterResult result = confInterpreter.interpret(" property_1 \tnew_value \n new_property \t dummy_value \n", c | CODE |
| LOW | …g/apache/zeppelin/interpreter/ConfInterpreterTest.java | 89 | assertEquals("dummy_value", intpProperties.getProperty("new_property")); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/src/main/resources/python/backend_zinline.py | 275 | # Check if format is supported | COMMENT |
| LOW | scripts/mahout/add_mahout_interpreters.py | 212 | # Set MAHOUT_HOME to ZEPPELIN_HOME/<mahout_untar_dir> | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/_plugins/debug.rb | 2 | # Usage: | COMMENT |