User Activity

  • Posted a comment on ticket #737 on ProGuard Java Optimizer and Obfuscator

    Some methods are also missing output declarations. Example, these two should both be @OutputFile: printconfiguration printmapping

  • Created ticket #737 on ProGuard Java Optimizer and Obfuscator

    Gradle task doesn't declare all inputs

  • Posted a comment on ticket #607 on ProGuard Java Optimizer and Obfuscator

    Do you have a reproduction? I was trying to reproduce this one to narrow it down, but I used one of the other examples above, and couldn't get it to happen.

  • Posted a comment on discussion Help on jTDS - SQL Server and Sybase JDBC driver

    A quick audit of the JTDS code finds at least one place which is using Calendar incorrectly: DateTime(Timestamp ts) throws SQLException { tsValue = ts; GregorianCalendar cal = new GregorianCalendar(); cal.setTime(ts); if (cal.get(Calendar.ERA) != GregorianCalendar.AD) throw new SQLException(Messages.get("error.datetime.range.era"), "22007"); year = (short)cal.get(Calendar.YEAR); month = (short)(cal.get(Calendar.MONTH) + 1); day = (short)cal.get(Calendar.DAY_OF_MONTH); hour = (short)cal.get(Calendar.HOUR_OF_DAY);...

  • Posted a comment on discussion Help on jTDS - SQL Server and Sybase JDBC driver

    I'm investigating a bug which may be in our code, may be in JTDS or may be in MS SQL Server itself. The problem is that when I change time zones on my computer, the results I get back for date queries are changing: Time zone = Asia/Tokyo Timestamp = 2014-06-18 14:21:07.39 Time zone = Asia/Tokyo Timestamp = 2014-06-18 14:21:07.3889793 Time zone = Australia/Sydney Timestamp = 2014-06-18 14:21:07.39 Time zone = Australia/Sydney Timestamp = 2014-06-18 14:21:07.3889793 I believe the actual time values...

  • Created ticket #1486 on FindBugs

    CN_IDIOM_NO_SUPER_CALL warning but clone() returns 'this'

  • Posted a comment on ticket #536 on ProGuard Java Optimizer and Obfuscator

    Another issue going on here is that ProGuard is calling this a "warning", but then...

  • Posted a comment on ticket #30 on Jackcess

    Yeah, what's there looks like it will work for us.

View All

Personal Data

Username:
trejkaz
Joined:
2002-10-31 05:00:16

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB