Registry / utility / jformatstring

jformatstring

JSON →
library3.0.0javamavenunverified

A library for analyzing Java format strings, used by FindBugs to detect formatting errors.

<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jFormatString</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · JFORMATSTRING
J
jformatstring
utilityjavav3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FormatStringChecker
edu.umd.cs.findbugs.formatStringChecker.FormatStringChecker

Check a format string for errors.

import edu.umd.cs.findbugs.formatStringChecker.FormatStringChecker; public class Checker { public void check(String format) { FormatStringChecker checker = new FormatStringChecker(); checker.checkFormatString(format); } }
Debug
Known issues
breakingThis library is part of the deprecated FindBugs project; consider using SpotBugs instead.
fix
Migrate to SpotBugs and use its equivalent format string checker.
affects: *
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jformatstring — mvn dependency:get jformatstring · libregistry