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

Should license information be available for NONE and NOASSERTION ?

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
java
領域
devtools

調査の方向性

まず org.spdx.library.ListedLicenses とその getListedLicenseById メソッドを読み、次に NONE と NOASSERTION に対する SPDX 3.0.2 の IndividualLicensingInfo の定義を比較します。これらの識別子がメタデータを公開すべきかどうかを明らかにし、適切な API またはクラスを特定したうえで、その動作をテストでカバーできれば完了です。

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

説明

question

In SPDX 3.0.2, the IndividualLicensingInfo values NONE and NOASSERTION are becoming closer to behaving like any other license id, but currently the following code does not return any results:

org.spdx.library.ListedLicenses.getListedLicenses().getListedLicenseById("NONE");
org.spdx.library.ListedLicenses.getListedLicenses().getListedLicenseById("NOASSERTION");

The question is: should it be possible to get the metadata (name, description, etc.) for these "identifiers", and if so how? They're not listed licenses, so perhaps they should be looked up via different methods and/or classes, for example?

Note: I have no specific need for this functionality myself; it was just something I noticed in passing, as I worked on implementing some of the changes in SPDX v3.0.2.

主要言語
Java
スター
71
フォーク
44
平均マージ
12時間 54分
マージ済み PR(30日)
7

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

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

はじめの一歩

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

spdx/Spdx-Java-Library のほかの issue

spdx/Spdx-Java-Library の issue をすべて見る

似ている issue

Java の issue をもっと見る

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

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