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 74140 - Turn on -Xlint:unchecked
Summary: Turn on -Xlint:unchecked
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 12:57 UTC by Martin Krauskopf
Modified: 2006-10-05 21:22 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2006-03-29 12:57:48 UTC
I'm disabling it for now. There are too many warnings about bad generics usage
which makes compilation output messy.
Just let's not forget about it.
Comment 1 Martin Krauskopf 2006-03-29 12:58:53 UTC
I though you are a default owner. Reassinging (one of us should do this task).
Comment 2 Martin Krauskopf 2006-03-31 10:42:36 UTC
I'm playing with this. Maybe it would be easier to give up ;)
Comment 3 Martin Krauskopf 2006-03-31 12:23:44 UTC
- mailny getting rid of tons of warning letting us to use 1.5 more safely
- more TBD as a development continues

nbproject/project.properties; 1.1.4.9 -> 1.1.4.10;
AppClientActionProvider.java; 1.1.4.3 -> 1.1.4.4;
AppClientProject.java; 1.1.4.9 -> 1.1.4.10;
AppClientProjectOperations.java; 1.1.4.3 -> 1.1.4.4;
AppClientProjectUtil.java; 1.1.4.2 -> 1.1.4.3;
AppClientProvider.java; 1.1.4.3 -> 1.1.4.4;
AppClientSources.java; 1.1.4.3 -> 1.1.4.4;
SourceRoots.java; 1.1.4.2 -> 1.1.4.3;
classpath/AppClientProjectClassPathExtender.java; 1.1.4.2 -> 1.1.4.3;
classpath/BootClassPathImplementation.java; 1.1.4.2 -> 1.1.4.3;
classpath/ClassPathProviderImpl.java; 1.1.4.2 -> 1.1.4.3;
classpath/ClassPathSupport.java; 1.1.4.3 -> 1.1.4.4;
classpath/ProjectClassPathImplementation.java; 1.1.4.2 -> 1.1.4.3;
classpath/SourcePathImplementation.java; 1.1.4.2 -> 1.1.4.3;
queries/CompiledSourceForBinaryQuery.java; 1.1.4.2 -> 1.1.4.3;
queries/JavadocForBinaryQueryImpl.java; 1.1.4.2 -> 1.1.4.3;
ui/ActionFilterNode.java; 1.1.4.2 -> 1.1.4.3;
ui/AppClientLogicalViewProvider.java; 1.1.4.4 -> 1.1.4.5;
ui/J2eePlatformNode.java; 1.1.4.2 -> 1.1.4.3;
ui/LibrariesNode.java; 1.1.4.2 -> 1.1.4.3;
ui/PlatformNode.java; 1.1.4.4 -> 1.1.4.5;
ui/ProjectNode.java; 1.1.4.3 -> 1.1.4.4;
ui/RemoveClassPathRootAction.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/AntArtifactChooser.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/AppClientClassPathUi.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/AppClientProjectProperties.java; 1.1.4.7 -> 1.1.4.8;
ui/customizer/AppClientSourceRootsUi.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/ClassPathUiSupport.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/CustomizerProviderImpl.java; 1.1.4.6 -> 1.1.4.7;
ui/customizer/J2eePlatformUiSupport.java; 1.1.4.3 -> 1.1.4.4;
ui/customizer/LibrariesChooser.java; 1.1.4.2 -> 1.1.4.3;
ui/customizer/PlatformUiSupport.java; 1.1.4.3 -> 1.1.4.4;
ui/customizer/RemoveClassPathRootAction.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/FileSearchUtility.java; 1.1.4.3 -> 1.1.4.4;
ui/wizards/FolderList.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/ImportAppClientProjectWizardIterator.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/ImportLocation.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/ImportLocationVisual.java; 1.1.4.6 -> 1.1.4.7;
ui/wizards/NewAppClientProjectWizardIterator.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/PanelConfigureProject.java; 1.1.4.2 -> 1.1.4.3;
ui/wizards/PanelOptionsVisual.java; 1.1.4.5 -> 1.1.4.6;
ui/wizards/PanelSourceFolders.java; 1.1.4.3 -> 1.1.4.4;
wsclient/AppClientProjectWebServicesClientSupport.java; 1.1.4.5 -> 1.1.4.6;
Comment 4 Lukas Jungmann 2006-10-05 21:22:36 UTC
done.