Saturday, 15 August 2015

java - Can you divide code using pragma-like directives in eclipse? -



java - Can you divide code using pragma-like directives in eclipse? -

i developing java tool in eclipse , files getting pretty messy. unfortunately seems 1 cannot spread java classes on several files, yet maintain code organized in way.

back when used xcode development, utilize preprocessor directive called #pragma mark - insert code divisions , #pragma mark title insert title code partition overview. see:

is there alike in java eclipse? nevertheless, there nice outline view best suited such task.

thanks & regards

max

update

i've been made aware length of class may key issue here, yet don't see how cut down it. before carrying on, should mention illustration above just show concept of using #pragma mark directive , has nil actual code.

the class converter parses through rdf/xml file extract objects file can stored in local hashset<>. although code not working, contains essential functions , (in mind) won't much shorter. see:

any help how organize in improve , tidier way appreciated.

thanks & regards

max

java eclipse xcode code-organization pragma

No comments:

Post a Comment