Michał Ciołek
Michał Ciołek
Is it possible to enable params renaming in public methods? My config: ``` ``` Methods are not renamed but I want rename its params... If it is impossible I can...
When I add a header to the `ListView` by code e.g: `PinnedHeaderListView listView = (PinnedHeaderListView) view.findViewById(R.id.pinnedListView); LinearLayout header1 = (LinearLayout) inflater.inflate(R.layout.menu_left_header_profile, null); listView.addHeaderView(header1);` the position / section in `onSectionClick/onItemClick` is...
Hej if I want clone repo I got error: ``` $ git clone --recursive https://github.com/aarizaq/inetmanet-3.x.git inetman Cloning into 'inetman'... remote: Counting objects: 50967, done. remote: Compressing objects: 100% (468/468), done....
Obfuscar unnecessarily renames methods that are implemention of some external interface. I get an exception: ``` System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Method 'GetObjectData' in...