Commit Graph

6 Commits

Author SHA1 Message Date
Jiaye Wu 0a85c196e2 Minor modification of README.md (#127)
* Minor modification of README.md, Recommend to use `mvnw`

* Rename Readme.md to README.md

* add +x permission to mvnw
2019-04-03 21:29:57 +08:00
Ring-k 4ba7ebd05d Fix sanor kyy (#37)
* Update Readme.md, replace old badge

* fix code smell: replace with METHOD_NOT_SUPPORTED_STRING
2019-02-18 21:06:12 +08:00
Beyyes c0c571f54b Fix sonar problems by Beyyes (#33)
* fix sonar problem in iotdb-cli/src/main/java/org/apache/iotdb/cli/tool/ImportCsv

* Update Readme.md, replace old badge

* fix sonar problem in auth package

* fix sonar problem in auth package

* fix sonar problem of iotdb concurrent package and conf package

* fix sonar problem in db conf and service

* delete reset lock exception in HashLock

* fix code problem in User.java

* fix sonar problem in IoTDBDescriptor

* fix sonar problem in conf and engine package

* add log error info for class BasicAuthorizer

* modify log info for BasicAuthorizer

* fix the log error format

* fix problem about logger and examine whether a string is empty

* logger -> LOGGER

* replace string.isEmpty() with "".equal()
2019-02-16 10:23:11 +08:00
xiangdong huang 691ffe4a35 1. modify asf header for each file; 2. enable apache-rat-plugin; 3. add more exclusive files on apache-rat-plugin and license-maven-plugin, i.e., *.json, *.md, and *.csv 2019-01-19 18:52:35 +08:00
Rui Liu 93727d8e34 Check style and license-format (#590)
* format Almost for obeying Google Java Style.

* fix the problem of checkstyle

* fix license-format template file location
2019-01-18 01:31:48 +08:00
XuYi d6934c1efd add apache header check plugin and format code plugin (#572)
* add apache header check plugin

* add fotmat plugin

* move format code to verify phase

* change to compile phase

* change to verify phase

* remove special char in .travis

* remove useless code

* add apach header and format codes

* Update MavenWrapperDownloader.java
2019-01-13 15:59:52 +08:00