mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
compilation warning
This commit is contained in:
parent
1db8cc744d
commit
c2a0602718
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class SCProfileInstance {
|
|||
collector = createScannerInfoCollector();
|
||||
if (collector != null) {
|
||||
// call collector.setProject(project) if class supports it
|
||||
Class clazz = collector.getClass();
|
||||
Class<? extends IScannerInfoCollector> clazz = collector.getClass();
|
||||
try {
|
||||
// Method setProjectMethod = clazz.getMethod("setProject", new Class[] {IProject.class});//$NON-NLS-1$
|
||||
// setProjectMethod.invoke(collector, new Object[] {project});
|
||||
|
|
Loading…
Add table
Reference in a new issue