1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
enable check.fail-spotbugs in usage module More... over 1 year ago
remove code where List created, added but never used. read more in description More... over 1 year ago
use getClass() in equals method to fix EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC More... over 1 year ago
fix minor spotbugs warning More... over 1 year ago
fix spotbugs WMI_WRONG_MAP_ITERATOR warning More... over 1 year ago
enable check.fail-spotbugs More... over 1 year ago
implements equals and hashcode. See commit description for more info More... over 1 year ago
fix NP_NULL_ON_SOME_PATH by add null check to variable More... over 1 year ago
fix HE_INHERITS_EQUALS_USE_HASHCODE. See more in hashCode() docs More... over 1 year ago
enable spotbugs in subscription module and fix minor report More... over 1 year ago
fix IT_NO_SUCH_ELEMENT in SubscriptionBaseTransitionDataIterator More... over 1 year ago
Merge pull request #1855 from xsalefter/kb-1853-fix_spotbugs_in_catalog More... over 1 year ago
Merge remote-tracking branch 'upstream/master' into test-trigger-existing-invoice More... over 1 year ago
use Map.entrySet() instead of Map.keySet() to fix WMI_WRONG_MAP_ITERATOR More... over 1 year ago
exclude DefaultPlanRules in catalog for RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT More... over 1 year ago
enable check.fail-spotbugs in catalog module More... over 1 year ago
add equals/hashcode that refers to superclass to fix eq_doesnt_override_equals More... over 1 year ago
use UTF-8 explicitly to fix DM_DEFAULT_ENCODING issue More... over 1 year ago
Merge pull request #1854 from xsalefter/kb-1853-fix_spotbugs_in_api_and_util More... over 1 year ago
invoice: Fix usage issue for non UTC Account More... over 1 year ago
Commented failing part of the test More... over 1 year ago
Updated test to create account in EST time zone More... over 1 year ago
Revert changes to set invoice config properties More... over 1 year ago
Revert changes to invoice config to prevent failures in other tests More... over 1 year ago
update test to set subscription bcd=1 and reset config properties More... over 1 year ago
enable check.fail-spotbugs More... over 1 year ago
use List.copyOf() for DefaultEntitlementSpecifier.overrides More... over 1 year ago
update spotbugs-exclude.xml filter More... over 1 year ago
fix minor spotbugs warning for util module. read more in next paragraph More... over 1 year ago
use AND operator (&&) instead of non-short-circuit logic (&) More... over 1 year ago