Jan Hentschel created ATLAS-1785: ------------------------------------ Summary: Fix Findbugs problems in falcon-bridge module Key: ATLAS-1785 URL: https://issues.apache.org/jira/browse/ATLAS-1785 Project: Atlas Issue Type: Improvement Reporter: Jan Hentschel Priority: Minor
Currently Findbugs complains about the following two problems in the *falcon-bridge* {code} [INFO] Repeated conditional test in org.apache.atlas.falcon.bridge.FalconBridge.createFeedCreationEntity(Feed, ConfigurationStore) [org.apache.atlas.falcon.bridge.FalconBridge, org.apache.atlas.falcon.bridge.FalconBridge] At FalconBridge.java:[line 184]At FalconBridge.java:[line 184] [INFO] Switch statement found in org.apache.atlas.falcon.hook.FalconHook.fireAndForget(FalconEvent) where default case is missing [org.apache.atlas.falcon.hook.FalconHook] At FalconHook.java:[lines 161-163] {code} They should be fixed to get the code more reliable. -- This message was sent by Atlassian JIRA (v6.3.15#6346)