deletion of a bad java source in app dir in dev mode does not work

Bug #519127 reported by bran
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Won't Fix
Undecided
Unassigned
1.0
Won't Fix
Undecided
Unassigned
1.1
Confirmed
Undecided
Unassigned

Bug Description

It looks like dev mode does not properly handle deletion of bad java source code from the app dir/subdir.

play 1.1, dev mode. eclipse

- start the yabe in dev mode
- hit http://localhost:9000/posts/1 to get it fully started.
- create a package called util in app dir
- create a dummy class in the package, called Dummy,java
- leave junk in the code so it won't compile
- hit http://localhost:9000/posts/1 again to see an compile error.
- delete the Dummy.java from eclipse
- hit http://localhost:9000/posts/1 again to still see the error.

Revision history for this message
bran (bing-ran) wrote :

the logic of deletion of "good" source code should probably be checked, since it won't manifest itself as easily.

Changed in play:
status: New → Won't Fix
milestone: 1.0.3 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.