Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 8dc04ed

Browse files
Enabling Findbug low priority job in pipeline (#22025)
1 parent be18a0d commit 8dc04ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/CSIv2SSLTaggedComponentHandlerImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public class CSIv2SSLTaggedComponentHandlerImpl
9898
public TaggedComponent insert(IORInfo iorInfo,
9999
List<ClusterInstanceInfo> clusterInstanceInfo)
100100
{
101-
TaggedComponent result = null;
102101
try {
103102
if (_logger.isLoggable(Level.FINE)) {
104103
_logger.log(Level.FINE, "{0}.insert->:", baseMsg);
@@ -127,7 +126,7 @@ public TaggedComponent insert(IORInfo iorInfo,
127126
} finally {
128127
if (_logger.isLoggable(Level.FINE)) {
129128
_logger.log(Level.FINE, "{0}.insert<-: {1}",
130-
new Object[]{baseMsg, result});
129+
new Object[]{baseMsg, null});
131130
}
132131
}
133132
}

appserver/tests/test_groups/gating

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ nucleus_admin_all
1717
cts_smoke_all
1818
servlet_tck_all
1919
findbugs_all
20+
findbugs_low_priority_all
2021
embedded_publisher_all
2122
copyright
2223
jdbc_all

0 commit comments

Comments
 (0)