Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a452ec

Browse files
committed
Merge remote-tracking branch 'origin/sysfs_perf2' into channelBattery
2 parentsb8ceb74 +40bc3fe commit9a452ec

20 files changed

+4844
-8
lines changed

‎build.gradle‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,21 @@ dependencies {
3939
api("com.github.ev3dev-lang-java:lejos-commons:0.7.3")
4040
api("net.java.dev.jna:jna:4.5.2")
4141

42-
testImplementation("ch.qos.logback:logback-classic:1.2.3")
42+
implementation("org.slf4j:slf4j-simple:1.7.25")
43+
44+
//testImplementation("ch.qos.logback:logback-classic:1.2.3")
4345
testImplementation("commons-io:commons-io:2.5")
4446

4547
//TODO: Upgrade to JUnit 5
4648
testImplementation("junit:junit:4.12")
4749
//TODO: Review to add Mockito support
4850
testImplementation("org.hamcrest:hamcrest-all:1.3")
4951
testImplementation("org.assertj:assertj-core:3.18.1")
52+
53+
//TODO: Later this dependencies will be for test only testImplementation
54+
api("org.openjdk.jmh:jmh-core:1.26")
55+
annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:1.26")
56+
5057
}
5158

5259
compileJava.options.encoding='UTF-8'

‎config/checkstyle/suppressions.xml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
|.*/EV3IRSensor.java|
3131
|.*/EV3Key.java|
3232
|.*/Battery.java|
33+
|.*/BatteryOld.java|
3334
|.*/BaseRegulatedMotor.java|
3435
|.*/RGBFramebufferProvider.java" />
3536
<suppresschecks="TypeName"
@@ -47,6 +48,7 @@
4748
|.*/Sound.java|
4849
|.*/EV3Led.java|
4950
|.*/Battery.java|
51+
|.*/BatteryOld.java|
5052
|.*/NativeFramebuffer.java" />
5153
<suppresschecks="VariableDeclarationUsageDistanceCheck"
5254
files=".*/OwnedDisplay.java

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp