Developing adapter Developer shows my operation source

Trying my hand at created IS adapters via the adapter development kit. Think I’m getting the hang of it except for one thing.

I took the imdkExample adapter and copied the imdkExampleServices.java class, modifying it accordingly so my adapter has a service or two. However, when I view the Source tab for the inOperation flow in the Developer, it will show my source code. When I select the inOperation for the imdkExample adapter, the Source tab just displays “Source not available”.

Anybody have any ideas on what I need to do to hide my source code?

delete the .frag files from the packages/packagename/ns/** directory!

Thanks, that worked. Also found that if you compile and reload the adapter, the .frag files will get recreated.