johnsonjh / jleveldb

jleveldb: JLevelDB is an implementation of the LevelDB key/value database in the Go programming language, based on GoLevelDB

Home Page:https://github.com/johnsonjh/jleveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(SCC-SA4006) A value assigned to a variable is never read before being overwritten

johnsonjh opened this issue · comments

Description

Value has been assigned to a variable but it is being overwritten before being read. In most cases, this could be a forgotten error check. Example: go a := "foo" a = "bar"

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/johnsonjh/jleveldb/issue/SCC-SA4006/occurrences/

⚠️ This has been marked to be closed in 7 days.