Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Errors Compiling

オープン
#46 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
java
領域
build-system

調査の方向性

まず IntelliJ プロジェクトの再ビルドと、src/main/java/samples/ValueAddedService、PayerAuthentication、TokenManagement 配下にある一覧のサンプルから始めます。報告されている response および payment-instrument シンボルが見つからない理由を追跡し、その後、これらのコンパイルエラーなしでプロジェクトの再ビルドが完了することを確認します。

索引モデルが issue の本文から書いたものです。

説明

Hi, I got the following errors when Rebuilding the Project in Intellij, is there anything I am missing? Thank you

/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxCallRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.CommittedTaxCallRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxRefundCallRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.CommittedTaxRefundCallRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/TaxRefundRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.TaxRefundRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/VoidCommittedTaxCall.java Error:(28, 23) java: cannot find symbol symbol: class VasV2TaxVoid200Response location: class samples.ValueAddedService.VoidCommittedTaxCall /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/BasicTaxCalculationRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.BasicTaxCalculationRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTMSToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithTMSToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithSecureStorageToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithSecureStorageToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithCardNumber.java Error:(27, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithCardNumber /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFlexTransientToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithFlexTransientToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTokenizedCard.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithTokenizedCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFluidDataValueAndPaymentSolution.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithFluidDataValueAndPaymentSolution /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentBankAccount.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/ListPaymentInstrumentsForCustomer.java Error:(27, 23) java: cannot find symbol symbol: class PaymentInstrumentListForCustomer location: class samples.TokenManagement.CustomerPaymentInstrument.ListPaymentInstrumentsForCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentCard.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentPinlessDebit.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentPinlessDebit /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/RetrieveCustomerPaymentInstrument.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.RetrieveCustomerPaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentBankAccount.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentCard.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/RetrievePaymentInstrument.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.RetrievePaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentPinlessDebit.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentPinlessDebit /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/RetrieveCustomerShippingAddress.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultShippingAddress location: class samples.TokenManagement.CustomerShippingAddress.RetrieveCustomerShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/CreateShippingAddress.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultShippingAddress location: class samples.TokenManagement.CustomerShippingAddress.CreateShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/ListShippingAddressesForCustomer.java Error:(27, 23) java: cannot find symbol symbol: class ShippingAddressListForCustomer location: class samples.TokenManagement.CustomerShippingAddress.ListShippingAddressesForCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/UpdateInstrumentIdentifierPreviousTransactionId.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.UpdateInstrumentIdentifierPreviousTransactionId /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierBankAccount.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/RetrieveInstrumentIdentifier.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.RetrieveInstrumentIdentifier /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCardEnrollForNetworkToken.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCardEnrollForNetworkToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCard.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/ListPaymentInstrumentsForInstrumentIdentifier.java Error:(27, 23) java: cannot find symbol symbol: class PaymentInstrumentListForCustomer location: class samples.TokenManagement.InstrumentIdentifier.ListPaymentInstrumentsForInstrumentIdentifier /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultPaymentInstrument.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomersDefaultPaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultShippingAddress.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomersDefaultShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/CreateCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.CreateCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/RetrieveCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.RetrieveCustomer

主要言語
Java
スター
35
フォーク
84
平均マージ
37分
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CyberSource/cybersource-rest-samples-java のほかの issue

CyberSource/cybersource-rest-samples-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。