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 87336 - Engine should avoid throwing messages during compilation if possible
Summary: Engine should avoid throwing messages during compilation if possible
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Danila Dugurov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 13:43 UTC by dlipin
Modified: 2007-03-30 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Build log (4.30 KB, text/plain)
2006-10-17 13:43 UTC, dlipin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2006-10-17 13:43:18 UTC
Now during the compilation of the engine 4 warnings are showing: 3 messages 
"[unchecked] unchecked conversion" and 1 "[unchecked] unchecked generic array 
creation of type org.netbeans.installer.util.Pair<java.lang.String,java.lang.
String>[] for varargs parameter".

We should avoid of using such a dangerous code. The code should be rewritten a 
bit to make a legal conversion and a legal creation.
Comment 1 dlipin 2006-10-17 13:43:45 UTC
Created attachment 35287 [details]
Build log
Comment 2 Kirill Sorokin 2006-10-20 07:27:30 UTC
Issues not assigned to any milestone should not have a responsible engineer.
Comment 3 Kirill Sorokin 2006-10-30 09:44:33 UTC
Issues that were not accomplished for M04... Moving to M05.
Comment 4 Danila Dugurov 2006-11-07 14:30:53 UTC
suppress add