Skip to content

Commit

Permalink
Merge pull request #10 from sse-labs/jachiaram-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jachiaram authored Aug 7, 2024
2 parents 66bb41f + 63c45ed commit 833e473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For these examples, these will perform the analysis on the first 1000 artifacts.
2. Run the executable with the given cli

### Counting all classFiles from jar artifacts:
```
``` java
public class ExampleImplementation() extends MavenCentralAnalysis {
private long numberOfClassfiles;

Expand All @@ -40,7 +40,7 @@ public class ExampleImplementation() extends MavenCentralAnalysis {
```java -jar executableName --jar -st 0:1000```

### Find all Unique Licenses from pom artifacts
```
``` java
public class ExampleImplementation() extends MavenCentralAnalysis {
private Set<License> uniqueLicenses;

Expand Down Expand Up @@ -71,7 +71,7 @@ public class ExampleImplementation() extends MavenCentralAnalysis {
```java -jar executableName --pom false -st 0:1000```

### Collect all artifacts that have javadocs
```
``` java
public class ExampleImplementation() extends MavenCentralAnalysis {
private Set<Artifact> hasJavadocs;

Expand Down

0 comments on commit 833e473

Please sign in to comment.