Bug 23320

Summary: Incomplete classpath and circular classpath options should be surfaced
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0.2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-09-09 07:48:01 EDT
Build 200209031019

New options have been added to JDT/Core (see bug 23318) for controling the 
error level of incomplete classpath and circular classpath problems.
These options should be surfaced in the Compiler->Others preferences.
Comment 1 Erich Gamma CLA 2002-09-09 13:49:45 EDT
from an e-mail conversation on this issue

UI details - the difference between the two options are not cristal clear
>	build path severity = ERROR | WARNING
suggest: Incomplete build class path = ERROR|WARNING
>	circular dependencies severity = ERROR | WARNING
suggest: Circular build class path: ERROR|WARNING
Comment 2 Dirk Baeumer CLA 2002-09-10 06:21:49 EDT
Fixed in 2.1 stream.
Comment 3 Dirk Baeumer CLA 2002-09-12 04:57:33 EDT
Fixed in 2.0.2 stream. Changed NLS values in 
org.eclipse.jdt.ui.internal.JavaUIMessages.properties

New keys:
  CompilerPreferencePage.build_warnings.description
  CompilerPreferencePage.pb_incomplete_build_path.label
  CompilerPreferencePage.pb_build_path_cycles.label

Changed Key:
  CompilerPreferencePage.build_invalid_classpath.label