PR# 13242 Classes missing from Assembly after compilation

Problem Report Summary
Submitter: gcompestine
Category: .NET
Priority: High
Date: 2007/06/20
Class: Bug
Severity: Serious
Number: 13242
Release: 6.0.6.9141
Confidential: No
Status: Open
Responsible: paulbates
Environment: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; AXAR_Corp_Device; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1)
Synopsis: Classes missing from Assembly after compilation

Description
The attached assembly comes from the vendor Gigaspaces. In it is a namespace "Codemesh.JuggerNET". This namespace contains over 60 classes and interfaces, yet when compiled into an Eiffel .Net project, the namespace only contains five classes in the Clusters view.

For example, one class in the namespace is boolArray. I can see references to it in the interfaces of other classes, such as

   com.j_spaces.core.client.ExternalEntry
the method
     getIndexIndicators()
which returns a boolArray. In Eiffel this appears as
   EXTERNAL_ENTRY.get_index_indicators : BOOL_ARRAY

However, when I attempt to create a variable named BOOL_ARRAY, EiffelStudio refuses to recognize it and gives me a VTCT error.

I've also attached the ECF file.

To Reproduce
I'd be very interested in knowing if you can reproduce this, or if you don't have any problem with this Assembly. 
Problem Report Interactions
From:gcompestine    Date:2007/06/20    Download   
Attachments for problem report #13242