Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
96450c4b
Commit
96450c4b
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix open code quality issues
parent
53978c3a
No related branches found
No related tags found
No related merge requests found
Pipeline
#1037
passed
4 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
uc2-application/.settings/org.eclipse.jdt.ui.prefs
+1
-1
1 addition, 1 deletion
uc2-application/.settings/org.eclipse.jdt.ui.prefs
uc2-application/src/main/java/theodolite/uc2/streamprocessing/TopologyBuilder.java
+1
-3
1 addition, 3 deletions
...java/theodolite/uc2/streamprocessing/TopologyBuilder.java
with
2 additions
and
4 deletions
uc2-application/.settings/org.eclipse.jdt.ui.prefs
+
1
−
1
View file @
96450c4b
...
...
@@ -32,7 +32,7 @@ cleanup.qualify_static_member_accesses_with_declaring_class=true
cleanup.qualify_static_method_accesses_with_declaring_class=false
cleanup.remove_private_constructors=true
cleanup.remove_redundant_modifiers=false
cleanup.remove_redundant_semicolons=
fals
e
cleanup.remove_redundant_semicolons=
tru
e
cleanup.remove_redundant_type_arguments=true
cleanup.remove_trailing_whitespaces=true
cleanup.remove_trailing_whitespaces_all=true
...
...
This diff is collapsed.
Click to expand it.
uc2-application/src/main/java/theodolite/uc2/streamprocessing/TopologyBuilder.java
+
1
−
3
View file @
96450c4b
...
...
@@ -17,8 +17,6 @@ import org.apache.kafka.streams.kstream.Suppressed.BufferConfig;
import
org.apache.kafka.streams.kstream.TimeWindows
;
import
org.apache.kafka.streams.kstream.Windowed
;
import
org.apache.kafka.streams.kstream.WindowedSerdes
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
titan.ccp.common.kafka.avro.SchemaRegistryAvroSerdeFactory
;
import
titan.ccp.configuration.events.Event
;
import
titan.ccp.configuration.events.EventSerde
;
...
...
@@ -38,7 +36,7 @@ public class TopologyBuilder {
private
final
Duration
emitPeriod
;
private
final
Duration
gracePeriod
;
// S
ERDE
s
// S
erde
s
private
final
SchemaRegistryAvroSerdeFactory
srAvroSerdeFactory
;
private
final
StreamsBuilder
builder
=
new
StreamsBuilder
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment