API compatibility report for the firebase-ui-database library between 2.3.0 and 3.0.0 versions


Binary
Compatibility
Source
Compatibility

Test Info


Library Namefirebase-ui-database
Version #12.3.0
Version #23.0.0
SubjectBinary Compatibility

Test Results


Total JARs1
Total Methods / Classes159 / 22
Compatibility 39.3%

Problem Summary


SeverityCount
Added Methods-47
Removed MethodsHigh66
Problems with
Data Types
High6
Medium0
Low2
Problems with
Methods
High0
Medium0
Low0

Added Methods  47 


classes.jar, Builder.class
package com.firebase.ui.database
FirebaseListOptions.Builder<T>.build ( )  :  FirebaseListOptions<T>
FirebaseListOptions.Builder<T>.FirebaseListOptions.Builder ( )  :  public
FirebaseListOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, Class<T> modelClass )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, SnapshotParser<T> parser )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setLayout ( int layout )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setLifecycleOwner ( LifecycleOwner owner )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setQuery ( Query query, Class<T> modelClass )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setQuery ( Query query, SnapshotParser<T> parser )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setSnapshotArray ( ObservableSnapshotArray<T> snapshots )  :  FirebaseListOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.build ( )  :  FirebaseRecyclerOptions<T>
FirebaseRecyclerOptions.Builder<T>.FirebaseRecyclerOptions.Builder ( )  :  public
FirebaseRecyclerOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, Class<T> modelClass )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, SnapshotParser<T> snapshotParser )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setLifecycleOwner ( LifecycleOwner owner )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setQuery ( Query query, Class<T> modelClass )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setQuery ( Query query, SnapshotParser<T> snapshotParser )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setSnapshotArray ( ObservableSnapshotArray<T> snapshots )  :  FirebaseRecyclerOptions.Builder<T>

classes.jar, CachingSnapshotParser.class
package com.firebase.ui.database
CachingSnapshotParser<T>.CachingSnapshotParser ( BaseSnapshotParser<DataSnapshot,T> parser )  :  public
CachingSnapshotParser<T>.getId ( DataSnapshot snapshot )  :  String
CachingSnapshotParser<T>.getId ( Object p1 )  :  String

classes.jar, ClassSnapshotParser.class
package com.firebase.ui.database
ClassSnapshotParser<T>.parseSnapshot ( Object p1 )  :  Object

classes.jar, FirebaseIndexArray.class
package com.firebase.ui.database
FirebaseIndexArray<T>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseIndexArray<T>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseIndexArray<T>.onError ( DatabaseError error )  :  void
FirebaseIndexArray<T>.onError ( Object p1 )  :  void

classes.jar, FirebaseListAdapter.class
package com.firebase.ui.database
FirebaseListAdapter<T>.FirebaseListAdapter ( FirebaseListOptions<T> options )  :  public
FirebaseListAdapter<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>
FirebaseListAdapter<T>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseListAdapter<T>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseListAdapter<T>.onError ( DatabaseError error )  :  void
FirebaseListAdapter<T>.onError ( Object p1 )  :  void
FirebaseListAdapter<T>.stopListening ( )  :  void

classes.jar, FirebaseListOptions.class
package com.firebase.ui.database
FirebaseListOptions<T>.getLayout ( )  :  int
FirebaseListOptions<T>.getOwner ( )  :  LifecycleOwner
FirebaseListOptions<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>

classes.jar, FirebaseRecyclerAdapter.class
package com.firebase.ui.database
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( FirebaseRecyclerOptions<T> options )  :  public
FirebaseRecyclerAdapter<T,VH>.getSnapshots ( )  :  ObservableSnapshotArray<T>
FirebaseRecyclerAdapter<T,VH>.onBindViewHolder ( VH p1, int p2, T p3 ) [abstract]  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseRecyclerAdapter<T,VH>.onError ( DatabaseError error )  :  void
FirebaseRecyclerAdapter<T,VH>.onError ( Object p1 )  :  void
FirebaseRecyclerAdapter<T,VH>.stopListening ( )  :  void

classes.jar, FirebaseRecyclerOptions.class
package com.firebase.ui.database
FirebaseRecyclerOptions<T>.getOwner ( )  :  LifecycleOwner
FirebaseRecyclerOptions<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>

classes.jar, ObservableSnapshotArray.class
package com.firebase.ui.database
ObservableSnapshotArray<T>.ObservableSnapshotArray ( SnapshotParser<T> parser )  :  public
ObservableSnapshotArray<T>.notifyListenersOnCancelled ( DatabaseError error )  :  void *DEPRECATED*

to the top

Removed Methods  66 


classes.jar, CachingObservableSnapshotArray.class
package com.firebase.ui.database
CachingObservableSnapshotArray<T>.clearData ( )  :  void *DEPRECATED*
CachingObservableSnapshotArray<T>.CachingObservableSnapshotArray ( Class<T> tClass )  :  public
CachingObservableSnapshotArray<T>.CachingObservableSnapshotArray ( SnapshotParser<T> parser )  :  public
CachingObservableSnapshotArray<T>.getObject ( int index )  :  T
CachingObservableSnapshotArray<T>.onDestroy ( )  :  void
CachingObservableSnapshotArray<T>.removeData ( int index )  :  DataSnapshot
CachingObservableSnapshotArray<T>.updateData ( int index, DataSnapshot snapshot )  :  void

classes.jar, ChangeEventListener.class
package com.firebase.ui.database
ChangeEventListener.onCancelled ( DatabaseError p1 ) [abstract]  :  void
ChangeEventListener.onChildChanged ( ChangeEventListener.EventType p1, DataSnapshot p2, int p3, int p4 ) [abstract]  :  void
ChangeEventListener.onDataChanged ( ) [abstract]  :  void

classes.jar, DataRefListener.class
package com.firebase.ui.database
FirebaseIndexArray.DataRefListener.FirebaseIndexArray.DataRefListener ( FirebaseIndexArray p1 )

classes.jar, EventType.class
package com.firebase.ui.database
ChangeEventListener.EventType.valueOf ( String name ) [static]  :  ChangeEventListener.EventType
ChangeEventListener.EventType.values ( ) [static]  :  ChangeEventListener.EventType[ ]

classes.jar, FirebaseArray.class
package com.firebase.ui.database
FirebaseArray<T>.FirebaseArray ( Query query, Class<T> tClass )  :  public

classes.jar, FirebaseIndexArray.class
package com.firebase.ui.database
FirebaseIndexArray<T>.FirebaseIndexArray ( Query keyQuery, DatabaseReference dataRef, Class<T> tClass )  :  public
FirebaseIndexArray<T>.onCancelled ( DatabaseError error )  :  void
FirebaseIndexArray<T>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
FirebaseIndexArray<T>.onKeyAdded ( DataSnapshot data )  :  void

classes.jar, FirebaseIndexListAdapter.class
package com.firebase.ui.database
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public

classes.jar, FirebaseIndexRecyclerAdapter.class
package com.firebase.ui.database
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public

classes.jar, FirebaseListAdapter.class
package com.firebase.ui.database
FirebaseListAdapter<T>.cleanup ( )  :  void
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query query )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query query, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, ObservableSnapshotArray<T> snapshots, int modelLayout )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, ObservableSnapshotArray<T> snapshots, int modelLayout, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query query )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query query, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.onCancelled ( DatabaseError error )  :  void
FirebaseListAdapter<T>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void

classes.jar, FirebaseRecyclerAdapter.class
package com.firebase.ui.database
FirebaseRecyclerAdapter<T,VH>.cleanup ( )  :  void
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query query )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query query, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( ObservableSnapshotArray<T> snapshots, int modelLayout, Class<VH> viewHolderClass )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( ObservableSnapshotArray<T> snapshots, int modelLayout, Class<VH> viewHolderClass, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query query )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query query, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.getItemViewType ( int position )  :  int
FirebaseRecyclerAdapter<T,VH>.onCancelled ( DatabaseError error )  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
FirebaseRecyclerAdapter<T,VH>.onCreateViewHolder ( ViewGroup parent, int viewType )  :  VH
FirebaseRecyclerAdapter<T,VH>.populateViewHolder ( VH p1, T p2, int p3 ) [abstract]  :  void

classes.jar, ObservableSnapshotArray.class
package com.firebase.ui.database
ObservableSnapshotArray<E>.addChangeEventListener ( ChangeEventListener listener )  :  ChangeEventListener
ObservableSnapshotArray<E>.ObservableSnapshotArray ( Class<E> clazz )  :  public
ObservableSnapshotArray<E>.ObservableSnapshotArray ( SnapshotParser<E> parser )  :  public
ObservableSnapshotArray<E>.get ( int index )  :  DataSnapshot
ObservableSnapshotArray<E>.get ( int p1 )  :  Object
ObservableSnapshotArray<E>.getObject ( int index )  :  E
ObservableSnapshotArray<E>.getSnapshots ( ) [abstract]  :  List<DataSnapshot>
ObservableSnapshotArray<E>.isListening ( )  :  boolean
ObservableSnapshotArray<E>.isListening ( ChangeEventListener listener )  :  boolean
ObservableSnapshotArray<E>.notifyChangeEventListeners ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index )  :  void
ObservableSnapshotArray<E>.notifyChangeEventListeners ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
ObservableSnapshotArray<E>.notifyListenersOnCancelled ( DatabaseError error )  :  void
ObservableSnapshotArray<E>.notifyListenersOnDataChanged ( )  :  void
ObservableSnapshotArray<E>.onCreate ( )  :  void
ObservableSnapshotArray<E>.onDestroy ( )  :  void
ObservableSnapshotArray<E>.removeAllListeners ( )  :  void
ObservableSnapshotArray<E>.removeChangeEventListener ( ChangeEventListener listener )  :  void
ObservableSnapshotArray<E>.size ( )  :  int

classes.jar, SnapshotParser.class
package com.firebase.ui.database
SnapshotParser<T>.parseSnapshot ( DataSnapshot p1 ) [abstract]  :  T

to the top

Problems with Data Types, High Severity  6 


classes.jar
package com.firebase.ui.database
[+] class CachingObservableSnapshotArray<T>  1 
[+] class ChangeEventListener.EventType  1 
[+] class FirebaseIndexArray.DataRefListener  1 
[+] class FirebaseIndexListAdapter<T>  1 
[+] class FirebaseIndexRecyclerAdapter<T,VH>  1 
[+] class ObservableSnapshotArray<E>  1 

to the top

Problems with Data Types, Low Severity  2 


classes.jar
package com.firebase.ui.database
[+] class FirebaseArray<T>  1 
[+] class FirebaseIndexArray<T>  1 

to the top

Java Archives  1 


classes.jar

to the top



Test Info


Library Namefirebase-ui-database
Version #12.3.0
Version #23.0.0
SubjectSource Compatibility

Test Results


Total JARs1
Total Methods / Classes159 / 22
Compatibility 39.3%

Problem Summary


SeverityCount
Added Methods-47
Removed MethodsHigh66
Problems with
Data Types
High6
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  47 


classes.jar, Builder.class
package com.firebase.ui.database
FirebaseListOptions.Builder<T>.build ( )  :  FirebaseListOptions<T>
FirebaseListOptions.Builder<T>.FirebaseListOptions.Builder ( )  :  public
FirebaseListOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, Class<T> modelClass )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, SnapshotParser<T> parser )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setLayout ( int layout )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setLifecycleOwner ( LifecycleOwner owner )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setQuery ( Query query, Class<T> modelClass )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setQuery ( Query query, SnapshotParser<T> parser )  :  FirebaseListOptions.Builder<T>
FirebaseListOptions.Builder<T>.setSnapshotArray ( ObservableSnapshotArray<T> snapshots )  :  FirebaseListOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.build ( )  :  FirebaseRecyclerOptions<T>
FirebaseRecyclerOptions.Builder<T>.FirebaseRecyclerOptions.Builder ( )  :  public
FirebaseRecyclerOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, Class<T> modelClass )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setIndexedQuery ( Query keyQuery, DatabaseReference dataRef, SnapshotParser<T> snapshotParser )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setLifecycleOwner ( LifecycleOwner owner )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setQuery ( Query query, Class<T> modelClass )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setQuery ( Query query, SnapshotParser<T> snapshotParser )  :  FirebaseRecyclerOptions.Builder<T>
FirebaseRecyclerOptions.Builder<T>.setSnapshotArray ( ObservableSnapshotArray<T> snapshots )  :  FirebaseRecyclerOptions.Builder<T>

classes.jar, CachingSnapshotParser.class
package com.firebase.ui.database
CachingSnapshotParser<T>.CachingSnapshotParser ( BaseSnapshotParser<DataSnapshot,T> parser )  :  public
CachingSnapshotParser<T>.getId ( DataSnapshot snapshot )  :  String
CachingSnapshotParser<T>.getId ( Object p1 )  :  String

classes.jar, ClassSnapshotParser.class
package com.firebase.ui.database
ClassSnapshotParser<T>.parseSnapshot ( Object p1 )  :  Object

classes.jar, FirebaseIndexArray.class
package com.firebase.ui.database
FirebaseIndexArray<T>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseIndexArray<T>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseIndexArray<T>.onError ( DatabaseError error )  :  void
FirebaseIndexArray<T>.onError ( Object p1 )  :  void

classes.jar, FirebaseListAdapter.class
package com.firebase.ui.database
FirebaseListAdapter<T>.FirebaseListAdapter ( FirebaseListOptions<T> options )  :  public
FirebaseListAdapter<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>
FirebaseListAdapter<T>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseListAdapter<T>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseListAdapter<T>.onError ( DatabaseError error )  :  void
FirebaseListAdapter<T>.onError ( Object p1 )  :  void
FirebaseListAdapter<T>.stopListening ( )  :  void

classes.jar, FirebaseListOptions.class
package com.firebase.ui.database
FirebaseListOptions<T>.getLayout ( )  :  int
FirebaseListOptions<T>.getOwner ( )  :  LifecycleOwner
FirebaseListOptions<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>

classes.jar, FirebaseRecyclerAdapter.class
package com.firebase.ui.database
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( FirebaseRecyclerOptions<T> options )  :  public
FirebaseRecyclerAdapter<T,VH>.getSnapshots ( )  :  ObservableSnapshotArray<T>
FirebaseRecyclerAdapter<T,VH>.onBindViewHolder ( VH p1, int p2, T p3 ) [abstract]  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventType p1, Object p2, int p3, int p4 )  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventType type, DataSnapshot snapshot, int newIndex, int oldIndex )  :  void
FirebaseRecyclerAdapter<T,VH>.onError ( DatabaseError error )  :  void
FirebaseRecyclerAdapter<T,VH>.onError ( Object p1 )  :  void
FirebaseRecyclerAdapter<T,VH>.stopListening ( )  :  void

classes.jar, FirebaseRecyclerOptions.class
package com.firebase.ui.database
FirebaseRecyclerOptions<T>.getOwner ( )  :  LifecycleOwner
FirebaseRecyclerOptions<T>.getSnapshots ( )  :  ObservableSnapshotArray<T>

classes.jar, ObservableSnapshotArray.class
package com.firebase.ui.database
ObservableSnapshotArray<T>.ObservableSnapshotArray ( SnapshotParser<T> parser )  :  public
ObservableSnapshotArray<T>.notifyListenersOnCancelled ( DatabaseError error )  :  void *DEPRECATED*

to the top

Removed Methods  66 


classes.jar, CachingObservableSnapshotArray.class
package com.firebase.ui.database
CachingObservableSnapshotArray<T>.clearData ( )  :  void *DEPRECATED*
CachingObservableSnapshotArray<T>.CachingObservableSnapshotArray ( Class<T> tClass )  :  public
CachingObservableSnapshotArray<T>.CachingObservableSnapshotArray ( SnapshotParser<T> parser )  :  public
CachingObservableSnapshotArray<T>.getObject ( int index )  :  T
CachingObservableSnapshotArray<T>.onDestroy ( )  :  void
CachingObservableSnapshotArray<T>.removeData ( int index )  :  DataSnapshot
CachingObservableSnapshotArray<T>.updateData ( int index, DataSnapshot snapshot )  :  void

classes.jar, ChangeEventListener.class
package com.firebase.ui.database
ChangeEventListener.onCancelled ( DatabaseError p1 ) [abstract]  :  void
ChangeEventListener.onChildChanged ( ChangeEventListener.EventType p1, DataSnapshot p2, int p3, int p4 ) [abstract]  :  void
ChangeEventListener.onDataChanged ( ) [abstract]  :  void

classes.jar, DataRefListener.class
package com.firebase.ui.database
FirebaseIndexArray.DataRefListener.FirebaseIndexArray.DataRefListener ( FirebaseIndexArray p1 )

classes.jar, EventType.class
package com.firebase.ui.database
ChangeEventListener.EventType.valueOf ( String name ) [static]  :  ChangeEventListener.EventType
ChangeEventListener.EventType.values ( ) [static]  :  ChangeEventListener.EventType[ ]

classes.jar, FirebaseArray.class
package com.firebase.ui.database
FirebaseArray<T>.FirebaseArray ( Query query, Class<T> tClass )  :  public

classes.jar, FirebaseIndexArray.class
package com.firebase.ui.database
FirebaseIndexArray<T>.FirebaseIndexArray ( Query keyQuery, DatabaseReference dataRef, Class<T> tClass )  :  public
FirebaseIndexArray<T>.onCancelled ( DatabaseError error )  :  void
FirebaseIndexArray<T>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
FirebaseIndexArray<T>.onKeyAdded ( DataSnapshot data )  :  void

classes.jar, FirebaseIndexListAdapter.class
package com.firebase.ui.database
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexListAdapter<T>.FirebaseIndexListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public

classes.jar, FirebaseIndexRecyclerAdapter.class
package com.firebase.ui.database
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef )  :  public
FirebaseIndexRecyclerAdapter<T,VH>.FirebaseIndexRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query keyQuery, DatabaseReference dataRef, LifecycleOwner owner )  :  public

classes.jar, FirebaseListAdapter.class
package com.firebase.ui.database
FirebaseListAdapter<T>.cleanup ( )  :  void
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query query )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, Class<T> modelClass, int modelLayout, Query query, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, ObservableSnapshotArray<T> snapshots, int modelLayout )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, ObservableSnapshotArray<T> snapshots, int modelLayout, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query query )  :  public
FirebaseListAdapter<T>.FirebaseListAdapter ( Context context, SnapshotParser<T> parser, int modelLayout, Query query, LifecycleOwner owner )  :  public
FirebaseListAdapter<T>.onCancelled ( DatabaseError error )  :  void
FirebaseListAdapter<T>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void

classes.jar, FirebaseRecyclerAdapter.class
package com.firebase.ui.database
FirebaseRecyclerAdapter<T,VH>.cleanup ( )  :  void
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query query )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( Class<T> modelClass, int modelLayout, Class<VH> viewHolderClass, Query query, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( ObservableSnapshotArray<T> snapshots, int modelLayout, Class<VH> viewHolderClass )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( ObservableSnapshotArray<T> snapshots, int modelLayout, Class<VH> viewHolderClass, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query query )  :  public
FirebaseRecyclerAdapter<T,VH>.FirebaseRecyclerAdapter ( SnapshotParser<T> parser, int modelLayout, Class<VH> viewHolderClass, Query query, LifecycleOwner owner )  :  public
FirebaseRecyclerAdapter<T,VH>.getItemViewType ( int position )  :  int
FirebaseRecyclerAdapter<T,VH>.onCancelled ( DatabaseError error )  :  void
FirebaseRecyclerAdapter<T,VH>.onChildChanged ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
FirebaseRecyclerAdapter<T,VH>.onCreateViewHolder ( ViewGroup parent, int viewType )  :  VH
FirebaseRecyclerAdapter<T,VH>.populateViewHolder ( VH p1, T p2, int p3 ) [abstract]  :  void

classes.jar, ObservableSnapshotArray.class
package com.firebase.ui.database
ObservableSnapshotArray<E>.addChangeEventListener ( ChangeEventListener listener )  :  ChangeEventListener
ObservableSnapshotArray<E>.ObservableSnapshotArray ( Class<E> clazz )  :  public
ObservableSnapshotArray<E>.ObservableSnapshotArray ( SnapshotParser<E> parser )  :  public
ObservableSnapshotArray<E>.get ( int index )  :  DataSnapshot
ObservableSnapshotArray<E>.get ( int p1 )  :  Object
ObservableSnapshotArray<E>.getObject ( int index )  :  E
ObservableSnapshotArray<E>.getSnapshots ( ) [abstract]  :  List<DataSnapshot>
ObservableSnapshotArray<E>.isListening ( )  :  boolean
ObservableSnapshotArray<E>.isListening ( ChangeEventListener listener )  :  boolean
ObservableSnapshotArray<E>.notifyChangeEventListeners ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index )  :  void
ObservableSnapshotArray<E>.notifyChangeEventListeners ( ChangeEventListener.EventType type, DataSnapshot snapshot, int index, int oldIndex )  :  void
ObservableSnapshotArray<E>.notifyListenersOnCancelled ( DatabaseError error )  :  void
ObservableSnapshotArray<E>.notifyListenersOnDataChanged ( )  :  void
ObservableSnapshotArray<E>.onCreate ( )  :  void
ObservableSnapshotArray<E>.onDestroy ( )  :  void
ObservableSnapshotArray<E>.removeAllListeners ( )  :  void
ObservableSnapshotArray<E>.removeChangeEventListener ( ChangeEventListener listener )  :  void
ObservableSnapshotArray<E>.size ( )  :  int

classes.jar, SnapshotParser.class
package com.firebase.ui.database
SnapshotParser<T>.parseSnapshot ( DataSnapshot p1 ) [abstract]  :  T

to the top

Problems with Data Types, High Severity  6 


classes.jar
package com.firebase.ui.database
[+] class CachingObservableSnapshotArray<T>  1 
[+] class ChangeEventListener.EventType  1 
[+] class FirebaseIndexArray.DataRefListener  1 
[+] class FirebaseIndexListAdapter<T>  1 
[+] class FirebaseIndexRecyclerAdapter<T,VH>  1 
[+] class ObservableSnapshotArray<E>  1 

to the top

Java Archives  1 


classes.jar

to the top