ehviewer,用爱发电,快乐前行
This report presents the forensic synthetic code analysis of xiaojieonly/Ehviewer_CN_SXJ, a C project with 25,316 GitHub stars. SynthScan v2.0 examined 544,198 lines of code across 1739 source files, recording 1013 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 2.6 places this repository in the Likely human-written 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 1013 distinct pattern matches across 10 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 |
|---|---|---|---|---|
| LOW | …c/main/java/com/hippo/ehviewer/ui/GalleryActivity.java | 841 | // public boolean onGenericMotionEvent(MotionEvent event) { | COMMENT |
| LOW | …com/hippo/ehviewer/ui/dialog/EhDistributeListener.java | 1 | //package com.hippo.ehviewer.ui.dialog; | COMMENT |
| LOW | …com/hippo/ehviewer/ui/dialog/EhDistributeListener.java | 21 | // | COMMENT |
| LOW | …com/hippo/ehviewer/ui/dialog/EhDistributeListener.java | 41 | // } | COMMENT |
| LOW | …com/hippo/ehviewer/ui/dialog/EhDistributeListener.java | 61 | // } | COMMENT |
| LOW | …main/java/com/hippo/ehviewer/ui/dialog/UpdateDialog.kt | 121 | downloadUrl: String, | COMMENT |
| LOW | …main/java/com/hippo/ehviewer/ui/dialog/UpdateDialog.kt | 141 | // | COMMENT |
| LOW | …main/java/com/hippo/ehviewer/ui/dialog/UpdateDialog.kt | 181 | // ) != PackageManager.PERMISSION_GRANTED | COMMENT |
| LOW | …main/java/com/hippo/ehviewer/ui/dialog/UpdateDialog.kt | 201 | COMMENT | |
| LOW | …c/main/java/com/hippo/ehviewer/ui/scene/BaseScene.java | 321 | // int toY = y + Math.round(scrollY); | COMMENT |
| LOW | …java/com/hippo/ehviewer/widget/AdvanceSearchTable.java | 101 | // mSdt1 = (CheckBox) row2.getChildAt(1); | COMMENT |
| LOW | …c/main/java/com/hippo/ehviewer/spider/SpiderQueen.java | 201 | sQueenMap.put(galleryInfo.gid, queen); | COMMENT |
| LOW | …rc/main/java/com/hippo/ehviewer/spider/SpiderInfo.java | 281 | if (spiderInfo != null && spiderInfo.gid == info.gid && | COMMENT |
| LOW | …rc/main/java/com/hippo/ehviewer/spider/SpiderInfo.java | 301 | // InputStream is; | COMMENT |
| LOW | …rc/main/java/com/hippo/ehviewer/spider/SpiderInfo.java | 321 | // return null; | COMMENT |
| LOW | …ava/com/hippo/ehviewer/client/parser/EhEventParse.java | 21 | // " <p style=\"font-size:10pt; font-weight:bold; padding:0px; margin:6px auto 2px\">It is the | COMMENT |
| LOW | app/src/main/java/com/hippo/util/DrawableManager.kt | 21 | import androidx.core.content.res.ResourcesCompat | COMMENT |
| LOW | app/src/main/java/com/hippo/util/FastBlur.java | 61 | COMMENT | |
| LOW | …src/main/java/com/hippo/lib/glview/anim/Animation.java | 21 | COMMENT | |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 41 | // * Create ImageWrapper | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 61 | // // Empty mCut has unspecified behavior | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 81 | // */ | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 101 | // public boolean isImageRecycled() { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 121 | // /** | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 141 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 161 | // public void texImage(boolean init, int offsetX, int offsetY, int width, int height) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 181 | // return mImage1.getDelay(); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageWrapper.java | 201 | // public void render(int srcX, int srcY, Bitmap dst, int dstX, int dstY, | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 41 | import java.util.LinkedList; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 61 | // private static final Object sFreeTileLock = new Object(); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 81 | // private final AtomicBoolean mFrameDirty = new AtomicBoolean(); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 101 | // for (int y = 0; y < height; y += LARGE_CONTENT_SIZE) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 121 | // nextTile.setOpaque(opaque); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 141 | // list.add(nextTile); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 161 | // if (result == null) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 181 | // } | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 201 | // y + (src.top - y0) * scaleY, | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 221 | // } | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 241 | // mImageBusy = false; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 261 | // mRunning.lazySet(false); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 281 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 301 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 321 | // RectF dest = mDestRect; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 341 | // float y0 = source.top; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 361 | // // a rectangle. The used color is: from * (1 - ratio) + to * ratio. | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 381 | // RectF src = mSrcRect; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 401 | // } | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 421 | // synchronized (mImage) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 441 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 461 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 481 | // while (now < dueTime && !deque.isEmpty()) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 501 | // public ImageWrapper image; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 521 | // sLargeFreeTileHead = tile; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 541 | // mHeight = height + 2 * borderSize; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 561 | // private void invalidate() { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 581 | // | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 601 | // if (!mNeedRelease.get()) { | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 621 | // mRunning.lazySet(true); | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 641 | // delay -= (time - lastTime) / 1000000 - lastDelay; | COMMENT |
| LOW | …main/java/com/hippo/lib/glview/image/ImageTexture.java | 661 | // } | COMMENT |
| 820 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …o/ehviewer/ui/scene/download/part/DownloadAdapter.java | 343 | holder.speed.setText(com.hippo.lib.yorozuya.FileUtils.humanReadableByteCount(speed, false) + "/S"); | CODE |
| CRITICAL | …hippo/ehviewer/download/ArchiverDownloadCompleter.java | 335 | if (!com.hippo.lib.yorozuya.FileUtils.delete(tempFile)) { | CODE |
| CRITICAL | …hippo/ehviewer/download/ArchiverDownloadCompleter.java | 422 | String result = name == null ? "" : com.hippo.lib.yorozuya.FileUtils.sanitizeFilename(name); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 108 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 122 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 141 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 218 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 235 | i = ~com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 238 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mKeys, mSize, i, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 239 | mValues = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mValues, mSize, i, value); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseILArray.java | 371 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.append(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 96 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 109 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 131 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 138 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mKeys, mSize, i, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 139 | mValues = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mValues, mSize, i, value); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseIJArray.java | 223 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.append(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 97 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 110 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 131 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 138 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mKeys, mSize, i, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 139 | mValues = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mValues, mSize, i, value); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJBArray.java | 227 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.append(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 108 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 122 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 141 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 218 | int i = com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 235 | i = ~com.hippo.lib.yorozuya.collect.ContainerHelpers.binarySearch(mKeys, mSize, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 238 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mKeys, mSize, i, key); | CODE |
| CRITICAL⚡ | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 239 | mValues = com.hippo.lib.yorozuya.collect.CollectionUtils.insert(mValues, mSize, i, value); | CODE |
| CRITICAL | …java/com/hippo/lib/yorozuya/collect/SparseJLArray.java | 371 | mKeys = com.hippo.lib.yorozuya.collect.CollectionUtils.append(mKeys, mSize, key); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 169 | # ---------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 178 | # -------------------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 480 | # ------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 529 | # --------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 575 | # ---------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 598 | # -------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 622 | # ------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 646 | # ------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 679 | # ------------------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 691 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 712 | # ---------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 731 | # -------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 740 | # ------------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 776 | # ----------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 789 | # ----------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 801 | # ----------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 812 | # --------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 838 | # --------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 886 | # ------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 924 | # ------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1014 | # -------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1030 | # -------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1095 | # -------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1147 | # ------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1177 | # --------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1207 | # ----------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1232 | # ------------------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1261 | # ---------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1282 | # ------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1295 | # ----------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1308 | # ---------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1333 | # ----------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1350 | # --------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1483 | # ----------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1495 | # --------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1512 | # ------------------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1523 | # --------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1625 | # --------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1648 | # -------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1672 | # --------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1773 | # ------------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1804 | # ---------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1832 | # ------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1845 | # ------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1880 | # ----------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1906 | # ---------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1919 | # ------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1939 | # ------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1984 | # ---------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2004 | # ------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2083 | # --------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2100 | # --------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2122 | # ------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2134 | # ----------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2154 | # ------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2175 | # ----------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2218 | # ------------------------ | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2255 | # ----------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2306 | # --------------------------------- | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2404 | # --------------------------------- | COMMENT |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1402 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2502 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2512 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2535 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2545 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2570 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 2710 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 7472 | # Create the object directory. | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 10145 | # Create the old-style object. | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 10165 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libwebp/xcframeworkbuild.sh | 229 | # Create a temporary target directory for each <platform>[-<variant>]. | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libwebp/infra/compile_android.sh | 116 | # Create a fresh build directory | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libwebp/swig/libwebp.py | 233 | # This file is compatible with both classic and new-style classes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | app/src/main/java/com/hippo/widget/RadioGridGroup.java | 83 | // checks the appropriate radio button as requested in the XML file | COMMENT |
| HIGH | app/src/main/cpp/jni/libwebp/imageio/webpdec.c | 217 | // Need to wipe out the alpha value, as requested. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 331 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 5227 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 9167 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | …urbo/libjpeg-turbo/doc/html/group___turbo_j_p_e_g.html | 156 | <tr class="memdesc:gafbf992bbf6e006705886333703ffab31"><td class="mdescLeft"> </td><td class="mdescRight">This opti | CODE |
| MEDIUM | …urbo/libjpeg-turbo/doc/html/group___turbo_j_p_e_g.html | 640 | <p>This option will prevent <a class="el" href="group___turbo_j_p_e_g.html#ga9cb8abf4cc91881e04a0329b2270be25" title="Lo | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 623 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 647 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 813 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 1031 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 3911 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | app/src/main/cpp/jni/libpng/libpng/ltmain.sh | 9868 | # Loop over the list of objects to be linked. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | app/src/main/cpp/jni/giflib/giflib/doc/gif_lib.xml | 1084 | <para>The library header contains some version #defines you can use if you | CODE |
| LOW | app/src/main/cpp/jni/libwebp/examples/unicode.h | 109 | // Don't forget to free wargv before returning (e.g. from main). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/src/main/cpp/jni/libwebp/examples/img2webp.c | 13 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …a/com/hippo/ehviewer/client/parser/MyTagLitParser.java | 82 | userTag.color = tag.getElementById(colorId).attr("placeholder"); | CODE |