|
|
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: | |
| [Add a New Answer in "JBuilder 7 Known Bugs"] | |
| gyles19@visi.com, bob.tinsman@markettools.com, myers@maski.org | |
| 2006-Feb-05 7:33pm | |
|
|
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 | |
|
|
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: |
|
| Next: |
|
| ||||||||
|
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 |
|||||||||||||||||
|
|||||||||||||||||