|
1 | | -1 = ActivityNotDefined |
2 | | -2 = DifferentActivityIntentDefinition |
| 1 | +#1 = ActivityNotDefined |
| 2 | +#2 = DifferentActivityIntentDefinition |
3 | 3 | 3 = InvalidActivityPATH |
4 | | -4 = InvalidKeyIntentPutExtra |
5 | | -5 = InvalidLabel |
6 | | -6 = NullIntent |
7 | | -7 = NullValueIntentPutExtra |
8 | | -8 = WrongMainActivity |
9 | | -9 = MissingPermissionManifest |
10 | | -10 = WrongStringResource |
11 | | -12 = SDKVersion |
12 | | -13 = LengthyBackEndService |
13 | | -14 = LongConnectionTimeOut |
14 | | -15 = BluetoothAdapterAlwaysEnabled |
15 | | -16 = NullBluetoothAdapter |
16 | | -17 = InvalidURI |
17 | | -18 = NullGPSLocation |
18 | | -19 = InvalidDate |
19 | | -20 = NullBackEndServiceReturn |
20 | | -22 = NullMethodCallArgument |
21 | | -23 = ClosingNullCursor |
22 | | -24 = InvalidIndexQueryParameter |
23 | | -25 = InvalidSQLQuery |
24 | | -26 = ViewComponentNotVisible |
25 | | -27 = FindViewByIdReturnsNull |
26 | | -28 = InvalidColor |
27 | | -29 = InvalidViewFocus |
28 | | -31 = InvalidIDFindView |
29 | | -32 = InvalidFilePath |
30 | | -33 = NullInputStream |
31 | | -35 = OOMLargeImage |
32 | | -36 = LengthyGUIListener |
33 | | -37 = NullOutputStream |
34 | | -38 = LengthyGUICreation |
| 4 | +#4 = InvalidKeyIntentPutExtra |
| 5 | +#5 = InvalidLabel |
| 6 | +#6 = NullIntent |
| 7 | +#7 = NullValueIntentPutExtra |
| 8 | +#8 = WrongMainActivity |
| 9 | +#9 = MissingPermissionManifest |
| 10 | +#10 = WrongStringResource |
| 11 | +#12 = SDKVersion |
| 12 | +#13 = LengthyBackEndService |
| 13 | +#14 = LongConnectionTimeOut |
| 14 | +#15 = BluetoothAdapterAlwaysEnabled |
| 15 | +#16 = NullBluetoothAdapter |
| 16 | +#17 = InvalidURI |
| 17 | +#18 = NullGPSLocation |
| 18 | +#19 = InvalidDate |
| 19 | +#20 = NullBackEndServiceReturn |
| 20 | +#22 = NullMethodCallArgument |
| 21 | +#23 = ClosingNullCursor |
| 22 | +#24 = InvalidIndexQueryParameter |
| 23 | +#25 = InvalidSQLQuery |
| 24 | +#26 = ViewComponentNotVisible |
| 25 | +#27 = FindViewByIdReturnsNull |
| 26 | +#28 = InvalidColor |
| 27 | +#29 = InvalidViewFocus |
| 28 | +#31 = InvalidIDFindView |
| 29 | +#32 = InvalidFilePath |
| 30 | +#33 = NullInputStream |
| 31 | +#35 = OOMLargeImage |
| 32 | +#36 = LengthyGUIListener |
| 33 | +#37 = NullOutputStream |
| 34 | +#38 = LengthyGUICreation |
0 commit comments