Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilations warnings #144

Open
javieriserte opened this issue Dec 20, 2024 · 1 comment
Open

Fix compilations warnings #144

javieriserte opened this issue Dec 20, 2024 · 1 comment
Assignees

Comments

@javieriserte
Copy link
Collaborator

Here there is a list of warning:
Many of them might be easy to fix.

This fixes should be done in parts.

  • [warn] /genis/project/Build.scala:20: <<= operator is deprecated. Use key := { x.value } or key ~= (old => { newValue }).
  • [warn] //genis/project/Build.scala:15: trait Build in package sbt is deprecated: Use .sbt format instead
  • [warn] //genis/project/Build.scala:39: method t5ToTable5 in object Scoped is deprecated: The sbt 0.10 style DSL is deprecated: '(k1, k2) map { (x, y) => ... }' should now be '{ val x = k1.value; val y = k2.value }'.
  • [warn] The - command is deprecated in favor of onFailure and will be removed in 0.14.0
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:48: imported `KitNotExistsException' is permanently hidden by definition of object KitNotExistsException in package bulkupload
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:388: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:397: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:578: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:589: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:277: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:291: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:304: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/connections/InterconnectionService.scala:15: imported `ProfileTransfer' is permanently hidden by definition of object ProfileTransfer in package connections
  • [warn] //genis/app/connections/InterconnectionService.scala:30: imported `MatchSuperiorInstance' is permanently hidden by definition of object MatchSuperiorInstance in package connections
  • [warn] //genis/app/connections/InterconnectionService.scala:211: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/connections/InterconnectionService.scala:221: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/types/MongoTypes.scala:33: possible missing interpolator: detected interpolated identifier $date
  • [warn] //genis/app/connections/InterconnectionService.scala:1632: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:1865: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:1999: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:2075: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:2147: discarded non-Unit value
  • [warn] //genis/app/controllers/Pedigrees.scala:491: discarded non-Unit value
  • [warn] //genis/app/controllers/Pedigrees.scala:502: discarded non-Unit value
  • [warn] //genis/app/controllers/ProfileData.scala:137: discarded non-Unit value
  • [warn] //genis/app/inbox/NotificationRepository.scala:91: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/inbox/NotificationRepository.scala:35: implicit conversion method date2timestamp should be enabled
  • [warn] //genis/app/inbox/NotificationRepository.scala:37: implicit conversion method timestamp2date should be enabled
  • [warn] //genis/app/inbox/NotificationService.scala:49: discarded non-Unit value
  • [warn] //genis/app/matching/MatchingCalculatorService.scala:51: discarded non-Unit value
  • [warn] //genis/app/matching/MatchingRepository.scala:605: possible missing interpolator: detected interpolated identifier $sort
  • [warn] //genis/app/matching/Spark2Matcher.scala:7: imported `LRCalculation' is permanently hidden by definition of object LRCalculation in package matching
  • [warn] //genis/app/matching/Spark2MatcherCollapsing.scala:87: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/BayesianGenotypificationActor.scala:10: imported `SaveGenotypification' is permanently hidden by definition of object SaveGenotypification in package pedigree
  • [warn] //genis/app/pedigree/BayesianGenotypificationActor.scala:27: imported `PedigreeGenotypificationService' is permanently hidden by definition of trait PedigreeGenotypificationService in package pedigree
  • [warn] //genis/app/pedigree/BayesianNetwork.scala:1199: a type was inferred to be AnyVal; this may indicate a programming error.
  • [warn] //genis/app/pedigree/BayesianNetwork.scala:1427: discarded non-Unit value
  • [warn] //genis/app/pedigree/MutationRepository.scala:16: imported `MutationDefaultParam' is permanently hidden by definition of object MutationDefaultParam in package pedigree
  • [warn] //genis/app/pedigree/MutationService.scala:11: imported `MutationActor' is permanently hidden by definition of object MutationActor in package pedigree
  • [warn] //genis/app/pedigree/MutationService.scala:89: discarded non-Unit value
  • [warn] //genis/app/pedigree/PedigreeConsistencyAlgorithm.scala:204: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:571: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:624: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:953: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:954: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:969: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:993: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1087: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1231: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeMatchesRepository.scala:112: possible missing interpolator: detected interpolated identifier $pedigree
  • [warn] //genis/app/pedigree/PedigreeMatchesRepository.scala:113: possible missing interpolator: detected interpolated identifier $profile
  • [warn] //genis/app/pedigree/PedigreeMatchesService.scala:463: discarded non-Unit value
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:53: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:55: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:72: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeScenarioRepository.scala:106: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeSparkMatcher.scala:823: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileModule.scala:50: discarded non-Unit value
  • [warn] //genis/app/profile/ProfileRepository.scala:117: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/profile/ProfileRepository.scala:162: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/profile/ProfileRepository.scala:524: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:527: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:536: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:539: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:541: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:566: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:569: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:441: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:480: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:523: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:561: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:580: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:584: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:590: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:594: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:603: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:607: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/reporting/PdfGenerator.scala:84: discarded non-Unit value
  • [warn] //genis/app/reporting/PdfUserAgent.scala:87: postfix operator != should be enabled
  • [warn] //genis/app/reporting/ReportingModule.scala:14: discarded non-Unit value
  • [warn] //genis/app/scenarios/ScenarioRepository.scala:47: possible missing interpolator: detected interpolated identifier $options
  • [warn] //genis/app/scenarios/ScenarioRepository.scala:72: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/search/FullTextSearch.scala:204: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/trace/TraceRepository.scala:35: implicit conversion method date2timestamp should be enabled
  • [warn] //genis/app/trace/TraceRepository.scala:37: implicit conversion method timestamp2date should be enabled
  • [warn] //genis/app/user/UserService.scala:352: discarded non-Unit value
  • [warn] //genis/app/util/BufferActor.scala:19: abstract type pattern T is unchecked since it is eliminated by erasure
  • [warn] //genis/app/util/FutureUtils.scala:11: higher-kinded type should be enabled
  • [warn] //genis/conf/routes:360: possible missing interpolator: detected interpolated identifier $file
  • [warn] //genis/app/connections/InterconnectionService.scala:1948: match may not be exhaustive.
  • [warn] //genis/app/connections/InterconnectionService.scala:2085: match may not be exhaustive.
  • [warn] //genis/app/controllers/Pedigrees.scala:475: match may not be exhaustive.
  • [warn] //genis/app/controllers/ProfileData.scala:141: match may not be exhaustive.
  • [warn] //genis/app/matching/MatchingAlgorithm.scala:723: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:643: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:818: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1159: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1183: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:189: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:188: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:996: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:993: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:991: match may not be exhaustive.
  • [warn] //genis/app/profiledata/ProfileDataService.scala:448: match may not be exhaustive.
  • [warn] //genis/app/matching/MatchingRepository.scala:744: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/matching/MatchingRepository.scala:763: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/pedigree/PedigreeScenarioRepository.scala:52: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:243: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:248: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:325: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:373: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:400: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:453: object FindAndModify in package commands is deprecated: consider using reactivemongo.api.commands.FindAndModifyCommand instead
  • [warn] //genis/app/profile/ProfileRepository.scala:455: method command in trait DB is deprecated: Consider using reactivemongo.api.commands along with DefaultDB.runCommand methods
  • [warn] //genis/app/profile/ProfileRepository.scala:588: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:594: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:606: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getDate in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getMonth in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getYear in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getDate in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getMonth in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getYear in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/search/FullTextSearch.scala:133: method isNull in trait ColumnExtensionMethods is deprecated: Use 'isEmpty' instead of 'isNull'
  • [warn] //genis/app/search/FullTextSearch.scala:136: method isNull in trait ColumnExtensionMethods is deprecated: Use 'isEmpty' instead of 'isNull'
@javieriserte javieriserte self-assigned this Dec 20, 2024
javieriserte added a commit that referenced this issue Dec 20, 2024
@javieriserte
Copy link
Collaborator Author

javieriserte commented Dec 20, 2024

Part1

Solved:

  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:48: imported `KitNotExistsException' is permanently hidden by definition of object KitNotExistsException in package bulkupload
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:388: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:397: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:578: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/bulkupload/ProtoProfileRepository.scala:589: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:277: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:291: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/connections/ConnectionRepository.scala:304: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/connections/InterconnectionService.scala:15: imported `ProfileTransfer' is permanently hidden by definition of object ProfileTransfer in package connections
  • [warn] //genis/app/connections/InterconnectionService.scala:30: imported `MatchSuperiorInstance' is permanently hidden by definition of object MatchSuperiorInstance in package connections
  • [warn] //genis/app/connections/InterconnectionService.scala:211: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/connections/InterconnectionService.scala:221: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/connections/InterconnectionService.scala:1632: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:1865: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:1999: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:2075: discarded non-Unit value
  • [warn] //genis/app/connections/InterconnectionService.scala:2147: discarded non-Unit value

Remaining:

  • [warn] /genis/project/Build.scala:20: <<= operator is deprecated. Use key := { x.value } or key ~= (old => { newValue }).
  • [warn] //genis/project/Build.scala:15: trait Build in package sbt is deprecated: Use .sbt format instead
  • [warn] //genis/project/Build.scala:39: method t5ToTable5 in object Scoped is deprecated: The sbt 0.10 style DSL is deprecated: '(k1, k2) map { (x, y) => ... }' should now be '{ val x = k1.value; val y = k2.value }'.
  • [warn] The - command is deprecated in favor of onFailure and will be removed in 0.14.0
  • [warn] //genis/app/types/MongoTypes.scala:33: possible missing interpolator: detected interpolated identifier $date
  • [warn] //genis/app/controllers/Pedigrees.scala:491: discarded non-Unit value
  • [warn] //genis/app/controllers/Pedigrees.scala:502: discarded non-Unit value
  • [warn] //genis/app/controllers/ProfileData.scala:137: discarded non-Unit value
  • [warn] //genis/app/inbox/NotificationRepository.scala:91: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/inbox/NotificationRepository.scala:35: implicit conversion method date2timestamp should be enabled
  • [warn] //genis/app/inbox/NotificationRepository.scala:37: implicit conversion method timestamp2date should be enabled
  • [warn] //genis/app/inbox/NotificationService.scala:49: discarded non-Unit value
  • [warn] //genis/app/matching/MatchingCalculatorService.scala:51: discarded non-Unit value
  • [warn] //genis/app/matching/MatchingRepository.scala:605: possible missing interpolator: detected interpolated identifier $sort
  • [warn] //genis/app/matching/Spark2Matcher.scala:7: imported `LRCalculation' is permanently hidden by definition of object LRCalculation in package matching
  • [warn] //genis/app/matching/Spark2MatcherCollapsing.scala:87: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/BayesianGenotypificationActor.scala:10: imported `SaveGenotypification' is permanently hidden by definition of object SaveGenotypification in package pedigree
  • [warn] //genis/app/pedigree/BayesianGenotypificationActor.scala:27: imported `PedigreeGenotypificationService' is permanently hidden by definition of trait PedigreeGenotypificationService in package pedigree
  • [warn] //genis/app/pedigree/BayesianNetwork.scala:1199: a type was inferred to be AnyVal; this may indicate a programming error.
  • [warn] //genis/app/pedigree/BayesianNetwork.scala:1427: discarded non-Unit value
  • [warn] //genis/app/pedigree/MutationRepository.scala:16: imported `MutationDefaultParam' is permanently hidden by definition of object MutationDefaultParam in package pedigree
  • [warn] //genis/app/pedigree/MutationService.scala:11: imported `MutationActor' is permanently hidden by definition of object MutationActor in package pedigree
  • [warn] //genis/app/pedigree/MutationService.scala:89: discarded non-Unit value
  • [warn] //genis/app/pedigree/PedigreeConsistencyAlgorithm.scala:204: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:571: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:624: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:953: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:954: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:969: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:993: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1087: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1231: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/pedigree/PedigreeMatchesRepository.scala:112: possible missing interpolator: detected interpolated identifier $pedigree
  • [warn] //genis/app/pedigree/PedigreeMatchesRepository.scala:113: possible missing interpolator: detected interpolated identifier $profile
  • [warn] //genis/app/pedigree/PedigreeMatchesService.scala:463: discarded non-Unit value
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:53: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:55: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeRepository.scala:72: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeScenarioRepository.scala:106: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/pedigree/PedigreeSparkMatcher.scala:823: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileModule.scala:50: discarded non-Unit value
  • [warn] //genis/app/profile/ProfileRepository.scala:117: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/profile/ProfileRepository.scala:162: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/profile/ProfileRepository.scala:524: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:527: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:536: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:539: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:541: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:566: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profile/ProfileRepository.scala:569: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:441: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:480: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:523: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:561: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:580: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:584: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:590: Adapting argument list by creating a 4-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:594: Adapting argument list by creating a 5-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:603: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/profiledata/ProfileDataRepository.scala:607: Adapting argument list by creating a 3-tuple: this may not be what you want.
  • [warn] //genis/app/reporting/PdfGenerator.scala:84: discarded non-Unit value
  • [warn] //genis/app/reporting/PdfUserAgent.scala:87: postfix operator != should be enabled
  • [warn] //genis/app/reporting/ReportingModule.scala:14: discarded non-Unit value
  • [warn] //genis/app/scenarios/ScenarioRepository.scala:47: possible missing interpolator: detected interpolated identifier $options
  • [warn] //genis/app/scenarios/ScenarioRepository.scala:72: possible missing interpolator: detected interpolated identifier $set
  • [warn] //genis/app/search/FullTextSearch.scala:204: Adapting argument list by creating a 2-tuple: this may not be what you want.
  • [warn] //genis/app/trace/TraceRepository.scala:35: implicit conversion method date2timestamp should be enabled
  • [warn] //genis/app/trace/TraceRepository.scala:37: implicit conversion method timestamp2date should be enabled
  • [warn] //genis/app/user/UserService.scala:352: discarded non-Unit value
  • [warn] //genis/app/util/BufferActor.scala:19: abstract type pattern T is unchecked since it is eliminated by erasure
  • [warn] //genis/app/util/FutureUtils.scala:11: higher-kinded type should be enabled
  • [warn] //genis/conf/routes:360: possible missing interpolator: detected interpolated identifier $file
  • [warn] //genis/app/connections/InterconnectionService.scala:1948: match may not be exhaustive.
  • [warn] //genis/app/connections/InterconnectionService.scala:2085: match may not be exhaustive.
  • [warn] //genis/app/controllers/Pedigrees.scala:475: match may not be exhaustive.
  • [warn] //genis/app/controllers/ProfileData.scala:141: match may not be exhaustive.
  • [warn] //genis/app/matching/MatchingAlgorithm.scala:723: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:643: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:818: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1159: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeDataRepository.scala:1183: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:189: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:188: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:996: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:993: match may not be exhaustive.
  • [warn] //genis/app/pedigree/PedigreeService.scala:991: match may not be exhaustive.
  • [warn] //genis/app/profiledata/ProfileDataService.scala:448: match may not be exhaustive.
  • [warn] //genis/app/matching/MatchingRepository.scala:744: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/matching/MatchingRepository.scala:763: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/pedigree/PedigreeScenarioRepository.scala:52: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:243: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:248: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:325: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:373: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:400: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:453: object FindAndModify in package commands is deprecated: consider using reactivemongo.api.commands.FindAndModifyCommand instead
  • [warn] //genis/app/profile/ProfileRepository.scala:455: method command in trait DB is deprecated: Consider using reactivemongo.api.commands along with DefaultDB.runCommand methods
  • [warn] //genis/app/profile/ProfileRepository.scala:588: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:594: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/profile/ProfileRepository.scala:606: method apply in object BSONObjectID is deprecated: parse(str: String): Try[BSONObjectID] should be considered instead of this method
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getDate in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getMonth in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:40: method getYear in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getDate in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getMonth in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/reporting/profileReports/ProfileReportService.scala:41: method getYear in class Date is deprecated: see corresponding Javadoc for more information.
  • [warn] //genis/app/search/FullTextSearch.scala:133: method isNull in trait ColumnExtensionMethods is deprecated: Use 'isEmpty' instead of 'isNull'
  • [warn] //genis/app/search/FullTextSearch.scala:136: method isNull in trait ColumnExtensionMethods is deprecated: Use 'isEmpty' instead of 'isNull'

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

No branches or pull requests

1 participant