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

Summary: Engine should avoid throwing messages during compilation if possible
Product: installer Reporter: dlipin <dlipin>
Component: NBIAssignee: Danila Dugurov <ddugurov>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Build log

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