This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142835 - Test compilation failure
Summary: Test compilation failure
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-08-04 18:47 UTC by Jesse Glick
Modified: 2008-08-05 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-08-04 18:47:22 UTC
uihandler/test/unit/src/org/netbeans/modules/uihandler/ServerTest.java:133:
uploadLogs(java.net.URL,java.lang.String,java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.util.logging.LogRecord>,org.netbeans.modules.uihandler.Installer.DataType)
in org.netbeans.modules.uihandler.Installer cannot be applied to
(java.net.URL,<nulltype>,java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.util.logging.LogRecord>)
        URL redir = Installer.uploadLogs(u, null, Collections.<String,String>emptyMap(), recs);
                             ^

uihandler/test/unit/src/org/netbeans/modules/uihandler/UploadLogsTest.java:94:
uploadLogs(java.net.URL,java.lang.String,java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.util.logging.LogRecord>,org.netbeans.modules.uihandler.Installer.DataType)
in org.netbeans.modules.uihandler.Installer cannot be applied to
(java.net.URL,java.lang.String,java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.util.logging.LogRecord>)
        URL redir = Installer.uploadLogs(new URL("memory://upload"), "myId", Collections.<String,String>emptyMap(), recs);
                             ^
Comment 1 mslama 2008-08-04 21:16:30 UTC
Shall I fix it also in release65_beta?
Comment 2 Jesse Glick 2008-08-04 22:32:26 UTC
Don't ask me.
Comment 3 mslama 2008-08-04 22:37:26 UTC
release65_beta 3f3481217fd5
main 4ff8772e6725
Comment 4 Quality Engineering 2008-08-05 16:38:00 UTC
Integrated into 'main-golden', available in build *200808051401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/4ff8772e6725
User: Marek Slama <mslama@netbeans.org>
Log: #142835: Fix uncompilable unit tests.