BetterLists 1.1 clean code with sonarlint

This commit is contained in:
Klemek
2018-03-22 20:26:08 +01:00
parent b4bd402486
commit 10ea328b05
8 changed files with 44 additions and 42 deletions
+24 -3
View File
@@ -4,7 +4,7 @@ An extension of the java.util.List interface which include some of the C# LINQ u
List classes are extended as well. (ArrayList -> BetterArrayList)
Current version v1.0
Current version v1.1
Before BetterLists :
```Java
@@ -30,8 +30,29 @@ NOTE : Please note that, unlike C# LINQ, these functions are not optimized at lo
## Download
* [betterlists-1.0.jar](../../raw/master/download/betterlists-1.0.jar)
* [betterlists-1.0-sources.jar](../../raw/master/download/betterlists-1.0-sources.jar)
* [betterlists-1.1.jar](../../raw/master/download/betterlists-1.0.jar)
## Maven
You can use this project as a maven dependency with this :
```XML
<repositories>
...
<repository>
<id>klemek.betterlists</id>
<url>https://github.com/klemek/betterlists/raw/mvn-repo</url>
</repository>
</repositories>
...
<dependencies>
...
<dependency>
<groupId>klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
```
## All code examples
### List