Skip to content

APPS-01WV : eliminate compilation warnings - #614

Open
Iyedchaabane wants to merge 11 commits into
masterfrom
galite-01WV
Open

APPS-01WV : eliminate compilation warnings#614
Iyedchaabane wants to merge 11 commits into
masterfrom
galite-01WV

Conversation

@Iyedchaabane

Copy link
Copy Markdown
Contributor

eliminate compilation warnings

@RiadhCherni RiadhCherni left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Il existe une différence entre la classe java.util.Date et java.time.LocalDate, notamment dans la manière dont elles gèrent la construction de la date (par exemple, "year" ==> +- 1900).
Merci de vérifier ce point.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Remplace updateParams par listeParams

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Remplace updateParams par listeParams

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Changer :
ApplicationContext.reportTrouble(
"Form loading",
"Module.startForm(Connection ctxt, " +
"String object, String description, ImageIcon icon)",
t.message,
t
)
à
ApplicationContext.reportTrouble(
"Form loading",
"Module.startForm(String object, ImageIcon icon)",
t.message,
t
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class utilisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Merci d'importer seulement les class à utilisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class à utlisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class à utlisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class à utlisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class à utlisées

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Importer seulement les class à utlisées

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.

2 participants