jar

org.codehaus.sonar-plugins.dotnet.csharp : sonar-csharp-stylecop-plugin

Maven & Gradle

Apr 08, 2013
1 usages
529 stars

Sonar C# Plugin :: StyleCop · Plugin that runs StyleCop analyses to check C# sources against rule violations.

Table Of Contents

Latest Version

Download org.codehaus.sonar-plugins.dotnet.csharp : sonar-csharp-stylecop-plugin JAR file - Latest Versions:

All Versions

Download org.codehaus.sonar-plugins.dotnet.csharp : sonar-csharp-stylecop-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
2.0
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sonar-csharp-stylecop-plugin-2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sonar.plugins.csharp.stylecop.profiles.utils

├─ org.sonar.plugins.csharp.stylecop.profiles.utils.StyleCopRule.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.profiles.utils.StyleCopRuleParser.class - [JAR]

org.sonar.plugins.csharp.stylecop

├─ org.sonar.plugins.csharp.stylecop.StyleCopConstants.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.StyleCopPlugin.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.StyleCopResultParser.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.StyleCopRuleRepository.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.StyleCopSensor.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.StyleCopUnitTestsRuleRepository.class - [JAR]

org.sonar.plugins.csharp.stylecop.profiles

├─ org.sonar.plugins.csharp.stylecop.profiles.SonarWayProfile.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.profiles.StyleCopProfileExporter.class - [JAR]

├─ org.sonar.plugins.csharp.stylecop.profiles.StyleCopProfileImporter.class - [JAR]

Advertisement