{"id":74278,"library":"jformatstring","title":"jFormatString for Findbugs","description":"A library for analyzing Java format strings, used by FindBugs to detect formatting errors.","status":"active","version":"3.0.0","language":"java","source_language":null,"source_url":"https://code.google.com/p/findbugs/","tags":["findbugs","format-string","static-analysis"],"install":[{"cmd":"<dependency>\n  <groupId>com.google.code.findbugs</groupId>\n  <artifactId>jFormatString</artifactId>\n  <version>3.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.google.code.findbugs:jFormatString:3.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"FormatStringChecker","correct":"edu.umd.cs.findbugs.formatStringChecker.FormatStringChecker"}],"quickstart":{"code":"import edu.umd.cs.findbugs.formatStringChecker.FormatStringChecker;\n\npublic class Checker {\n    public void check(String format) {\n        FormatStringChecker checker = new FormatStringChecker();\n        checker.checkFormatString(format);\n    }\n}","lang":"java","description":"Check a format string for errors."},"warnings":[{"fix":"Migrate to SpotBugs and use its equivalent format string checker.","message":"This library is part of the deprecated FindBugs project; consider using SpotBugs instead.","severity":"breaking","affected_versions":"*"}],"env_vars":null,"search_vec":"'analysi':24 'analyz':7 'detect':15 'error':17 'findbug':3,13,18 'format':9,16,20 'format-str':19 'java':8 'jformatstr':1 'librari':5 'static':23 'static-analysi':22 'string':10,21 'use':11","created_at":"2026-06-17T19:01:39.886185+00:00","updated_at":"2026-06-17T19:01:39.886185+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://findbugs.sourceforge.net/","github":null,"docs":"https://appdoc.app/artifact/com.google.code.findbugs/jFormatString/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}