jochenberger

Results 24 issues of jochenberger

FWIW: ``` 02-04 09:07:11.869 25561 25585 W System.err: java.lang.IllegalArgumentException: Service not registered: com.noinnion.android.newsplus.extension.ExtensionHost$ClientConnection@ba03dd7 02-04 09:07:11.897 25561 25585 W System.err: at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1045) 02-04 09:07:11.897 25561 25585 W System.err: at android.app.ContextImpl.unbindService(ContextImpl.java:1349) 02-04...

When there are unread items on the server and on the phone, then all unread items are marked as read on the server and then, the items are synced from...

From time to time, refreshing a tt-rss subscription fails. When that happens, `ERROR_AUTHENTICATION: NOT_LOGGED_IN` is shown in a popup. The logcat shows ``` W/System.err( 9421): com.noinnion.android.reader.api.ReaderException$ReaderLoginException: NOT_LOGGED_IN W/System.err( 9421): at...

This is an excerpt from a recent logcat: ``` E/ActivityThread(22487): android.app.ServiceConnectionLeaked: Service com.noinnion.android.newsplus.reader.service.SyncService has leaked ServiceConnection com.noinnion.android.newsplus.extension.ExtensionHost$ClientConnection@64c110f0 that was originally bound here E/ActivityThread(22487): at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:986) E/ActivityThread(22487): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:880) E/ActivityThread(22487): at...

I have downloading of cached articles enabled depending on whether wifi is available. When it is not, only article summaries are downloaded. If wifi becomes available again and articles are...

The following code triggers EI_EXPOSE_REP ```java package spotbogs.test; import java.util.Map; public class Foo { public Foo(Map data) { this.data = Map.copyOf(data); } private final Map data; public Map getData() {...

If I add a spotbugs plugin (e.g. `spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'`) and run the `spotbugsMain` task, it is considered up-to-date. The plugins should be considered for the up-to-date check. Please let me...

bug

In 3.x, you could write ```groovy spotbugsMain.reports.xml.enabled = false ``` If you try that with 4.0(.5), you get ``` > Could not get unknown property 'xml' for SpotBugsReport container of...

bug
help wanted

I'd like to test the number of returned rows from some JPA select queries. Would it be possible to add that to net.ttddyy.dsproxy.QueryCount?