This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31520 - No JavaDoc for getPostCode/setPostCode of a FormProperty
Summary: No JavaDoc for getPostCode/setPostCode of a FormProperty
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Form (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks: 27009
  Show dependency tree
 
Reported: 2003-02-26 23:24 UTC by _ mihmax
Modified: 2003-03-11 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2003-02-26 23:24:53 UTC
During my tries to solve issue 27009 I encountered
absolutely unjavadoc'd FormProperty.setPostCode
method.

Maybe it's just what I'm looking for to make my
patch a little bit better - easier to understand
and maintain. But no JavaDoc - who knows then...

What is it about?
Comment 1 _ mihmax 2003-02-26 23:29:21 UTC
What I need to know, is it auto-edited by some Form Editor code or not. 
So, where is this method pair used, and why.
Comment 2 Tomas Pavek 2003-02-27 10:28:56 UTC
Well, there are tons of method without JavaDoc in form editor, I hope
you won't file bugs on them ;)

The "pre code" and "post code" stand for Pre-initialization code and
Post-initialization code - and represent user editable code that is
generated before and after a property setter. E.g.

   here is my pre-init code
   button.setText("Button");
   here is my post-init code

This code can be edited for each property after pressing "Advanced"
button in the Form property editor dialog.
Comment 3 _ mihmax 2003-02-27 10:52:43 UTC
Please, write it in JavaDocs, or reassign to me in order 
that I wrote it.
Comment 4 Tomas Pavek 2003-02-27 13:16:43 UTC
Already done, would not mark this fixed if not...
Comment 5 _ mihmax 2003-02-27 13:50:05 UTC
Tomas, maybe I'm a boring and outdated, but I don't 
subscribe myself to cvs@form.netbeans.org, hence I can't 
see your commits unless you write them yourself, e.g.
FooBar.java prev. rev. 1.13, new rev. 1.14

If you used NetBeans to commit, that's just a simple cite 
from commit log.
Comment 6 Tomas Pavek 2003-02-27 14:09:52 UTC
Sorry, I should have explicitly mentioned I made the fix...
Comment 7 _ mihmax 2003-02-27 15:03:15 UTC
No, (am I ambarassing you?) you should have made just a 
comment I requested:
Checking in 
form/src/org/netbeans/modules/form/FormProperty.java
prev.rev. 1.23, curr.rev. 1.24
done