FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
11823700

Files

ClassBugs
com.facebook.swift.parser.antlr.DocumentGenerator103
com.facebook.swift.parser.antlr.ThriftLexer7
com.facebook.swift.parser.antlr.ThriftLexer$DFA181
com.facebook.swift.parser.antlr.ThriftParser88
com.facebook.swift.parser.antlr.ThriftParser$annotation_value_return1
com.facebook.swift.parser.antlr.ThriftParser$base_type_return1
com.facebook.swift.parser.antlr.ThriftParser$const_list_return1
com.facebook.swift.parser.antlr.ThriftParser$const_map_return1
com.facebook.swift.parser.antlr.ThriftParser$const_rule_return1
com.facebook.swift.parser.antlr.ThriftParser$const_value_return1
com.facebook.swift.parser.antlr.ThriftParser$container_type_return1
com.facebook.swift.parser.antlr.ThriftParser$cpp_include_return1
com.facebook.swift.parser.antlr.ThriftParser$cpp_type_return1
com.facebook.swift.parser.antlr.ThriftParser$definition_return1
com.facebook.swift.parser.antlr.ThriftParser$document_return1
com.facebook.swift.parser.antlr.ThriftParser$enum_field_return1
com.facebook.swift.parser.antlr.ThriftParser$enum_rule_return1
com.facebook.swift.parser.antlr.ThriftParser$exception_return1
com.facebook.swift.parser.antlr.ThriftParser$field_id_return1
com.facebook.swift.parser.antlr.ThriftParser$field_req_return1
com.facebook.swift.parser.antlr.ThriftParser$field_return1
com.facebook.swift.parser.antlr.ThriftParser$field_type_return1
com.facebook.swift.parser.antlr.ThriftParser$function_return1
com.facebook.swift.parser.antlr.ThriftParser$function_type_return1
com.facebook.swift.parser.antlr.ThriftParser$header_return1
com.facebook.swift.parser.antlr.ThriftParser$include_return1
com.facebook.swift.parser.antlr.ThriftParser$integer_return1
com.facebook.swift.parser.antlr.ThriftParser$list_separator_return1
com.facebook.swift.parser.antlr.ThriftParser$list_type_return1
com.facebook.swift.parser.antlr.ThriftParser$map_type_return1
com.facebook.swift.parser.antlr.ThriftParser$namespace_return1
com.facebook.swift.parser.antlr.ThriftParser$oneway_return1
com.facebook.swift.parser.antlr.ThriftParser$real_base_type_return1
com.facebook.swift.parser.antlr.ThriftParser$senum_return1
com.facebook.swift.parser.antlr.ThriftParser$service_return1
com.facebook.swift.parser.antlr.ThriftParser$set_type_return1
com.facebook.swift.parser.antlr.ThriftParser$struct_return1
com.facebook.swift.parser.antlr.ThriftParser$throws_list_return1
com.facebook.swift.parser.antlr.ThriftParser$type_annotation_return1
com.facebook.swift.parser.antlr.ThriftParser$type_annotations_return1
com.facebook.swift.parser.antlr.ThriftParser$typedef_return1
com.facebook.swift.parser.antlr.ThriftParser$union_return1

com.facebook.swift.parser.antlr.DocumentGenerator

BugCategoryDetailsLinePriority
com.facebook.swift.parser.antlr.DocumentGenerator.getTokenNames() may expose internal representation by returning DocumentGenerator.tokenNamesMALICIOUS_CODEEI_EXPOSE_REP134Medium
com.facebook.swift.parser.antlr.DocumentGenerator.tokenNames should be package protectedMALICIOUS_CODEMS_PKGPROTECT22Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Const(String, ThriftType, ConstValue) in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule()CORRECTNESSNP_NULL_PARAM_DEREF1157Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ConstIdentifier(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()CORRECTNESSNP_NULL_PARAM_DEREF2045Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ConstString(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()CORRECTNESSNP_NULL_PARAM_DEREF2027Medium
Null passed for nonnull parameter of Double.parseDouble(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()CORRECTNESSNP_NULL_PARAM_DEREF2009Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Document(Header, List) in com.facebook.swift.parser.antlr.DocumentGenerator.document()CORRECTNESSNP_NULL_PARAM_DEREF267Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Document(Header, List) in com.facebook.swift.parser.antlr.DocumentGenerator.document()CORRECTNESSNP_NULL_PARAM_DEREF267Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IntegerEnumField(String, Long) in com.facebook.swift.parser.antlr.DocumentGenerator.enum_fields()CORRECTNESSNP_NULL_PARAM_DEREF2463Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IntegerEnum(String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.enum_rule()CORRECTNESSNP_NULL_PARAM_DEREF1339Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftException(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.exception()CORRECTNESSNP_NULL_PARAM_DEREF1736Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftField(String, ThriftType, Long, ThriftField$Required, ConstValue, List) in com.facebook.swift.parser.antlr.DocumentGenerator.field()CORRECTNESSNP_NULL_PARAM_DEREF2908Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IdentifierType(String) in com.facebook.swift.parser.antlr.DocumentGenerator.field_type()CORRECTNESSNP_NULL_PARAM_DEREF4160Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftMethod(String, ThriftType, List, boolean, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.function()CORRECTNESSNP_NULL_PARAM_DEREF3248Medium
Null passed for nonnull parameter of Long.decode(String) in com.facebook.swift.parser.antlr.DocumentGenerator.integer()CORRECTNESSNP_NULL_PARAM_DEREF5006Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.StringEnum(String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.senum()CORRECTNESSNP_NULL_PARAM_DEREF1430Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Service(String, String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.service()CORRECTNESSNP_NULL_PARAM_DEREF1881Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Struct(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.struct()CORRECTNESSNP_NULL_PARAM_DEREF1532Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.TypeAnnotation(String, String) in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotation()CORRECTNESSNP_NULL_PARAM_DEREF3939Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Typedef(String, ThriftType) in com.facebook.swift.parser.antlr.DocumentGenerator.typedef()CORRECTNESSNP_NULL_PARAM_DEREF1248Medium
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Union(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.union()CORRECTNESSNP_NULL_PARAM_DEREF1634Medium
Redundant nullcheck of namespace6, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE380High
Redundant nullcheck of i, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.annotation_value()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4023Medium
Redundant nullcheck of b, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.base_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4251Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.base_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4251Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1157Medium
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1157Medium
Redundant nullcheck of i, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1991Medium
Redundant nullcheck of l, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2064Medium
Redundant nullcheck of m, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2083Medium
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4747Medium
Redundant nullcheck of k, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4670Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4747Medium
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4670Medium
Redundant nullcheck of const_rule14, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE920Medium
Redundant nullcheck of enum_rule16, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE958Medium
Redundant nullcheck of exception20, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1034Medium
Redundant nullcheck of senum17, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE977Medium
Redundant nullcheck of service21, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1053Medium
Redundant nullcheck of struct18, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE996Medium
Redundant nullcheck of typedef15, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE939Medium
Redundant nullcheck of union19, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1015Medium
Redundant nullcheck of definition13, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definitions()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE786Medium
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.enum_rule()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1339Medium
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.exception()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1736Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.exception()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1736Medium
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2908Medium
Redundant nullcheck of r, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2908Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2908Medium
Redundant nullcheck of b, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4142Medium
Redundant nullcheck of field34, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.fields()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2632Medium
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3248Medium
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3248Medium
Redundant nullcheck of o, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3248Medium
Redundant nullcheck of r, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3248Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3248Medium
Redundant nullcheck of field_type46, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3596Medium
Redundant nullcheck of function35, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.functions()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2717Medium
Redundant nullcheck of cpp_include7, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE396Medium
Redundant nullcheck of include5, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE364Medium
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.senum()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1430Medium
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.service()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1881Medium
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.struct()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1532Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.struct()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1532Medium
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotation()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3939Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotations()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3826Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.typedef()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1248Medium
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.union()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1634Medium
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.union()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1634Medium
Nullcheck of v at line 2181 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_list()CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE2181High
Nullcheck of k at line 2308 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_map()CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE2308High
Nullcheck of v at line 2317 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_map()CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE2317High
Nullcheck of c at line 4176 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.field_type()CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE4176High
Value of _last from previous case is overwritten here due to switch statement fall throughCORRECTNESSSF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH4657High
Value of _last from previous case is overwritten here due to switch statement fall throughCORRECTNESSSF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH2459High
Value of _last from previous case is overwritten here due to switch statement fall throughCORRECTNESSSF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH2849High
Value of _last from previous case is overwritten here due to switch statement fall throughCORRECTNESSSF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH619High
Value of _last from previous case is overwritten here due to switch statement fall throughCORRECTNESSSF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH1862High
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.annotation_value() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4007-4041Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.args() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3333-3387Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_list() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2156-2165Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_map() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2275-2278Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1975-2083Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4628-4631Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.definition() where default case is missingSTYLESF_SWITCH_NO_DEFAULT904-1053Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.definitions() where default case is missingSTYLESF_SWITCH_NO_DEFAULT757-767Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.document() where default case is missingSTYLESF_SWITCH_NO_DEFAULT202-267Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.enum_fields() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2398-2401Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2821-2825Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field_req() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3020-3111Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4126-4179Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.fields() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2610-2613Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.function_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3580-3614Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.functions() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2695-2698Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.header() where default case is missingSTYLESF_SWITCH_NO_DEFAULT332-345Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.integer() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4973-5006Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.namespace() where default case is missingSTYLESF_SWITCH_NO_DEFAULT586-608Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.oneway() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3475-3500Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.real_base_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4360-4501Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.senum_values() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2526-2529Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.service() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1833-1836Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.throws_list() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3670-3673Medium
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotations() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3773-3776Medium

com.facebook.swift.parser.antlr.ThriftLexer

BugCategoryDetailsLinePriority
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mCOMMENT() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2052-2065Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mDOUBLE() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1091-1095Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mHEX_INTEGER() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1013-1037Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mIDENTIFIER() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1633-1699Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mINTEGER() where default case is missingSTYLESF_SWITCH_NO_DEFAULT906-910Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mTokens() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2126-2530Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mWS() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1851-1869Medium

com.facebook.swift.parser.antlr.ThriftLexer$DFA18

BugCategoryDetailsLinePriority
Should com.facebook.swift.parser.antlr.ThriftLexer$DFA18 be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC2858-2870Medium

com.facebook.swift.parser.antlr.ThriftParser

BugCategoryDetailsLinePriority
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_list()STYLEDLS_DEAD_LOCAL_STORE5507High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_map()STYLEDLS_DEAD_LOCAL_STORE5690High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_rule()STYLEDLS_DEAD_LOCAL_STORE1219High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.cpp_include()STYLEDLS_DEAD_LOCAL_STORE841High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.cpp_type()STYLEDLS_DEAD_LOCAL_STORE5092High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.enum_field()STYLEDLS_DEAD_LOCAL_STORE1623High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.enum_rule()STYLEDLS_DEAD_LOCAL_STORE1465High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.exception()STYLEDLS_DEAD_LOCAL_STORE2386High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field()STYLEDLS_DEAD_LOCAL_STORE2864High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field_id()STYLEDLS_DEAD_LOCAL_STORE2997High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field_req()STYLEDLS_DEAD_LOCAL_STORE3094High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.function()STYLEDLS_DEAD_LOCAL_STORE3397High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.function_type()STYLEDLS_DEAD_LOCAL_STORE3688High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.include()STYLEDLS_DEAD_LOCAL_STORE473High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.list_type()STYLEDLS_DEAD_LOCAL_STORE4996High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.map_type()STYLEDLS_DEAD_LOCAL_STORE4710High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.namespace()STYLEDLS_DEAD_LOCAL_STORE650High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.oneway()STYLEDLS_DEAD_LOCAL_STORE3564High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.senum()STYLEDLS_DEAD_LOCAL_STORE1794High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.service()STYLEDLS_DEAD_LOCAL_STORE2589High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.set_type()STYLEDLS_DEAD_LOCAL_STORE4854High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.struct()STYLEDLS_DEAD_LOCAL_STORE1988High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.throws_list()STYLEDLS_DEAD_LOCAL_STORE3828High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.type_annotation()STYLEDLS_DEAD_LOCAL_STORE4091High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.type_annotations()STYLEDLS_DEAD_LOCAL_STORE3957High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.typedef()STYLEDLS_DEAD_LOCAL_STORE1323High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.union()STYLEDLS_DEAD_LOCAL_STORE2187High
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.document()STYLEDLS_DEAD_LOCAL_STORE250Medium
com.facebook.swift.parser.antlr.ThriftParser.getTokenNames() may expose internal representation by returning ThriftParser.tokenNamesMALICIOUS_CODEEI_EXPOSE_REP128Medium
com.facebook.swift.parser.antlr.ThriftParser.tokenNames should be package protectedMALICIOUS_CODEMS_PKGPROTECT16Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_list()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE5507Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_map()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE5690Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_rule()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1219Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.cpp_include()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE841Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.cpp_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE5092Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.document()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE250Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.enum_field()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1623Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.enum_rule()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1465Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.exception()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2386Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2864Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field_id()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2997Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field_req()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3094Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.function()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3397Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.function_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3688Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.include()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE473Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.list_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4996Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.map_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4710Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.namespace()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE695Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.oneway()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3564Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.senum()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1794Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.service()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2589Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.set_type()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4854Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.struct()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1988Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.throws_list()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3828Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.type_annotation()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE4091Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.type_annotations()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE3957Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.typedef()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE1323Medium
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.union()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2187Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.annotation_value() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4185-4211Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.base_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4406-4409Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_list() where default case is missingSTYLESF_SWITCH_NO_DEFAULT5432-5441Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_map() where default case is missingSTYLESF_SWITCH_NO_DEFAULT5603-5612Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_rule() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1185-1189Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_value() where default case is missingSTYLESF_SWITCH_NO_DEFAULT5212-5299Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.container_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4513-4546Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.definition() where default case is missingSTYLESF_SWITCH_NO_DEFAULT974-1091Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.document() where default case is missingSTYLESF_SWITCH_NO_DEFAULT165-172Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.enum_field() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1558-1561Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.enum_rule() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1424-1427Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.exception() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2303-2321Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2705-2709Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field_req() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3078-3137Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4299-4341Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.function() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3214-3218Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.function_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3657-3700Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.header() where default case is missingSTYLESF_SWITCH_NO_DEFAULT360-402Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.list_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4963-4966Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.map_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4651-4654Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.namespace() where default case is missingSTYLESF_SWITCH_NO_DEFAULT617-631Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.oneway() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3533-3547Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.senum() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1728-1731Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.service() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2498-2501Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.set_type() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4806-4809Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.struct() where default case is missingSTYLESF_SWITCH_NO_DEFAULT1905-1923Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.throws_list() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3772-3790Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.type_annotation() where default case is missingSTYLESF_SWITCH_NO_DEFAULT4057-4061Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.type_annotations() where default case is missingSTYLESF_SWITCH_NO_DEFAULT3916-3919Medium
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.union() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2104-2122Medium

com.facebook.swift.parser.antlr.ThriftParser$annotation_value_return

BugCategoryDetailsLinePriority
Field ThriftParser$annotation_value_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$base_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$base_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$const_list_return

BugCategoryDetailsLinePriority
Field ThriftParser$const_list_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$const_map_return

BugCategoryDetailsLinePriority
Field ThriftParser$const_map_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$const_rule_return

BugCategoryDetailsLinePriority
Field ThriftParser$const_rule_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$const_value_return

BugCategoryDetailsLinePriority
Field ThriftParser$const_value_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$container_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$container_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$cpp_include_return

BugCategoryDetailsLinePriority
Field ThriftParser$cpp_include_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$cpp_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$cpp_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$definition_return

BugCategoryDetailsLinePriority
Field ThriftParser$definition_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$document_return

BugCategoryDetailsLinePriority
Field ThriftParser$document_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$enum_field_return

BugCategoryDetailsLinePriority
Field ThriftParser$enum_field_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$enum_rule_return

BugCategoryDetailsLinePriority
Field ThriftParser$enum_rule_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$exception_return

BugCategoryDetailsLinePriority
Field ThriftParser$exception_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$field_id_return

BugCategoryDetailsLinePriority
Field ThriftParser$field_id_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$field_req_return

BugCategoryDetailsLinePriority
Field ThriftParser$field_req_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$field_return

BugCategoryDetailsLinePriority
Field ThriftParser$field_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$field_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$field_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$function_return

BugCategoryDetailsLinePriority
Field ThriftParser$function_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$function_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$function_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$header_return

BugCategoryDetailsLinePriority
Field ThriftParser$header_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$include_return

BugCategoryDetailsLinePriority
Field ThriftParser$include_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$integer_return

BugCategoryDetailsLinePriority
Field ThriftParser$integer_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$list_separator_return

BugCategoryDetailsLinePriority
Field ThriftParser$list_separator_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$list_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$list_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$map_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$map_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$namespace_return

BugCategoryDetailsLinePriority
Field ThriftParser$namespace_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$oneway_return

BugCategoryDetailsLinePriority
Field ThriftParser$oneway_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$real_base_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$real_base_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$senum_return

BugCategoryDetailsLinePriority
Field ThriftParser$senum_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$service_return

BugCategoryDetailsLinePriority
Field ThriftParser$service_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$set_type_return

BugCategoryDetailsLinePriority
Field ThriftParser$set_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$struct_return

BugCategoryDetailsLinePriority
Field ThriftParser$struct_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$throws_list_return

BugCategoryDetailsLinePriority
Field ThriftParser$throws_list_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$type_annotation_return

BugCategoryDetailsLinePriority
Field ThriftParser$type_annotation_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$type_annotations_return

BugCategoryDetailsLinePriority
Field ThriftParser$type_annotations_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$typedef_return

BugCategoryDetailsLinePriority
Field ThriftParser$typedef_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium

com.facebook.swift.parser.antlr.ThriftParser$union_return

BugCategoryDetailsLinePriority
Field ThriftParser$union_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScopeCORRECTNESSMF_CLASS_MASKS_FIELDNot availableMedium