Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Netbeans/java/javadoc/   (Apache JAVA IDE Version 28©)  Datei vom 3.10.2025 mit Größe 437 B image not shown  

Quelle  LoadLibraryUsageChecker.h   Sprache: unbekannt

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef LoadLibraryUsageChecker_h__
#define LoadLibraryUsageChecker_h__

#include "plugin.h"

class LoadLibraryUsageChecker : public BaseCheck {
public:
  LoadLibraryUsageChecker(StringRef CheckName, ContextType *Context = nullptr)
      : BaseCheck(CheckName, Context) {}
  void registerMatchers(MatchFinder *AstMatcher) override;
  void check(const MatchFinder::MatchResult &Result) override;
};

#endif // !defined(LoadLibraryUsageChecker_h__)

Messung V0.5 in Prozent
C=90 H=100 G=95

[zur Elbe Produktseite wechseln0.12QuellennavigatorsAnalyse erneut starten2026-04-27]