Bug 1956 - Class 'org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier.IASTEnumerator' not found in type
Summary: Class 'org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier.IASTEnumerato...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1839
  Show dependency treegraph
 
Reported: 2005-12-01 00:45 UTC by Andrew Cagney
Modified: 2006-11-28 16:49 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-12-01 00:45:20 UTC
cd ../../../../frysk-0.0.0.20051130.2/frysk-imports/cdtparser ; \
/usr/bin/gcj4 -C -O -g -d $classdir @file.list
./org/eclipse/cdt/internal/core/dom/parser/c/CASTEnumerationSpecifier.java: In
class 'org.eclipse.cdt.internal.core.dom.parser.c.CASTEnumerationSpecifier':
./org/eclipse/cdt/internal/core/dom/parser/c/CASTEnumerationSpecifier.java: In
method
'org.eclipse.cdt.internal.core.dom.parser.c.CASTEnumerationSpecifier.addEnumerator(org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier$IASTEnumerator)':./org/eclipse/cdt/internal/core/dom/parser/c/CASTEnumerationSpecifier.java:32:
error: Class
'org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier.IASTEnumerator' not
found in type declaration.
                enumerators =
(org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator[])
ArrayUtil.append(
org.eclipse.cdt.core.dom.ast.c.ICASTEnumerationSpecifier.IASTEnumerator.class,
enumerators, enumerator );
                                             ^
There were two errors:
- one looks like a bug in the cdt, it just forgot to qualify a name
- the other is it refering to a nested interface via an extension of the interface
need to post-mortem this, and possibly add bug reports.