(Category) (Category) FAQ-O-Matic :
JBuilder 7 Known Bugs
Bug reports which a Borlander has mentioned as being a known bug, or a bug which a TeamB member has verified and reported.
Subcategories:

Answers in this category:
(Answer) JBuilder 7 SE's feature matrix says code templates are editable, but under Editor Options | Templates, the Add, Edit, and Delete buttons are disabled.
(Answer) Methods of Object lost through interfaces

[Add a New Answer in "JBuilder 7 Known Bugs"]
gyles19@visi.com, bob.tinsman@markettools.com, myers@maski.org
2006-Feb-05 7:33pm
(Answer) (Category) FAQ-O-Matic : (Category) JBuilder 7 Known Bugs :
JBuilder 7 SE's feature matrix says code templates are editable, but under Editor Options | Templates, the Add, Edit, and Delete buttons are disabled.
Yes, this is a bug. The code template features were supposed to be included in SE, but they were mistakenly left disabled.

[Append to This Answer]
gyles19@visi.com
2002-Jun-11 7:30pm
(Answer) (Category) FAQ-O-Matic : (Category) JBuilder 7 Known Bugs :
Methods of Object lost through interfaces
The following program compiles correctly under JBuilder7 but results in a NoSuchMethodError when run:
 public class B implements XYZ{
  B(){
   test2(this);
  }
  public static void main(String [] vars){
   new B();
  }
  void test2(XYZ interf){
   Class c = interf.getClass(); //does not work
 //  Class c = ((Object)interf).getClass(); //does work
   System.out.println("class is " + c);
  }
 }
 interface XYZ{};
This was originally reported under the "JBuilder 6 Known Bugs" category and the workaround there was to set Target VM to "All", but this doesn't seem to work.
[Append to This Answer]
bob.tinsman@markettools.com
2002-Jul-10 7:03pm
Previous: (Category) JBuilder 7 General
Next: (Category) JBuilder 6 General
This document is: http://www.visi.com/~gyles19/cgi-bin/fom.cgi?file=412
[Search] [Appearance] [Show Top Category Only]
This is a Faq-O-Matic 2.709.
This FAQ administered by gyles19@visi.com.

Other JBuilder Links

Java Community
Java Tools
Code Central
JB OpenTools
Community
Recent
Threads
Borland Chat
Chat FAQ
Feature Matrices
3.0 |  3.5 |  4.0
5.0 |  6.0 |  7.0
Shop for
JBuilder
JBuilder
Downloads
and reg keys
Report Piracy
Online Manuals
4.0 |  5.0 |  6.0
7.0
Borland
DevSupport's
Bug/RFE Form

Quality Central Client
JB Patches &
Updates
JBuilder FAQs TIs
JBuilder
Newsgroups
Tamaracka's
News Archive
Mr. Haki's
JBuilder Machine
JGuru's
JBuilder FAQ
Sun's Bug
Parade
Netring Home - About - Privacy
The
JBuilder Netring Logo
The Borland JBuilder Netring by JBuilder FAQ-O-Matic
[ Join Now | List Sites | Random | << Prev | Next >> ]
[ Previous 5 Sites | Skip Previous | Skip Next | Next 5 Sites ]