Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2026 3A Systems, LLC.
* Portions copyright 2014-2016 ForgeRock AS.
* Portions copyright 2022-2024 3A Systems,LLC.
*/
Expand Down Expand Up @@ -182,6 +183,9 @@ private static void printPasswordPolicyError(final PasswordPolicyErrorType error
case CHANGE_AFTER_RESET:
app.println(INFO_BIND_MUST_CHANGE_PASSWORD.get());
break;
default:
// No action needed for the remaining values.
break;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,9 @@ public BrowserNodeInfoImpl(BasicNode node) {
errorType = ERROR_SEARCHING_CHILDREN;
break;

default:
// No action needed for the remaining values.
break;
}
errorException = error.getException();
errorArg = error.getArg();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2009 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.guitools.controlpanel.task;

Expand Down Expand Up @@ -817,6 +818,9 @@ protected void printEquivalentCommandToModify(DN dn, Collection<Modification> mo
case DELETE:
sb.append("delete: ").append(attrDesc).append("<br>");
break;
default:
// No action needed for the remaining values.
break;
}

for (ByteString value : attr)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2009 Sun Microsystems, Inc.
* Portions Copyright 2014-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.guitools.controlpanel.ui;

Expand Down Expand Up @@ -404,6 +405,9 @@ void update(IndexDescriptor index)
case SUBSTRING:
substring.setSelected(true);
break;
default:
// No action needed for the remaining values.
break;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2010 Sun Microsystems, Inc.
* Portions Copyright 2013-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.guitools.controlpanel.ui;

Expand Down Expand Up @@ -2135,6 +2136,9 @@ protected List<String> getScheduleArgs(final ScheduleType schedule)
args.add("--recurringTask");
args.add(schedule.getCronValue());
break;
default:
// No action needed for the remaining values.
break;
}
return args;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2014-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.guitools.uninstaller;

Expand Down Expand Up @@ -1578,6 +1579,10 @@ private void handleTopologyCache(QuickSetup qs, TopologyCache cache)
stopProcessing = true;
}
}
break;
default:
// No action needed for the remaining values.
break;
}
exceptionMsgs.add(getMessage(e));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.quicksetup.installer;

Expand Down Expand Up @@ -550,6 +551,9 @@ private void initMaps()
case IMPORT_AUTOMATICALLY_GENERATED_DATA:
steps.add(InstallProgressStep.IMPORTING_AUTOMATICALLY_GENERATED);
break;
default:
// No action needed for the remaining values.
break;
}
}

Expand Down Expand Up @@ -928,6 +932,9 @@ public QuickSetupStepPanel createWizardStepPanel(WizardStep step)
return new ProgressPanel(this);
case FINISHED:
return new FinishedPanel(this);
default:
// No action needed for the remaining values.
break;
}
}
return null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2010 Sun Microsystems, Inc.
* Portions Copyright 2013-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.quicksetup.installer.ui;

Expand Down Expand Up @@ -383,6 +384,9 @@ private void updateWarningMessage(UserData uData)
get();
}
break;
default:
// No action needed for the remaining values.
break;
}
}
else if (repl.getType() == DataReplicationOptions.Type.IN_EXISTING_TOPOLOGY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2013 Manuel Gaupp
* Portions Copyright 2024 3A Systems, LLC.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.authorization.dseecompat;

Expand Down Expand Up @@ -729,6 +730,9 @@ private boolean aciCheckMods(AciContainer container,
}
}
break;
default:
// No action needed for the remaining values.
break;
}
/*
* Check if the modification type has an "aci" attribute type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ private static void validateOperation(EnumBindRuleKeyword keyword,
throw new AciException(
WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO.get(keyword, op));
}
break;
default:
// No action needed for the remaining values.
break;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.authorization.dseecompat;

Expand Down Expand Up @@ -148,6 +149,9 @@ public static KeywordBindRule decode(String expression,
//a message if it is seen in the expression.
throw new AciException(WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED.get(expression));
}
default:
// No action needed for the remaining values.
break;
}
return new UserAttr(vals[0], vals[1], userAttrType, type);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2012-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.backends.pluggable;

Expand Down Expand Up @@ -332,6 +333,9 @@ void modifyEntry(WriteableTransaction txn, Entry before, Entry after, List<Modif
update(txn, entryDN, toStrings(a));
}
break;
default:
// No action needed for the remaining values.
break;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2009 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.backends.task;

Expand Down Expand Up @@ -761,6 +762,9 @@ public void search(SearchOperation searchOperation)
searchScheduledTasks = true;
searchRecurringTasks = true;
break;
default:
// No action needed for the remaining values.
break;
}
}
else if (baseDN.equals(scheduledTaskParentDN))
Expand All @@ -780,6 +784,9 @@ else if (baseDN.equals(scheduledTaskParentDN))
case SUBORDINATES:
searchScheduledTasks = true;
break;
default:
// No action needed for the remaining values.
break;
}
}
else if (baseDN.equals(recurringTaskParentDN))
Expand All @@ -799,6 +806,9 @@ else if (baseDN.equals(recurringTaskParentDN))
case SUBORDINATES:
searchRecurringTasks = true;
break;
default:
// No action needed for the remaining values.
break;
}
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2007-2010 Sun Microsystems, Inc.
* Portions Copyright 2013-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.core;

Expand Down Expand Up @@ -516,6 +517,10 @@ public final void run()
{
bindDN = actualRootDN;
}
break;
default:
// No action needed for the remaining values.
break;
}

workflowExecuted = execute(this, bindDN);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3590,6 +3590,9 @@ public static void checkCanEnqueueRequest(Operation operation, boolean isAllowed
}
break;

default:
// No action needed for the remaining values.
break;
}
}

Expand Down Expand Up @@ -3655,6 +3658,9 @@ public static void checkCanEnqueueRequest(Operation operation, boolean isAllowed

// Modify may or may not be allowed, but we'll leave that
// determination up to the modify operation itself.
default:
// No action needed for the remaining values.
break;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,9 @@ private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth)
}
}
break;
default:
// No action needed for the remaining values.
break;
}

return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2009 Sun Microsystems, Inc.
* Portions Copyright 2012-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.extensions;

Expand Down Expand Up @@ -283,6 +284,9 @@ private void extractDNs(AttributeType attributeType, SearchFilter filter, Set<DN
}
}
break;
default:
// No action needed for the remaining values.
break;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2009 Sun Microsystems, Inc.
* Portions Copyright 2013-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.extensions;

Expand Down Expand Up @@ -278,6 +279,9 @@ public void processSASLBind(BindOperation bindOperation)
return;
}
}
default:
// No action needed for the remaining values.
break;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2009 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.extensions;

Expand Down Expand Up @@ -343,6 +344,9 @@ private Group<?> extractGroup(AttributeType attributeType,
}
}
break;
default:
// No action needed for the remaining values.
break;
}

return null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2008-2010 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.extensions;

Expand Down Expand Up @@ -599,6 +600,9 @@ public void updateMembers(List<Modification> modifications)
}
}
break;
default:
// No action needed for the remaining values.
break;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.plugins;

Expand Down Expand Up @@ -240,6 +241,9 @@ public void processImportBegin(LocalBackend<?> backend, LDIFImportConfig config)
case USER_PASSWORD:
userPWTypes.add(t);
break;
default:
// No action needed for the remaining values.
break;
}
}

Expand Down
Loading
Loading