Skip to content

SystemTTS file#161

Merged
kunsileeaa merged 1 commit intomainfrom
fix-searchbyingr-tests
Dec 2, 2025
Merged

SystemTTS file#161
kunsileeaa merged 1 commit intomainfrom
fix-searchbyingr-tests

Conversation

@Klyvux
Copy link
Copy Markdown
Collaborator

@Klyvux Klyvux commented Dec 2, 2025

refectored SystemTTS file

import view.StepByStepView;

import speechapi.SystemTTS;
import data_access.SystemTTS;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck> reported by reviewdog 🐶
Extra separation in import group before 'data_access.SystemTTS'

import view.StepByStepView;

import speechapi.SystemTTS;
import data_access.SystemTTS;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck> reported by reviewdog 🐶
Wrong lexicographical order for 'data_access.SystemTTS' import. Should be before 'view.StepByStepView'.

import view.StepByStepView;

import speechapi.SystemTTS;
import data_access.SystemTTS;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck> reported by reviewdog 🐶
Extra separation in import group before 'data_access.SystemTTS'

import view.StepByStepView;

import speechapi.SystemTTS;
import data_access.SystemTTS;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck> reported by reviewdog 🐶
Wrong order for 'data_access.SystemTTS' import.

@@ -1,4 +1,4 @@
package speechapi;
package data_access;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'data_access' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.


// Use system TTS
SpeechService tts = new speechapi.SystemTTS();
SpeechService tts = new SystemTTS();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck> reported by reviewdog 🐶
Variable 'tts' should be declared final.

Copy link
Copy Markdown
Collaborator

@hussssni hussssni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, watch out for checkstyle errors tho.

@kunsileeaa kunsileeaa merged commit 6ecf33d into main Dec 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants