question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Standard exception should not require its text provided

See original GitHub issue

The following code:

LicenseInfoFactory.parseSPDXLicenseString("GPL-2.0-only WITH Classpath-exception-2.0").verify();

returns validation error: Missing required license exception text.

Classpath-exception-2.0 exception is standard, from the list. So, it should not require its text provided.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
goneallcommented, Apr 15, 2019

Resolved with PR #189

@grv87 Let me know if you need a new release pushed to Maven Central

0reactions
grv87commented, Apr 17, 2019

@goneall, thanks a lot.

No rush for release. As a workaround I’ve set exception text manually before validation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best Practices for exceptions - .NET - Microsoft Learn
Learn best practices for exceptions, such as using try/catch/finally, handling common conditions without exceptions, and using predefined .
Read more >
Step 2: Determine ICT Exceptions - Section508.gov
Identifying whether you can claim an exception for information and communication technology (ICT) items in your Federal IT procurement or development ...
Read more >
Understanding Success Criterion 1.4.3: Contrast (Minimum)
The intent of this Success Criterion is to provide enough contrast between text and its background so that it can be read by...
Read more >
Built-in Exceptions — Python 3.11.1 documentation
In Python, all exceptions must be instances of a class that derives from ... It is not meant to be directly inherited by...
Read more >
Summary of the HIPAA Privacy Rule - HHS.gov
Because it is an overview of the Privacy Rule, it does not address ... of HIPAA require the Secretary of HHS to publicize...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found